Liferay 6.0.5

com.liferay.portlet.tasks.model
Interface TasksProposal

All Superinterfaces:
BaseModel<TasksProposal>, Cloneable, Comparable<TasksProposal>, Serializable, TasksProposalModel
All Known Implementing Classes:
TasksProposalImpl, 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 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.

See Also:
TasksProposalModel, TasksProposalImpl, TasksProposalModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setProposalId, setPublishDate, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getStatus

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

Liferay 6.0.5