com.liferay.portal.model
Interface UserGroup
- All Superinterfaces:
- BaseModel<UserGroup>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<UserGroup>, PersistedModel, java.io.Serializable, UserGroupModel
- All Known Implementing Classes:
- UserGroupWrapper
public interface UserGroup
- extends UserGroupModel, PersistedModel
The extended model interface for the UserGroup service. Represents a row in the "UserGroup" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupModel,
UserGroupImpl,
UserGroupModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.UserGroupModel |
clone, compareTo, getAddedByLDAPImport, getCompanyId, getDescription, getExpandoBridge, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setDescription, setExpandoBridgeAttributes, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, toCacheModel, toEscapedModel, toString, toXmlString |
NAME_ACCESSOR
static final Accessor<UserGroup,java.lang.String> NAME_ACCESSOR
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasPrivateLayouts
boolean hasPrivateLayouts()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasPublicLayouts
boolean hasPublicLayouts()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException