Liferay 6.0.5

com.liferay.portlet.tasks.model.impl
Class TasksProposalImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<TasksProposal>
      extended by com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl
          extended by com.liferay.portlet.tasks.model.impl.TasksProposalImpl
All Implemented Interfaces:
BaseModel<TasksProposal>, TasksProposal, TasksProposalModel, Serializable, Cloneable, Comparable<TasksProposal>

public class TasksProposalImpl
extends TasksProposalModelImpl
implements TasksProposal

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TasksProposalImpl()
           
 
Method Summary
protected  String getStatus(int stage)
           
 String getStatus(Locale locale)
           
 
Methods inherited from class com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDueDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getProposalId, getPublishDate, getUserId, getUserName, getUserUuid, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPrimaryKey, setProposalId, setPublishDate, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.tasks.model.TasksProposalModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDueDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getProposalId, getPublishDate, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setProposalId, setPublishDate, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

TasksProposalImpl

public TasksProposalImpl()
Method Detail

getStatus

public String getStatus(Locale locale)
                 throws PortalException,
                        SystemException
Specified by:
getStatus in interface TasksProposal
Throws:
PortalException
SystemException

getStatus

protected String getStatus(int stage)
                    throws SystemException
Throws:
SystemException

Liferay 6.0.5