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 LonggetClientId()LocalegetClientLocale()LonggetEntityId()LonggetFormId()LonggetFormRecordId()StringgetFormRecordProcessId()StringgetFormTitle()LonggetInboxId()StringgetInboxName()StringtoString()
-
-
-
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- 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 Detail
-
getClientId
public Long getClientId()
- Specified by:
getClientIdin interfaceIFormRecordMeta- Returns:
- The
IEntity.getId()of theMandant.
-
getClientLocale
public Locale getClientLocale()
- Specified by:
getClientLocalein interfaceIFormRecordMeta- Returns:
- The
Mandant.getLocale()of theMandant.
-
getFormId
public Long getFormId()
- Specified by:
getFormIdin interfaceIFormRecordMeta- Returns:
- The
IEntity.getId()of theProjekt.
-
getEntityId
public Long getEntityId()
- Specified by:
getEntityIdin interfaceIEntityMeta- Returns:
- the ID of the entity.
-
getFormRecordProcessId
public String getFormRecordProcessId()
- Specified by:
getFormRecordProcessIdin interfaceIFormRecordMeta- Returns:
- The
Vorgang.getProzessId()of theVorgang.
-
getFormTitle
public String getFormTitle()
- Specified by:
getFormTitlein interfaceIFormRecordMeta- Returns:
- The
Projekt.getTitel()of theProjekt.
-
getInboxId
public Long getInboxId()
- Specified by:
getInboxIdin interfaceIFormRecordMeta- Returns:
- The
IDof theform records current inbox.
-
getInboxName
public String getInboxName()
- Specified by:
getInboxNamein interfaceIFormRecordMeta- Returns:
- The
Postfach.getName()name} of theform records current inbox.
-
-