Package de.xima.fc.dao.utils
Class ProcessProtocolParams
- java.lang.Object
-
- de.xima.fc.dao.utils.ProcessProtocolParams
-
- All Implemented Interfaces:
IEntityMeta
,IFormRecordMeta
,Serializable
public class ProcessProtocolParams extends Object implements IFormRecordMeta
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getClientId()
Locale
getClientLocale()
Long
getEntityId()
Long
getFormId()
Long
getFormRecordId()
String
getFormRecordProcessId()
String
getFormTitle()
Long
getInboxId()
String
getInboxName()
String
toString()
-
-
-
Constructor Detail
-
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 Detail
-
getClientId
public Long getClientId()
- Specified by:
getClientId
in interfaceIFormRecordMeta
- Returns:
- The
IEntity.getId()
of theMandant
.
-
getClientLocale
public Locale getClientLocale()
- Specified by:
getClientLocale
in interfaceIFormRecordMeta
- Returns:
- The
Mandant.getLocale()
of theMandant
.
-
getFormId
public Long getFormId()
- Specified by:
getFormId
in interfaceIFormRecordMeta
- Returns:
- The
IEntity.getId()
of theProjekt
.
-
getEntityId
public Long getEntityId()
- Specified by:
getEntityId
in interfaceIEntityMeta
- Returns:
- the ID of the entity.
-
getFormRecordProcessId
public String getFormRecordProcessId()
- Specified by:
getFormRecordProcessId
in interfaceIFormRecordMeta
- Returns:
- The
Vorgang.getProzessId()
of theVorgang
.
-
getFormTitle
public String getFormTitle()
- Specified by:
getFormTitle
in interfaceIFormRecordMeta
- Returns:
- The
Projekt.getTitel()
of theProjekt
.
-
getInboxId
public Long getInboxId()
- Specified by:
getInboxId
in interfaceIFormRecordMeta
- Returns:
- The
ID
of theform records current inbox
.
-
getInboxName
public String getInboxName()
- Specified by:
getInboxName
in interfaceIFormRecordMeta
- Returns:
- The
Postfach.getName()
name} of theform records current inbox
.
-
-