com.liferay.portal.model
Interface Team

All Superinterfaces:
BaseModel<Team>, java.lang.Cloneable, java.lang.Comparable<Team>, java.io.Serializable, TeamModel
All Known Implementing Classes:
TeamWrapper

public interface Team
extends TeamModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Team table in the database.

Customize TeamImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TeamModel, TeamImpl, TeamModelImpl
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