com.logicboxes.entity
Class EntityAction
java.lang.Object
com.logicboxes.entity.EntityAction
public class EntityAction
- extends java.lang.Object
Method Summary |
java.util.HashMap |
list(java.lang.String SERVICE_USERNAME,
java.lang.String SERVICE_PASSWORD,
java.lang.String SERVICE_ROLE,
java.lang.String SERVICE_LANGPREF,
int SERVICE_PARENTID,
int[] eaqId,
int[] entityId,
int[] entitytypeid,
java.lang.String[] actionStatus,
java.lang.String[] actionType,
java.lang.String description,
java.lang.String actionAddedRangeStart,
java.lang.String actionAddedRangeEnd,
java.lang.String actionStartedRangeStart,
java.lang.String actionStartedRangeEnd,
java.lang.String actionCompletedRangeStart,
java.lang.String actionCompletedRangeEnd,
int numOfRecordPerPage,
int pageNum,
java.lang.String[] orderBy)
Deprecated. |
java.util.HashMap |
listArchive(java.lang.String SERVICE_USERNAME,
java.lang.String SERVICE_PASSWORD,
java.lang.String SERVICE_ROLE,
java.lang.String SERVICE_LANGPREF,
int SERVICE_PARENTID,
int[] eaqId,
int[] entityId,
int[] entitytypeid,
java.lang.String[] actionStatus,
java.lang.String[] actionType,
java.lang.String description,
java.lang.String actionAddedRangeStart,
java.lang.String actionAddedRangeEnd,
java.lang.String actionStartedRangeStart,
java.lang.String actionStartedRangeEnd,
java.lang.String actionCompletedRangeStart,
java.lang.String actionCompletedRangeEnd,
int numOfRecordPerPage,
int pageNum,
java.lang.String[] orderBy)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityAction
public EntityAction()
list
@Deprecated
public java.util.HashMap list(java.lang.String SERVICE_USERNAME,
java.lang.String SERVICE_PASSWORD,
java.lang.String SERVICE_ROLE,
java.lang.String SERVICE_LANGPREF,
int SERVICE_PARENTID,
int[] eaqId,
int[] entityId,
int[] entitytypeid,
java.lang.String[] actionStatus,
java.lang.String[] actionType,
java.lang.String description,
java.lang.String actionAddedRangeStart,
java.lang.String actionAddedRangeEnd,
java.lang.String actionStartedRangeStart,
java.lang.String actionStartedRangeEnd,
java.lang.String actionCompletedRangeStart,
java.lang.String actionCompletedRangeEnd,
int numOfRecordPerPage,
int pageNum,
java.lang.String[] orderBy)
- Deprecated.
- Lists all the current actions that have been started or added on the given entity.
- Parameters:
eaqId
- Specifies the entity action queue identification numbers of the corresponding action that needs to be listed.entityId
- Specifies the identityfication number of the particular entity whose action needs to be listed.entitytypeid
- Specifies the entity type identification number.actionStatus
- Specifies the action status of all the archieve actions that needs to be listed.actionType
- Specifies the action type of the actions that need to be listed.description
- Specifies the description of the actions that need to be listed.actionAddedRangeStart
- Specifies the starting time stamp of the addition of the entity actions that need to be listed.actionAddedRangeEnd
- Specifies the ending time stamp of the addition of the entity actions that need to be listed.actionStartedRangeStart
- Specifies the starting time stamp of the starting of the entity actions that need to be listed.actionStartedRangeEnd
- Specifies the ending time stamp of the starting of the entity actions that need to be listed.actionCompletedRangeStart
- Specifies the starting time stamp of the completion of the entity actions that need to be listed.actionCompletedRangeEnd
- Specifies the ending time stamp of the completion of the entity actions that need to be listed.numOfRecordPerPage
- Specifies the number of records that that need to be displayed on each page.pageNum
- Spefies the page number that needs to be displayed.orderBy
- Specifies the parameter bassed on which you need to order all the listed actions of the given entityid.
- Returns:
- HashMap containing result in key=>value format
- Throws:
LogicBoxesException
- DataConstraintException if any Data passed as parameter are not proper
SqlException if any Database related Exception occurs
LogicBoxesException if any internal errors occur
listArchive
@Deprecated
public java.util.HashMap listArchive(java.lang.String SERVICE_USERNAME,
java.lang.String SERVICE_PASSWORD,
java.lang.String SERVICE_ROLE,
java.lang.String SERVICE_LANGPREF,
int SERVICE_PARENTID,
int[] eaqId,
int[] entityId,
int[] entitytypeid,
java.lang.String[] actionStatus,
java.lang.String[] actionType,
java.lang.String description,
java.lang.String actionAddedRangeStart,
java.lang.String actionAddedRangeEnd,
java.lang.String actionStartedRangeStart,
java.lang.String actionStartedRangeEnd,
java.lang.String actionCompletedRangeStart,
java.lang.String actionCompletedRangeEnd,
int numOfRecordPerPage,
int pageNum,
java.lang.String[] orderBy)
- Deprecated.
- Lists all the action that have been carried out throughout the life time of the given entity.
An action is included inthe archive category after 24 hrs of successful processing of a particular action.
- Parameters:
eaqId
- Specifies the entity action queue identification numbers of the corresponding action that needs to be listed.entityId
- Specifies the identityfication number of the particular entity whose action needs to be listed.entitytypeid
- Specifies the entity type identification number.actionStatus
- Specifies the action status of all the archieve actions that needs to be listed.actionType
- Specifies the action type of the actions that need to be listed.description
- Specifies the description of the actions that need to be listed.actionAddedRangeStart
- Specifies the starting time stamp of the addition of the entity actions that need to be listed.actionAddedRangeEnd
- Specifies the ending time stamp of the addition of the entity actions that need to be listed.actionStartedRangeStart
- Specifies the starting time stamp of the starting of the entity actions that need to be listed.actionStartedRangeEnd
- Specifies the ending time stamp of the starting of the entity actions that need to be listed.actionCompletedRangeStart
- Specifies the starting time stamp of the completion of the entity actions that need to be listed.actionCompletedRangeEnd
- Specifies the ending time stamp of the completion of the entity actions that need to be listed.numOfRecordPerPage
- Specifies the number of records that that need to be displayed on each page.pageNum
- Spefies the page number that needs to be displayed.orderBy
- Specifies the parameter bassed on which you need to order all the listed actions of the given entityid.
- Returns:
- HashMap containing result in key=>value format
- Throws:
LogicBoxesException
- DataConstraintException if any Data passed as parameter are not proper
SqlException if any Database related Exception occurs
LogicBoxesException if any internal errors occur