com.liferay.portal.model
Interface BackgroundTask
- All Superinterfaces:
- AuditedModel, BackgroundTaskModel, BaseModel<BackgroundTask>, ClassedModel, Cloneable, Comparable<BackgroundTask>, GroupedModel, MVCCModel, PersistedModel, Serializable
- All Known Implementing Classes:
- BackgroundTaskBaseImpl, BackgroundTaskImpl, BackgroundTaskWrapper
@ProviderType
public interface BackgroundTask
- extends BackgroundTaskModel, PersistedModel
The extended model interface for the BackgroundTask service. Represents a row in the "BackgroundTask" database table, with each column mapped to a property of this class.
- See Also:
BackgroundTaskModel,
BackgroundTaskImpl,
BackgroundTaskModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from interface com.liferay.portal.model.BackgroundTaskModel |
clone, compareTo, getBackgroundTaskId, getCompanyId, getCompleted, getCompletionDate, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getServletContextNames, getStatus, getStatusMessage, getTaskContextMap, getTaskExecutorClassName, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isCompleted, isEscapedModel, isNew, setBackgroundTaskId, setCachedModel, setCompanyId, setCompleted, setCompletionDate, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setServletContextNames, setStatus, setStatusMessage, setTaskContextMap, setTaskExecutorClassName, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
addAttachmentsFolder
Folder addAttachmentsFolder()
throws PortalException
- Throws:
PortalException
getAttachmentsFileEntries
List<FileEntry> getAttachmentsFileEntries()
getAttachmentsFileEntries
List<FileEntry> getAttachmentsFileEntries(int start,
int end)
getAttachmentsFileEntriesCount
int getAttachmentsFileEntriesCount()
getAttachmentsFolderId
long getAttachmentsFolderId()
getStatusLabel
String getStatusLabel()
isInProgress
boolean isInProgress()