Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.model.impl
Class UserGroupBaseImpl

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

@ProviderType
public abstract class UserGroupBaseImpl
extends UserGroupModelImpl
implements com.liferay.portal.kernel.model.UserGroup

The extended model base implementation for the UserGroup service. Represents a row in the "UserGroup" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in UserGroupImpl.

See Also:
UserGroupImpl, UserGroup, Serialized Form
{$generated.description}

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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.kernel.model.UserGroup
NAME_ACCESSOR, USER_GROUP_ID_ACCESSOR
 
Constructor Summary
UserGroupBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupModelImpl
clone, compareTo, equals, getAddedByLDAPImport, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalCompanyId, getOriginalName, getOriginalParentUserGroupId, getOriginalUuid, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isAddedByLDAPImport, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAddedByLDAPImport, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setMvccVersion, setName, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.kernel.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.kernel.model.UserGroup
getGroup, getGroupId, getPrivateLayoutsPageCount, getPublicLayoutsPageCount, hasPrivateLayouts, hasPublicLayouts
 
Methods inherited from interface com.liferay.portal.kernel.model.UserGroupModel
clone, compareTo, getAddedByLDAPImport, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getModifiedDate, getMvccVersion, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setMvccVersion, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

UserGroupBaseImpl

public UserGroupBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ce-b8 portal-impl