com.liferay.portal.model
Interface UserGroup
- All Superinterfaces:
- BaseModel<UserGroup>, Cloneable, Comparable<UserGroup>, Serializable, UserGroupModel
- All Known Implementing Classes:
- UserGroupImpl, UserGroupWrapper
public interface UserGroup
- extends UserGroupModel
The model interface for the UserGroup service. Represents a row in the "UserGroup" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to UserGroupImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
UserGroupModel,
UserGroupImpl,
UserGroupModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from interface com.liferay.portal.model.UserGroupModel |
clone, compareTo, getCompanyId, getDescription, getExpandoBridge, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setParentUserGroupId, setPrimaryKey, setUserGroupId, toEscapedModel, toString, toXmlString |
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasPrivateLayouts
boolean hasPrivateLayouts()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasPublicLayouts
boolean hasPublicLayouts()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException