|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Group>
com.liferay.portal.model.impl.GroupModelImpl
@JSON(strict=true) @ProviderType public class GroupModelImpl
The base model implementation for the Group service. Represents a row in the "Group_" database table, with each column mapped to a property of this class.
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,
Group,
GroupModel,
Serialized Form| Constructor Summary | |
|---|---|
GroupModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Group group)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
Returns the active of this group. |
String[] |
getAvailableLanguageIds()
|
String |
getClassName()
Returns the fully qualified class name of this group. |
long |
getClassNameId()
Returns the class name ID of this group. |
long |
getClassPK()
Returns the class p k of this group. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this group. |
long |
getCreatorUserId()
Returns the creator user ID of this group. |
String |
getCreatorUserUuid()
Returns the creator user uuid of this group. |
String |
getDefaultLanguageId()
|
String |
getDescription()
Returns the description of this group. |
String |
getDescription(Locale locale)
Returns the localized description of this group in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this group in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this group in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this group in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this group. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFriendlyURL()
Returns the friendly u r l of this group. |
long |
getGroupId()
Returns the group ID of this group. |
String |
getGroupKey()
Returns the group key of this group. |
boolean |
getInheritContent()
Returns the inherit content of this group. |
long |
getLiveGroupId()
Returns the live group ID of this group. |
boolean |
getManualMembership()
Returns the manual membership of this group. |
int |
getMembershipRestriction()
Returns the membership restriction of this group. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this group. |
String |
getName()
Returns the name of this group. |
String |
getName(Locale locale)
Returns the localized name of this group in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this group in the language, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Returns the localized name of this group in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this group in the language, optionally using the default language if no localization exists for the requested language. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this group. |
boolean |
getOriginalActive()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
String |
getOriginalFriendlyURL()
|
long |
getOriginalGroupId()
|
String |
getOriginalGroupKey()
|
boolean |
getOriginalInheritContent()
|
long |
getOriginalLiveGroupId()
|
long |
getOriginalParentGroupId()
|
boolean |
getOriginalSite()
|
int |
getOriginalType()
|
String |
getOriginalUuid()
|
long |
getParentGroupId()
Returns the parent group ID of this group. |
long |
getPrimaryKey()
Returns the primary key of this group. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getRemoteStagingGroupCount()
Returns the remote staging group count of this group. |
boolean |
getSite()
Returns the site of this group. |
String |
getTreePath()
Returns the tree path of this group. |
int |
getType()
Returns the type of this group. |
String |
getTypeSettings()
Returns the type settings of this group. |
String |
getUuid()
Returns the uuid of this group. |
int |
hashCode()
|
boolean |
isActive()
Returns true if this group is active. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInheritContent()
Returns true if this group is inherit content. |
boolean |
isManualMembership()
Returns true if this group is manual membership. |
boolean |
isSite()
Returns true if this group is site. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this group is active. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this group. |
void |
setClassPK(long classPK)
Sets the class p k of this group. |
void |
setCompanyId(long companyId)
Sets the company ID of this group. |
void |
setCreatorUserId(long creatorUserId)
Sets the creator user ID of this group. |
void |
setCreatorUserUuid(String creatorUserUuid)
Sets the creator user uuid of this group. |
void |
setDescription(String description)
Sets the description of this group. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this group in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this group in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this group from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this group from the map of locales and localized descriptions, and sets the default locale. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFriendlyURL(String friendlyURL)
Sets the friendly u r l of this group. |
void |
setGroupId(long groupId)
Sets the group ID of this group. |
void |
setGroupKey(String groupKey)
Sets the group key of this group. |
void |
setInheritContent(boolean inheritContent)
Sets whether this group is inherit content. |
void |
setLiveGroupId(long liveGroupId)
Sets the live group ID of this group. |
void |
setManualMembership(boolean manualMembership)
Sets whether this group is manual membership. |
void |
setMembershipRestriction(int membershipRestriction)
Sets the membership restriction of this group. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this group. |
void |
setName(String name)
Sets the name of this group. |
void |
setName(String name,
Locale locale)
Sets the localized name of this group in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this group in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this group from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this group from the map of locales and localized names, and sets the default locale. |
void |
setParentGroupId(long parentGroupId)
Sets the parent group ID of this group. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this group. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRemoteStagingGroupCount(int remoteStagingGroupCount)
Sets the remote staging group count of this group. |
void |
setSite(boolean site)
Sets whether this group is site. |
void |
setTreePath(String treePath)
Sets the tree path of this group. |
void |
setType(int type)
Sets the type of this group. |
void |
setTypeSettings(String typeSettings)
Sets the type settings of this group. |
void |
setUuid(String uuid)
Sets the uuid of this group. |
CacheModel<Group> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Group |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static Group |
toModel(GroupSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<Group> |
toModels(GroupSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| 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.GroupModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
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
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ACTIVE_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long FRIENDLYURL_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long GROUPKEY_COLUMN_BITMASK
public static final long INHERITCONTENT_COLUMN_BITMASK
public static final long LIVEGROUPID_COLUMN_BITMASK
public static final long PARENTGROUPID_COLUMN_BITMASK
public static final long SITE_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
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
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
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
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
public static final boolean FINDER_CACHE_ENABLED_USERS_GROUPS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public GroupModelImpl()
| Method Detail |
|---|
public static Group toModel(GroupSoap soapModel)
soapModel - the soap model instance to convert
public static List<Group> toModels(GroupSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
GroupModel
getPrimaryKey in interface GroupModelpublic void setPrimaryKey(long primaryKey)
GroupModel
setPrimaryKey in interface GroupModelprimaryKey - the primary key of this grouppublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Group>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface GroupModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<Group>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface GroupModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<Group>getModelAttributes in class BaseModelImpl<Group>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<Group>setModelAttributes in class BaseModelImpl<Group>@JSON public long getMvccVersion()
GroupModel
getMvccVersion in interface GroupModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
GroupModel
setMvccVersion in interface GroupModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this group@JSON public String getUuid()
GroupModel
getUuid in interface GroupModelpublic void setUuid(String uuid)
GroupModel
setUuid in interface GroupModeluuid - the uuid of this grouppublic String getOriginalUuid()
@JSON public long getGroupId()
GroupModel
getGroupId in interface GroupModelpublic void setGroupId(long groupId)
GroupModel
setGroupId in interface GroupModelgroupId - the group ID of this grouppublic long getOriginalGroupId()
@JSON public long getCompanyId()
GroupModel
getCompanyId in interface GroupModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
GroupModel
setCompanyId in interface GroupModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this grouppublic long getOriginalCompanyId()
@JSON public long getCreatorUserId()
GroupModel
getCreatorUserId in interface GroupModelpublic void setCreatorUserId(long creatorUserId)
GroupModel
setCreatorUserId in interface GroupModelcreatorUserId - the creator user ID of this grouppublic String getCreatorUserUuid()
GroupModel
getCreatorUserUuid in interface GroupModelpublic void setCreatorUserUuid(String creatorUserUuid)
GroupModel
setCreatorUserUuid in interface GroupModelcreatorUserUuid - the creator user uuid of this grouppublic String getClassName()
GroupModel
getClassName in interface GroupModelgetClassName in interface TypedModelpublic void setClassName(String className)
setClassName in interface GroupModel@JSON public long getClassNameId()
GroupModel
getClassNameId in interface GroupModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
GroupModel
setClassNameId in interface GroupModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this grouppublic long getOriginalClassNameId()
@JSON public long getClassPK()
GroupModel
getClassPK in interface AttachedModelgetClassPK in interface GroupModelpublic void setClassPK(long classPK)
GroupModel
setClassPK in interface AttachedModelsetClassPK in interface GroupModelclassPK - the class p k of this grouppublic long getOriginalClassPK()
@JSON public long getParentGroupId()
GroupModel
getParentGroupId in interface GroupModelpublic void setParentGroupId(long parentGroupId)
GroupModel
setParentGroupId in interface GroupModelparentGroupId - the parent group ID of this grouppublic long getOriginalParentGroupId()
@JSON public long getLiveGroupId()
GroupModel
getLiveGroupId in interface GroupModelpublic void setLiveGroupId(long liveGroupId)
GroupModel
setLiveGroupId in interface GroupModelliveGroupId - the live group ID of this grouppublic long getOriginalLiveGroupId()
@JSON public String getTreePath()
GroupModel
getTreePath in interface GroupModelpublic void setTreePath(String treePath)
GroupModel
setTreePath in interface GroupModeltreePath - the tree path of this group@JSON public String getGroupKey()
GroupModel
getGroupKey in interface GroupModelpublic void setGroupKey(String groupKey)
GroupModel
setGroupKey in interface GroupModelgroupKey - the group key of this grouppublic String getOriginalGroupKey()
@JSON public String getName()
GroupModel
getName in interface GroupModelpublic String getName(Locale locale)
GroupModel
getName in interface GroupModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
GroupModel
getName in interface GroupModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
GroupModel
getName in interface GroupModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
GroupModel
getName in interface GroupModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface GroupModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface GroupModelpublic Map<Locale,String> getNameMap()
GroupModel
getNameMap in interface GroupModelpublic void setName(String name)
GroupModel
setName in interface GroupModelname - the name of this group
public void setName(String name,
Locale locale)
GroupModel
setName in interface GroupModelname - the localized name of this grouplocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
GroupModel
setName in interface GroupModelname - the localized name of this grouplocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface GroupModelpublic void setNameMap(Map<Locale,String> nameMap)
GroupModel
setNameMap in interface GroupModelnameMap - the locales and localized names of this group
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
GroupModel
setNameMap in interface GroupModelnameMap - the locales and localized names of this groupdefaultLocale - the default locale@JSON public String getDescription()
GroupModel
getDescription in interface GroupModelpublic String getDescription(Locale locale)
GroupModel
getDescription in interface GroupModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
GroupModel
getDescription in interface GroupModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
GroupModel
getDescription in interface GroupModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
GroupModel
getDescription in interface GroupModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface GroupModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface GroupModelpublic Map<Locale,String> getDescriptionMap()
GroupModel
getDescriptionMap in interface GroupModelpublic void setDescription(String description)
GroupModel
setDescription in interface GroupModeldescription - the description of this group
public void setDescription(String description,
Locale locale)
GroupModel
setDescription in interface GroupModeldescription - the localized description of this grouplocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
GroupModel
setDescription in interface GroupModeldescription - the localized description of this grouplocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface GroupModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
GroupModel
setDescriptionMap in interface GroupModeldescriptionMap - the locales and localized descriptions of this group
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
GroupModel
setDescriptionMap in interface GroupModeldescriptionMap - the locales and localized descriptions of this groupdefaultLocale - the default locale@JSON public int getType()
GroupModel
getType in interface GroupModelpublic void setType(int type)
GroupModel
setType in interface GroupModeltype - the type of this grouppublic int getOriginalType()
@JSON public String getTypeSettings()
GroupModel
getTypeSettings in interface GroupModelpublic void setTypeSettings(String typeSettings)
GroupModel
setTypeSettings in interface GroupModeltypeSettings - the type settings of this group@JSON public boolean getManualMembership()
GroupModel
getManualMembership in interface GroupModelpublic boolean isManualMembership()
GroupModeltrue if this group is manual membership.
isManualMembership in interface GroupModeltrue if this group is manual membership; false otherwisepublic void setManualMembership(boolean manualMembership)
GroupModel
setManualMembership in interface GroupModelmanualMembership - the manual membership of this group@JSON public int getMembershipRestriction()
GroupModel
getMembershipRestriction in interface GroupModelpublic void setMembershipRestriction(int membershipRestriction)
GroupModel
setMembershipRestriction in interface GroupModelmembershipRestriction - the membership restriction of this group@JSON public String getFriendlyURL()
GroupModel
getFriendlyURL in interface GroupModelpublic void setFriendlyURL(String friendlyURL)
GroupModel
setFriendlyURL in interface GroupModelfriendlyURL - the friendly u r l of this grouppublic String getOriginalFriendlyURL()
@JSON public boolean getSite()
GroupModel
getSite in interface GroupModelpublic boolean isSite()
GroupModeltrue if this group is site.
isSite in interface GroupModeltrue if this group is site; false otherwisepublic void setSite(boolean site)
GroupModel
setSite in interface GroupModelsite - the site of this grouppublic boolean getOriginalSite()
@JSON public int getRemoteStagingGroupCount()
GroupModel
getRemoteStagingGroupCount in interface GroupModelpublic void setRemoteStagingGroupCount(int remoteStagingGroupCount)
GroupModel
setRemoteStagingGroupCount in interface GroupModelremoteStagingGroupCount - the remote staging group count of this group@JSON public boolean getInheritContent()
GroupModel
getInheritContent in interface GroupModelpublic boolean isInheritContent()
GroupModeltrue if this group is inherit content.
isInheritContent in interface GroupModeltrue if this group is inherit content; false otherwisepublic void setInheritContent(boolean inheritContent)
GroupModel
setInheritContent in interface GroupModelinheritContent - the inherit content of this grouppublic boolean getOriginalInheritContent()
@JSON public boolean getActive()
GroupModel
getActive in interface GroupModelpublic boolean isActive()
GroupModeltrue if this group is active.
isActive in interface GroupModeltrue if this group is active; false otherwisepublic void setActive(boolean active)
GroupModel
setActive in interface GroupModelactive - the active of this grouppublic boolean getOriginalActive()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Group>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface GroupModelgetExpandoBridge in class BaseModelImpl<Group>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Group>setExpandoBridgeAttributes in interface GroupModelsetExpandoBridgeAttributes in class BaseModelImpl<Group>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface GroupModelgetAvailableLanguageIds in interface LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface GroupModelgetDefaultLanguageId in interface LocalizedModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface GroupModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface GroupModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic Group toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<Group>toEscapedModel in interface GroupModeltoEscapedModel in class BaseModelImpl<Group>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<Group>clone in interface GroupModelclone in class BaseModelImpl<Group>public int compareTo(Group group)
compareTo in interface GroupModelcompareTo in interface Comparable<Group>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface GroupModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<Group>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<Group>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<Group>resetOriginalValues in class BaseModelImpl<Group>public CacheModel<Group> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<Group>toCacheModel in interface GroupModeltoCacheModel in class BaseModelImpl<Group>public String toString()
toString in interface GroupModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Group>toXmlString in interface GroupModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||