Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface BackgroundTask

All Superinterfaces:
AuditedModel, BackgroundTaskModel, BaseModel<BackgroundTask>, ClassedModel, Cloneable, Comparable<BackgroundTask>, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
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

Method Summary
 Folder addAttachmentsFolder()
           
 List<FileEntry> getAttachmentsFileEntries()
           
 List<FileEntry> getAttachmentsFileEntries(int start, int end)
           
 int getAttachmentsFileEntriesCount()
           
 long getAttachmentsFolderId()
           
 String getStatusLabel()
           
 Map<String,Serializable> getTaskContextMap()
           
 boolean isInProgress()
           
 
Methods inherited from interface com.liferay.portal.model.BackgroundTaskModel
clone, compareTo, getBackgroundTaskId, getCompanyId, getCompleted, getCompletionDate, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getServletContextNames, getStatus, getStatusMessage, getTaskContext, getTaskExecutorClassName, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isCompleted, isEscapedModel, isNew, setBackgroundTaskId, setCachedModel, setCompanyId, setCompleted, setCompletionDate, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setServletContextNames, setStatus, setStatusMessage, setTaskContext, setTaskExecutorClassName, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

addAttachmentsFolder

Folder addAttachmentsFolder()
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getAttachmentsFileEntries

List<FileEntry> getAttachmentsFileEntries()
                                          throws SystemException
Throws:
SystemException

getAttachmentsFileEntries

List<FileEntry> getAttachmentsFileEntries(int start,
                                          int end)
                                          throws SystemException
Throws:
SystemException

getAttachmentsFileEntriesCount

int getAttachmentsFileEntriesCount()
                                   throws SystemException
Throws:
SystemException

getAttachmentsFolderId

long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getStatusLabel

String getStatusLabel()

getTaskContextMap

Map<String,Serializable> getTaskContextMap()

isInProgress

boolean isInProgress()

Liferay 6.2-ce-ga5