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.
- See Also:
TeamModel,
TeamImpl,
TeamModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 |
getRole
Role getRole()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException