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
The model interface for the TasksProposal service. Represents a row in the "TasksProposal" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.tasks.model.impl.TasksProposalImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a tasks proposal model instance should use the TasksProposal interface instead.
- 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 PortalException,
SystemException
- Throws:
PortalException
SystemException