Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserGroupImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserGroup>
      extended by com.liferay.portal.model.impl.UserGroupModelImpl
          extended by com.liferay.portal.model.impl.UserGroupBaseImpl
              extended by com.liferay.portal.model.impl.UserGroupImpl
All Implemented Interfaces:
AuditedModel, BaseModel<UserGroup>, ClassedModel, PersistedModel, StagedAuditedModel, StagedModel, UserGroup, UserGroupModel, Serializable, Cloneable, Comparable<UserGroup>

public class UserGroupImpl
extends UserGroupBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_GROUPS_USERGROUPS, FINDER_CACHE_ENABLED_USERGROUPS_TEAMS, FINDER_CACHE_ENABLED_USERS_USERGROUPS, LOCK_EXPIRATION_TIME, MAPPING_TABLE_GROUPS_USERGROUPS_COLUMNS, MAPPING_TABLE_GROUPS_USERGROUPS_NAME, MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE, MAPPING_TABLE_USERGROUPS_TEAMS_COLUMNS, MAPPING_TABLE_USERGROUPS_TEAMS_NAME, MAPPING_TABLE_USERGROUPS_TEAMS_SQL_CREATE, MAPPING_TABLE_USERS_USERGROUPS_COLUMNS, MAPPING_TABLE_USERS_USERGROUPS_NAME, MAPPING_TABLE_USERS_USERGROUPS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTUSERGROUPID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.model.UserGroup
NAME_ACCESSOR
 
Constructor Summary
UserGroupImpl()
           
 
Method Summary
 Group getGroup()
           
 long getGroupId()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupModelImpl
clone, compareTo, equals, getAddedByLDAPImport, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalName, getOriginalParentUserGroupId, getOriginalUuid, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAddedByLDAPImport, resetOriginalValues, setAddedByLDAPImport, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setName, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserGroupModel
clone, compareTo, getAddedByLDAPImport, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getModifiedDate, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

UserGroupImpl

public UserGroupImpl()
Method Detail

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getGroupId

public long getGroupId()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getPrivateLayoutsPageCount

public int getPrivateLayoutsPageCount()
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getPublicLayoutsPageCount

public int getPublicLayoutsPageCount()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

hasPrivateLayouts

public boolean hasPrivateLayouts()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

hasPublicLayouts

public boolean hasPublicLayouts()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5