Liferay 7.0-ce-m6

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, MVCCModel, 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()
           
 BackgroundTaskExecutor getBackgroundTaskExecutor()
           
 String getStatusLabel()
           
 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, getMvccVersion, getName, getOriginalCompanyId, getOriginalCompleted, getOriginalGroupId, getOriginalName, getOriginalStatus, getOriginalTaskExecutorClassName, getPrimaryKey, getPrimaryKeyObj, getServletContextNames, getStatus, getStatusMessage, getTaskContextMap, getTaskExecutorClassName, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isCompleted, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setBackgroundTaskId, setCompanyId, setCompleted, setCompletionDate, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setServletContextNames, setStatus, setStatusMessage, setTaskContextMap, 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, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
Throws:
PortalException

getAttachmentsFileEntries

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

getAttachmentsFileEntries

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

getAttachmentsFileEntriesCount

public int getAttachmentsFileEntriesCount()
                                   throws PortalException
Throws:
PortalException

getAttachmentsFolderId

public long getAttachmentsFolderId()

getBackgroundTaskExecutor

public BackgroundTaskExecutor getBackgroundTaskExecutor()

getStatusLabel

public String getStatusLabel()

isInProgress

public boolean isInProgress()

Liferay 7.0-ce-m6