Package | Description |
---|---|
com.dpslink.notification.api.param |
Business object definitions for use as parameters to DPS Notification Framework APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
FCustomer
Defines the fields and methods for a Flash customer API parameter object.
|
class |
FOrder
Defines the fields and methods for a Flash order summary API parameter object.
|
class |
FOrderDetail
Defines the fields and methods for a Flash order detail API parameter object.
|
class |
FPaymentDetail
Defines the fields and methods for a Flash payment detail API parameter object.
|
class |
FProduct
Defines the fields and methods for a Flash product API parameter object.
|
class |
FRestockNotification
Defines the fields and methods for a Flash restock notification API parameter
object.
|
class |
FSecurityProfile
Defines the fields and methods for a Flash security profile API parameter
object.
|
class |
FShipper
Defines the fields and methods for a Flash shipper API parameter object.
|
class |
FShipSummary
Defines the fields and methods for a Flash shipment summary API parameter object.
|
class |
FSiteInfo
Defines the fields and methods for a Flash site information API parameter object.
|
class |
FUser
Defines the fields and methods for a Flash user API parameter object.
|
Modifier and Type | Method and Description |
---|---|
static <PARAMOBJ extends APIParam<?>> |
APIParamFactory.getObject(java.lang.Class<PARAMOBJ> objcls)
Returns the Notification Framework API parameter object for the given
object class.
|
static <PARAMOBJ extends APIParam<?>> |
APIParamFactory.getObject(java.lang.Class<PARAMOBJ> objcls,
java.util.HashMap<java.lang.String,java.lang.Object> source)
Returns the Notification Framework API parameter object for the given
object class.
|
static <PARAMOBJ extends APIParam<?>> |
APIParamFactory.getObject(java.lang.Class<PARAMOBJ> objcls,
java.lang.String source)
Returns the Notification Framework API parameter object for the given
object class.
|
Modifier and Type | Method and Description |
---|---|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname)
Returns the Notification Framework API parameter object for the given
class name.
|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname,
java.util.HashMap<java.lang.String,java.lang.Object> source)
Returns the Notification Framework API parameter object for the given
class name.
|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname,
java.lang.String source)
Returns the Notification Framework API parameter object for the given
class name.
|
Modifier and Type | Method and Description |
---|---|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname)
Returns the Notification Framework API parameter object for the given
class name.
|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname,
java.util.HashMap<java.lang.String,java.lang.Object> source)
Returns the Notification Framework API parameter object for the given
class name.
|
static APIParam<? extends APIParam<?>> |
APIParamFactory.getObject(java.lang.String clsname,
java.lang.String source)
Returns the Notification Framework API parameter object for the given
class name.
|
protected static java.lang.Class<? extends APIParam<?>> |
APIParamFactory.getObjectClass(java.lang.String clsname)
Returns the object class for the given class name.
|