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 intgetAttachmentCount()intgetErrorCount()LonggetFormRecordId()LonggetInboxId()StringgetInboxName()StringgetStateName(LocaleBean localeBean)StringgetSubject()DategetSubmitDate()DategetVerifyDate()StringgetVerifyUuid()booleanisAccessToDataLocked()booleanisDeletable()booleanisHasQuartzJobs()booleanisHasState()booleanisProcessing()booleanisRead()booleanisUsesNewWorkflow()booleanisWorkflowInvalid()- 
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()
 
- 
getVerifyDate
public Date getVerifyDate()
 
- 
getInboxId
public Long getInboxId()
 
- 
getInboxName
public String getInboxName()
 
- 
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
 
- 
getAttachmentCount
public int getAttachmentCount()
 
- 
isHasState
public boolean isHasState()
 
- 
getStateName
public String getStateName(LocaleBean localeBean)
 
- 
isAccessToDataLocked
public boolean isAccessToDataLocked()
 
 - 
 
 -