com.liferay.portlet.tasks.model
Interface TasksProposal
- All Superinterfaces:
- BaseModel<TasksProposal>, java.lang.Cloneable, java.lang.Comparable<TasksProposal>, java.io.Serializable, TasksProposalModel
- All Known Implementing Classes:
- TasksProposalWrapper
public interface TasksProposal
- extends TasksProposalModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the TasksProposal table in the
database.
Customize com.liferay.portlet.tasks.model.impl.TasksProposalImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
TasksProposalModel
,
com.liferay.portlet.tasks.model.impl.TasksProposalImpl
,
com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl
- Generated:
Method Summary |
java.lang.String |
getStatus(java.util.Locale locale)
|
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 |
getStatus
java.lang.String getStatus(java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException