Package de.xima.fc.inbox.model
Class FormRecordListItem
- java.lang.Object
-
- de.xima.fc.inbox.model.AFormRecordWrapper
-
- de.xima.fc.inbox.model.FormRecordListItem
-
- All Implemented Interfaces:
IFormRecordWrapper
,Serializable
public class FormRecordListItem extends AFormRecordWrapper
Wrapper class for displaying form records in the- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormRecordListItem(IFormRecordBaseData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAttachmentCount()
int
getChatCount()
int
getErrorCount()
Long
getFormRecordId()
Long
getInboxId()
String
getInboxName()
Date
getLastStatusChangeDate()
String
getStateName(LocaleBean localeBean)
String
getSubject()
Date
getSubmitDate()
Date
getVerifyDate()
String
getVerifyUuid()
boolean
isAccessToDataLocked()
boolean
isDeletable()
boolean
isHasQuartzJobs()
boolean
isHasState()
boolean
isProcessing()
boolean
isRead()
boolean
isUsesNewWorkflow()
boolean
isWorkflowInvalid()
-
Methods inherited from class de.xima.fc.inbox.model.AFormRecordWrapper
equals, hashCode
-
-
-
-
Constructor Detail
-
FormRecordListItem
public FormRecordListItem(IFormRecordBaseData data)
-
-
Method Detail
-
getFormRecordId
public Long getFormRecordId()
-
isRead
public boolean isRead()
-
isDeletable
public boolean isDeletable()
-
getSubject
public String getSubject()
-
getSubmitDate
public Date getSubmitDate()
-
isProcessing
public boolean isProcessing()
-
isWorkflowInvalid
public boolean isWorkflowInvalid()
-
isHasQuartzJobs
public boolean isHasQuartzJobs()
-
getErrorCount
public int getErrorCount()
-
getVerifyUuid
public String getVerifyUuid()
-
getChatCount
public int getChatCount()
-
getVerifyDate
public Date getVerifyDate()
-
getInboxId
public Long getInboxId()
-
getInboxName
public String getInboxName()
-
getLastStatusChangeDate
public Date getLastStatusChangeDate()
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
-
getAttachmentCount
public int getAttachmentCount()
-
isHasState
public boolean isHasState()
-
isAccessToDataLocked
public boolean isAccessToDataLocked()
-
getStateName
public String getStateName(LocaleBean localeBean)
-
-