Liferay 6.0-ee-sp2

com.liferay.portlet.tasks.model
Interface TasksProposal

All Superinterfaces:
AuditedModel, BaseModel<TasksProposal>, ClassedModel, Cloneable, Comparable<TasksProposal>, GroupedModel, PersistedModel, Serializable, TasksProposalModel
All Known Implementing Classes:
TasksProposalWrapper

public interface TasksProposal
extends TasksProposalModel, PersistedModel

The extended model interface for the TasksProposal service. Represents a row in the "TasksProposal" database table, with each column mapped to a property of this class.

See Also:
TasksProposalModel, TasksProposalImpl, TasksProposalModelImpl

Method Summary
 String getStatus(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, setPrimaryKeyObj, setProposalId, setPublishDate, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getStatus

String getStatus(Locale locale)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.0-ee-sp2