|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.RoleWrapper
public class RoleWrapper
This class is a wrapper for Role
.
Role
,
Serialized FormField Summary |
---|
Fields inherited from interface com.liferay.portal.model.Role |
---|
NAME_ACCESSOR, ROLE_ID_ACCESSOR |
Constructor Summary | |
---|---|
RoleWrapper(Role role)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Role role)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this role. |
long |
getClassNameId()
Returns the class name ID of this role. |
long |
getClassPK()
Returns the class p k of this role. |
long |
getCompanyId()
Returns the company ID of this role. |
String |
getDescription()
Returns the description of this role. |
String |
getDescription(Locale locale)
Returns the localized description of this role in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this role 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 role in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this role 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 role. |
String |
getDescriptiveName()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getName()
Returns the name of this role. |
long |
getPrimaryKey()
Returns the primary key of this role. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRoleId()
Returns the role ID of this role. |
String |
getSubtype()
Returns the subtype of this role. |
String |
getTitle()
Returns the title of this role. |
String |
getTitle(Locale locale)
Returns the localized title of this role in the language. |
String |
getTitle(Locale locale,
boolean useDefault)
Returns the localized title of this role in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitle(String languageId)
Returns the localized title of this role in the language. |
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this role in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitleCurrentLanguageId()
|
String |
getTitleCurrentValue()
|
Map<Locale,String> |
getTitleMap()
Returns a map of the locales and localized titles of this role. |
int |
getType()
Returns the type of this role. |
String |
getTypeLabel()
|
Role |
getWrappedModel()
|
Role |
getWrappedRole()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isTeam()
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this role. |
void |
setClassPK(long classPK)
Sets the class p k of this role. |
void |
setCompanyId(long companyId)
Sets the company ID of this role. |
void |
setDescription(String description)
Sets the description of this role. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this role in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this role in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this role from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this role 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 |
setModelAttributes(Map<String,Object> attributes)
|
void |
setName(String name)
Sets the name of this role. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this role. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRoleId(long roleId)
Sets the role ID of this role. |
void |
setSubtype(String subtype)
Sets the subtype of this role. |
void |
setTitle(String title)
Sets the title of this role. |
void |
setTitle(String title,
Locale locale)
Sets the localized title of this role in the language. |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
Sets the localized title of this role in the language, and sets the default locale. |
void |
setTitleCurrentLanguageId(String languageId)
|
void |
setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this role from the map of locales and localized titles. |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
Sets the localized titles of this role from the map of locales and localized titles, and sets the default locale. |
void |
setType(int type)
Sets the type of this role. |
CacheModel<Role> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Role |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
Role |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoleWrapper(Role role)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Role>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Role>
public long getPrimaryKey()
getPrimaryKey
in interface RoleModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RoleModel
primaryKey
- the primary key of this rolepublic long getRoleId()
getRoleId
in interface RoleModel
public void setRoleId(long roleId)
setRoleId
in interface RoleModel
roleId
- the role ID of this rolepublic long getCompanyId()
getCompanyId
in interface RoleModel
public void setCompanyId(long companyId)
setCompanyId
in interface RoleModel
companyId
- the company ID of this rolepublic String getClassName()
getClassName
in interface AttachedModel
getClassName
in interface RoleModel
public void setClassName(String className)
setClassName
in interface RoleModel
public long getClassNameId()
getClassNameId
in interface AttachedModel
getClassNameId
in interface RoleModel
public void setClassNameId(long classNameId)
setClassNameId
in interface AttachedModel
setClassNameId
in interface RoleModel
classNameId
- the class name ID of this rolepublic long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface RoleModel
public void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface RoleModel
classPK
- the class p k of this rolepublic String getName()
getName
in interface RoleModel
public void setName(String name)
setName
in interface RoleModel
name
- the name of this rolepublic String getTitle()
getTitle
in interface RoleModel
public String getTitle(Locale locale)
getTitle
in interface RoleModel
locale
- the locale of the language
public String getTitle(Locale locale, boolean useDefault)
getTitle
in interface RoleModel
locale
- 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 getTitle(String languageId)
getTitle
in interface Role
getTitle
in interface RoleModel
languageId
- the ID of the language
public String getTitle(String languageId, boolean useDefault)
getTitle
in interface Role
getTitle
in interface RoleModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId
in interface RoleModel
public String getTitleCurrentValue()
getTitleCurrentValue
in interface RoleModel
public Map<Locale,String> getTitleMap()
getTitleMap
in interface RoleModel
public void setTitle(String title)
setTitle
in interface RoleModel
title
- the title of this rolepublic void setTitle(String title, Locale locale)
setTitle
in interface RoleModel
title
- the localized title of this rolelocale
- the locale of the languagepublic void setTitle(String title, Locale locale, Locale defaultLocale)
setTitle
in interface RoleModel
title
- the localized title of this rolelocale
- the locale of the languagedefaultLocale
- the default localepublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId
in interface RoleModel
public void setTitleMap(Map<Locale,String> titleMap)
setTitleMap
in interface RoleModel
titleMap
- the locales and localized titles of this rolepublic void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
setTitleMap
in interface RoleModel
titleMap
- the locales and localized titles of this roledefaultLocale
- the default localepublic String getDescription()
getDescription
in interface RoleModel
public String getDescription(Locale locale)
getDescription
in interface RoleModel
locale
- the locale of the language
public String getDescription(Locale locale, boolean useDefault)
getDescription
in interface RoleModel
locale
- 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)
getDescription
in interface RoleModel
languageId
- the ID of the language
public String getDescription(String languageId, boolean useDefault)
getDescription
in interface RoleModel
languageId
- 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 RoleModel
public String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface RoleModel
public Map<Locale,String> getDescriptionMap()
getDescriptionMap
in interface RoleModel
public void setDescription(String description)
setDescription
in interface RoleModel
description
- the description of this rolepublic void setDescription(String description, Locale locale)
setDescription
in interface RoleModel
description
- the localized description of this rolelocale
- the locale of the languagepublic void setDescription(String description, Locale locale, Locale defaultLocale)
setDescription
in interface RoleModel
description
- the localized description of this rolelocale
- the locale of the languagedefaultLocale
- the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId
in interface RoleModel
public void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap
in interface RoleModel
descriptionMap
- the locales and localized descriptions of this rolepublic void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
setDescriptionMap
in interface RoleModel
descriptionMap
- the locales and localized descriptions of this roledefaultLocale
- the default localepublic int getType()
getType
in interface RoleModel
public void setType(int type)
setType
in interface RoleModel
type
- the type of this rolepublic String getSubtype()
getSubtype
in interface RoleModel
public void setSubtype(String subtype)
setSubtype
in interface RoleModel
subtype
- the subtype of this rolepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<Role>
isNew
in interface RoleModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<Role>
setNew
in interface RoleModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<Role>
isCachedModel
in interface RoleModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<Role>
setCachedModel
in interface RoleModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<Role>
isEscapedModel
in interface RoleModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Role>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface RoleModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<Role>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface RoleModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Role>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface RoleModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Role>
setExpandoBridgeAttributes
in interface RoleModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws LocaleException
prepareLocalizedFieldsForImport
in interface RoleModel
LocaleException
public Object clone()
BaseModel
clone
in interface BaseModel<Role>
clone
in interface RoleModel
clone
in class Object
public int compareTo(Role role)
compareTo
in interface RoleModel
compareTo
in interface Comparable<Role>
public int hashCode()
hashCode
in interface RoleModel
hashCode
in class Object
public CacheModel<Role> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<Role>
toCacheModel
in interface RoleModel
public Role toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<Role>
toEscapedModel
in interface RoleModel
AutoEscapeBeanHandler
public Role toUnescapedModel()
toUnescapedModel
in interface BaseModel<Role>
toUnescapedModel
in interface RoleModel
public String toString()
toString
in interface RoleModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Role>
toXmlString
in interface RoleModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic String getDescriptiveName() throws PortalException, SystemException
getDescriptiveName
in interface Role
PortalException
SystemException
public String getTypeLabel()
getTypeLabel
in interface Role
public boolean isTeam()
isTeam
in interface Role
public boolean equals(Object obj)
equals
in class Object
public Role getWrappedRole()
getWrappedModel()
public Role getWrappedModel()
getWrappedModel
in interface ModelWrapper<Role>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Role>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |