Package de.xima.fc.dao.utils
Class ProcessProtocolParams
java.lang.Object
de.xima.fc.dao.utils.ProcessProtocolParams
- All Implemented Interfaces:
IEntityMeta,IFormRecordMeta,Serializable
POJO with the data required for adding a processing protocol entry. Also used by the form record DAO to read the data
for the protocol entries of form records about to be deleted.
- Since:
- 6.6
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProcessProtocolParams
public ProcessProtocolParams(Long formRecordId, String formRecordProcessId, Long formId, String formTitle, Long clientId, ELanguage clientLanguage, Long inboxId, String inboxName) Creates a new POJO with the given data.- Parameters:
formRecordId- TheIDof theform record.formRecordProcessId- Theprocess IDof theform record.formId- TheIDof theproject.formTitle- Thetitleof theproject.clientId- TheIDof theclient.clientLanguage- The language of the client.inboxId- TheIDof theform record's current inbox.inboxName- Thenameof theform record's current inbox.
-
-
Method Details
-
getClientId
- Specified by:
getClientIdin interfaceIFormRecordMeta- Returns:
- The
IEntity.getId()of theMandant.
-
getClientLocale
- Specified by:
getClientLocalein interfaceIFormRecordMeta- Returns:
- The
Mandant.getLocale()of theMandant.
-
getFormId
- Specified by:
getFormIdin interfaceIFormRecordMeta- Returns:
- The
IEntity.getId()of theProjekt.
-
getEntityId
- Specified by:
getEntityIdin interfaceIEntityMeta- Returns:
- the ID of the entity.
-
getFormRecordId
- Returns:
- The
IEntity.getId()of theVorgang.
-
getFormRecordProcessId
- Specified by:
getFormRecordProcessIdin interfaceIFormRecordMeta- Returns:
- The
Vorgang.getProzessId()of theVorgang.
-
getFormTitle
- Specified by:
getFormTitlein interfaceIFormRecordMeta- Returns:
- The
Projekt.getTitel()of theProjekt.
-
getInboxId
- Specified by:
getInboxIdin interfaceIFormRecordMeta- Returns:
- The
IDof theform records current inbox.
-
getInboxName
- Specified by:
getInboxNamein interfaceIFormRecordMeta- Returns:
- The
Postfach.getName()name} of theform records current inbox.
-
toString
-