@JSON(strict=true)
public class GroupModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>
implements com.liferay.portal.kernel.model.GroupModel
This implementation and its corresponding interface GroupModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in GroupImpl.
GroupImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_GROUPS_ORGS
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_GROUPS_ROLES
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_GROUPS_USERGROUPS
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_USERS_GROUPS
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
FRIENDLYURL_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
GROUPKEY_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
INHERITCONTENT_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LIVEGROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static Object[][] |
MAPPING_TABLE_GROUPS_ORGS_COLUMNS |
static String |
MAPPING_TABLE_GROUPS_ORGS_NAME |
static String |
MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE |
static Object[][] |
MAPPING_TABLE_GROUPS_ROLES_COLUMNS |
static String |
MAPPING_TABLE_GROUPS_ROLES_NAME |
static String |
MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE |
static Object[][] |
MAPPING_TABLE_GROUPS_USERGROUPS_COLUMNS |
static String |
MAPPING_TABLE_GROUPS_USERGROUPS_NAME |
static String |
MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE |
static Object[][] |
MAPPING_TABLE_USERS_GROUPS_COLUMNS |
static String |
MAPPING_TABLE_USERS_GROUPS_NAME |
static String |
MAPPING_TABLE_USERS_GROUPS_SQL_CREATE |
static long |
NAME_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PARENTGROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY |
static long |
SITE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static long |
TREEPATH_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
TX_MANAGER |
static long |
TYPE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
GroupModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
com.liferay.portal.kernel.model.Group |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.Group group) |
boolean |
equals(Object object) |
boolean |
getActive() |
Map<String,Function<com.liferay.portal.kernel.model.Group,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.Group,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
long |
getCreatorUserId() |
String |
getCreatorUserUuid() |
long |
getCtCollectionId() |
String |
getDefaultLanguageId() |
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getDescription(Locale locale,
boolean useDefault) |
String |
getDescription(String languageId) |
String |
getDescription(String languageId,
boolean useDefault) |
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getFriendlyURL() |
long |
getGroupId() |
String |
getGroupKey() |
boolean |
getInheritContent() |
long |
getLiveGroupId() |
boolean |
getManualMembership() |
int |
getMembershipRestriction() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
String |
getName() |
String |
getName(Locale locale) |
String |
getName(Locale locale,
boolean useDefault) |
String |
getName(String languageId) |
String |
getName(String languageId,
boolean useDefault) |
String |
getNameCurrentLanguageId() |
String |
getNameCurrentValue() |
Map<Locale,String> |
getNameMap() |
boolean |
getOriginalActive()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalFriendlyURL()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalGroupKey()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalInheritContent()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalLiveGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalParentGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalSite()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalTreePath()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalType()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getParentGroupId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
int |
getRemoteStagingGroupCount() |
boolean |
getSite() |
String |
getTreePath() |
int |
getType() |
String |
getTypeSettings() |
String |
getUuid() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isInheritContent() |
boolean |
isManualMembership() |
boolean |
isSite() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCreatorUserId(long creatorUserId) |
void |
setCreatorUserUuid(String creatorUserUuid) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setDescription(String description) |
void |
setDescription(String description,
Locale locale) |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale) |
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFriendlyURL(String friendlyURL) |
void |
setGroupId(long groupId) |
void |
setGroupKey(String groupKey) |
void |
setInheritContent(boolean inheritContent) |
void |
setLiveGroupId(long liveGroupId) |
void |
setManualMembership(boolean manualMembership) |
void |
setMembershipRestriction(int membershipRestriction) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setName(String name,
Locale locale) |
void |
setName(String name,
Locale locale,
Locale defaultLocale) |
void |
setNameCurrentLanguageId(String languageId) |
void |
setNameMap(Map<Locale,String> nameMap) |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale) |
void |
setParentGroupId(long parentGroupId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRemoteStagingGroupCount(int remoteStagingGroupCount) |
void |
setSite(boolean site) |
void |
setTreePath(String treePath) |
void |
setType(int type) |
void |
setTypeSettings(String typeSettings) |
void |
setUuid(String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Group> |
toCacheModel() |
com.liferay.portal.kernel.model.Group |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long ACTIVE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long FRIENDLYURL_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPKEY_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long INHERITCONTENT_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long LIVEGROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long PARENTGROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long SITE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TREEPATH_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TYPE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long UUID_COLUMN_BITMASK
getColumnBitmask(String)public static final String MAPPING_TABLE_GROUPS_ORGS_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_ORGS_COLUMNS
public static final String MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_GROUPS_ORGS
public static final String MAPPING_TABLE_GROUPS_ROLES_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_ROLES_COLUMNS
public static final String MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_GROUPS_ROLES
public static final String MAPPING_TABLE_GROUPS_USERGROUPS_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_USERGROUPS_COLUMNS
public static final String MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_GROUPS_USERGROUPS
public static final String MAPPING_TABLE_USERS_GROUPS_NAME
public static final Object[][] MAPPING_TABLE_USERS_GROUPS_COLUMNS
public static final String MAPPING_TABLE_USERS_GROUPS_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_USERS_GROUPS
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Group>getPrimaryKey in interface com.liferay.portal.kernel.model.GroupModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Group>setPrimaryKey in interface com.liferay.portal.kernel.model.GroupModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public Map<String,Function<com.liferay.portal.kernel.model.Group,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>public Map<String,BiConsumer<com.liferay.portal.kernel.model.Group,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.GroupModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.GroupModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Group>getCtCollectionId in interface com.liferay.portal.kernel.model.GroupModelpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Group>setCtCollectionId in interface com.liferay.portal.kernel.model.GroupModel@JSON public String getUuid()
getUuid in interface com.liferay.portal.kernel.model.GroupModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public String getOriginalUuid()
getColumnOriginalValue(String)@JSON public long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.GroupModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.GroupModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModel@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)@JSON public long getCreatorUserId()
getCreatorUserId in interface com.liferay.portal.kernel.model.GroupModelpublic void setCreatorUserId(long creatorUserId)
setCreatorUserId in interface com.liferay.portal.kernel.model.GroupModelpublic String getCreatorUserUuid()
getCreatorUserUuid in interface com.liferay.portal.kernel.model.GroupModelpublic void setCreatorUserUuid(String creatorUserUuid)
setCreatorUserUuid in interface com.liferay.portal.kernel.model.GroupModelpublic String getClassName()
getClassName in interface com.liferay.portal.kernel.model.GroupModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(String className)
setClassName in interface com.liferay.portal.kernel.model.GroupModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.GroupModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.GroupModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModel@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.portal.kernel.model.GroupModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)@JSON public long getParentGroupId()
getParentGroupId in interface com.liferay.portal.kernel.model.GroupModelpublic void setParentGroupId(long parentGroupId)
setParentGroupId in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public long getOriginalParentGroupId()
getColumnOriginalValue(String)@JSON public long getLiveGroupId()
getLiveGroupId in interface com.liferay.portal.kernel.model.GroupModelpublic void setLiveGroupId(long liveGroupId)
setLiveGroupId in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public long getOriginalLiveGroupId()
getColumnOriginalValue(String)@JSON public String getTreePath()
getTreePath in interface com.liferay.portal.kernel.model.GroupModelpublic void setTreePath(String treePath)
setTreePath in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public String getOriginalTreePath()
getColumnOriginalValue(String)@JSON public String getGroupKey()
getGroupKey in interface com.liferay.portal.kernel.model.GroupModelpublic void setGroupKey(String groupKey)
setGroupKey in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public String getOriginalGroupKey()
getColumnOriginalValue(String)@JSON public String getName()
getName in interface com.liferay.portal.kernel.model.GroupModelpublic String getName(Locale locale)
getName in interface com.liferay.portal.kernel.model.GroupModelpublic String getName(Locale locale,
boolean useDefault)
getName in interface com.liferay.portal.kernel.model.GroupModelpublic String getName(String languageId)
getName in interface com.liferay.portal.kernel.model.GroupModelpublic String getName(String languageId,
boolean useDefault)
getName in interface com.liferay.portal.kernel.model.GroupModelpublic String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface com.liferay.portal.kernel.model.GroupModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface com.liferay.portal.kernel.model.GroupModelpublic Map<Locale,String> getNameMap()
getNameMap in interface com.liferay.portal.kernel.model.GroupModelpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.GroupModelpublic void setName(String name,
Locale locale)
setName in interface com.liferay.portal.kernel.model.GroupModelpublic void setName(String name,
Locale locale,
Locale defaultLocale)
setName in interface com.liferay.portal.kernel.model.GroupModelpublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface com.liferay.portal.kernel.model.GroupModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface com.liferay.portal.kernel.model.GroupModelpublic void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
setNameMap in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public String getOriginalName()
getColumnOriginalValue(String)@JSON public String getDescription()
getDescription in interface com.liferay.portal.kernel.model.GroupModelpublic String getDescription(Locale locale)
getDescription in interface com.liferay.portal.kernel.model.GroupModelpublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface com.liferay.portal.kernel.model.GroupModelpublic String getDescription(String languageId)
getDescription in interface com.liferay.portal.kernel.model.GroupModelpublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface com.liferay.portal.kernel.model.GroupModelpublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface com.liferay.portal.kernel.model.GroupModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface com.liferay.portal.kernel.model.GroupModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescription(String description)
setDescription in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescription(String description,
Locale locale)
setDescription in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface com.liferay.portal.kernel.model.GroupModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface com.liferay.portal.kernel.model.GroupModel@JSON public int getType()
getType in interface com.liferay.portal.kernel.model.GroupModelpublic void setType(int type)
setType in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public int getOriginalType()
getColumnOriginalValue(String)@JSON public String getTypeSettings()
getTypeSettings in interface com.liferay.portal.kernel.model.GroupModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean getManualMembership()
getManualMembership in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean isManualMembership()
isManualMembership in interface com.liferay.portal.kernel.model.GroupModelpublic void setManualMembership(boolean manualMembership)
setManualMembership in interface com.liferay.portal.kernel.model.GroupModel@JSON public int getMembershipRestriction()
getMembershipRestriction in interface com.liferay.portal.kernel.model.GroupModelpublic void setMembershipRestriction(int membershipRestriction)
setMembershipRestriction in interface com.liferay.portal.kernel.model.GroupModel@JSON public String getFriendlyURL()
getFriendlyURL in interface com.liferay.portal.kernel.model.GroupModelpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public String getOriginalFriendlyURL()
getColumnOriginalValue(String)@JSON public boolean getSite()
getSite in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean isSite()
isSite in interface com.liferay.portal.kernel.model.GroupModelpublic void setSite(boolean site)
setSite in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public boolean getOriginalSite()
getColumnOriginalValue(String)@JSON public int getRemoteStagingGroupCount()
getRemoteStagingGroupCount in interface com.liferay.portal.kernel.model.GroupModelpublic void setRemoteStagingGroupCount(int remoteStagingGroupCount)
setRemoteStagingGroupCount in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean getInheritContent()
getInheritContent in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean isInheritContent()
isInheritContent in interface com.liferay.portal.kernel.model.GroupModelpublic void setInheritContent(boolean inheritContent)
setInheritContent in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public boolean getOriginalInheritContent()
getColumnOriginalValue(String)@JSON public boolean getActive()
getActive in interface com.liferay.portal.kernel.model.GroupModel@JSON public boolean isActive()
isActive in interface com.liferay.portal.kernel.model.GroupModelpublic void setActive(boolean active)
setActive in interface com.liferay.portal.kernel.model.GroupModel@Deprecated public boolean getOriginalActive()
getColumnOriginalValue(String)public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.portal.kernel.model.GroupModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.portal.kernel.model.GroupModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.GroupModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.GroupModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic com.liferay.portal.kernel.model.Group toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public com.liferay.portal.kernel.model.Group cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>cloneWithOriginalValues in interface com.liferay.portal.kernel.model.GroupModelpublic int compareTo(com.liferay.portal.kernel.model.Group group)
compareTo in interface Comparable<com.liferay.portal.kernel.model.Group>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Group> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Group>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Group>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)