Liferay 6.0.5

com.liferay.portal.model
Interface Team

All Superinterfaces:
BaseModel<Team>, Cloneable, Comparable<Team>, Serializable, TeamModel
All Known Implementing Classes:
TeamImpl, TeamWrapper

public interface Team
extends TeamModel

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

Never modify this interface directly. Add methods to TeamImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a team model instance should use the Team interface instead.

See Also:
TeamModel, TeamImpl, TeamModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 Role getRole()
           
 
Methods inherited from interface com.liferay.portal.model.TeamModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setTeamId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getRole

Role getRole()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5