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

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

public class TasksProposalImpl
extends TasksProposalModelImpl
implements com.liferay.portlet.tasks.model.TasksProposal

View Source

Author:
Brian Wing Shun Chan
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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TasksProposalImpl()
           
 
Method Summary
protected  java.lang.String getStatus(int stage)
           
 java.lang.String getStatus(java.util.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, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setGroupId, setModifiedDate, setName, setPrimaryKey, setProposalId, setPublishDate, setUserId, setUserName, 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
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDueDate, getGroupId, getModifiedDate, getName, getPrimaryKey, getProposalId, getPublishDate, getUserId, getUserName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setGroupId, setModifiedDate, setName, setPrimaryKey, setProposalId, setPublishDate, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TasksProposalImpl

public TasksProposalImpl()
Method Detail

getStatus

public java.lang.String getStatus(java.util.Locale locale)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getStatus in interface com.liferay.portlet.tasks.model.TasksProposal
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getStatus

protected java.lang.String getStatus(int stage)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException