public interface TicklerListSmartDataBean extends SmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] | getActionObjectTypes()
This method gets the action object types on search type option The action object types are the types of object to which to-do item is associated.
|
java.lang.String | getDataBeanKeyResponsibleMemberId()
This method gets the ID of the Customer Service Supervisor or Customer Service Representative team.
|
java.sql.Timestamp | getNextTickleDateED()
This method gets the reminder on end time of the tickler.
|
java.sql.Timestamp | getNextTickleDateSD()
This method gets the reminder on start time of the tickler.
|
java.lang.String[] | getResponsibleMemberIds()
This method gets the IDs of the responsible Customer Service Supervisor or Customer Service Representative team.
|
java.lang.String[] | getStatusList()
This method gets the status list of the ticklers.
|
java.lang.String[] | getStoreIds()
This method gets the IDs of the tickler store.
|
TicklerDataBean[] | getTicklerList()
This method gets the list of ticklers.
|
java.lang.String | getUserId()
This method gets the ID of the Customer Service Representative.
|
static final java.lang.String COPYRIGHT
TicklerDataBean[] getTicklerList()
java.lang.String getDataBeanKeyResponsibleMemberId()
java.lang.String getUserId()
java.lang.String[] getStatusList()
java.lang.String[] getStoreIds()
java.lang.String[] getActionObjectTypes()
ORDER=Order QUOTE=Quote RMA=Return USER=Customer
java.lang.String[] getResponsibleMemberIds()
java.sql.Timestamp getNextTickleDateSD()
java.sql.Timestamp getNextTickleDateED()