Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class BackgroundTaskImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BackgroundTask>
      extended by com.liferay.portal.model.impl.BackgroundTaskModelImpl
          extended by com.liferay.portal.model.impl.BackgroundTaskBaseImpl
              extended by com.liferay.portal.model.impl.BackgroundTaskImpl
All Implemented Interfaces:
AuditedModel, BackgroundTask, BackgroundTaskModel, BaseModel<BackgroundTask>, ClassedModel, GroupedModel, PersistedModel, Serializable, Cloneable, Comparable<BackgroundTask>

public class BackgroundTaskImpl
extends BackgroundTaskBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.BackgroundTaskModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, COMPLETED_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TASKEXECUTORCLASSNAME_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
BackgroundTaskImpl()
           
 
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 class com.liferay.portal.model.impl.BackgroundTaskBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.BackgroundTaskModelImpl
clone, compareTo, equals, getBackgroundTaskId, getColumnBitmask, getCompanyId, getCompleted, getCompletionDate, getCreateDate, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalCompleted, getOriginalGroupId, getOriginalName, getOriginalStatus, getOriginalTaskExecutorClassName, getPrimaryKey, getPrimaryKeyObj, getServletContextNames, getStatus, getStatusMessage, getTaskContext, getTaskExecutorClassName, getUserId, getUserName, getUserUuid, hashCode, isCompleted, resetOriginalValues, setBackgroundTaskId, setCompanyId, setCompleted, setCompletionDate, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setServletContextNames, setStatus, setStatusMessage, setTaskContext, setTaskExecutorClassName, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

BackgroundTaskImpl

public BackgroundTaskImpl()
Method Detail

addAttachmentsFolder

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

getAttachmentsFileEntries

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

getAttachmentsFileEntries

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

getAttachmentsFileEntriesCount

public int getAttachmentsFileEntriesCount()
                                   throws SystemException
Throws:
SystemException

getAttachmentsFolderId

public long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getStatusLabel

public String getStatusLabel()

getTaskContextMap

public Map<String,Serializable> getTaskContextMap()

isInProgress

public boolean isInProgress()

Liferay 6.2-ce-ga5