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
- TheID
of theform record
.formRecordProcessId
- Theprocess ID
of theform record
.formId
- TheID
of theproject
.formTitle
- Thetitle
of theproject
.clientId
- TheID
of theclient
.clientLanguage
- The language of the client.inboxId
- TheID
of theform record's current inbox
.inboxName
- Thename
of theform record's current inbox
.
-
-
Method Details
-
getClientId
- Specified by:
getClientId
in interfaceIFormRecordMeta
- Returns:
- The
IEntity.getId()
of theMandant
.
-
getClientLocale
- Specified by:
getClientLocale
in interfaceIFormRecordMeta
- Returns:
- The
Mandant.getLocale()
of theMandant
.
-
getFormId
- Specified by:
getFormId
in interfaceIFormRecordMeta
- Returns:
- The
IEntity.getId()
of theProjekt
.
-
getEntityId
- Specified by:
getEntityId
in interfaceIEntityMeta
- Returns:
- the ID of the entity.
-
getFormRecordId
- Returns:
- The
IEntity.getId()
of theVorgang
.
-
getFormRecordProcessId
- Specified by:
getFormRecordProcessId
in interfaceIFormRecordMeta
- Returns:
- The
Vorgang.getProzessId()
of theVorgang
.
-
getFormTitle
- Specified by:
getFormTitle
in interfaceIFormRecordMeta
- Returns:
- The
Projekt.getTitel()
of theProjekt
.
-
getInboxId
- Specified by:
getInboxId
in interfaceIFormRecordMeta
- Returns:
- The
ID
of theform records current inbox
.
-
getInboxName
- Specified by:
getInboxName
in interfaceIFormRecordMeta
- Returns:
- The
Postfach.getName()
name} of theform records current inbox
.
-
toString
-