Package com.liferay.calendar.model
Class CalendarResourceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarResource>
com.liferay.calendar.model.CalendarResourceWrapper
- All Implemented Interfaces:
CalendarResource,CalendarResourceModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CalendarResource>,com.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<CalendarResource>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<CalendarResource>
public class CalendarResourceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarResource>
implements CalendarResource, com.liferay.portal.kernel.model.ModelWrapper<CalendarResource>
This class is a wrapper for CalendarResource.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.calendar.model.CalendarResource
CALENDAR_RESOURCE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this calendar resource.String[]longReturns the calendar resource ID of this calendar resource.Returns the fully qualified class name of this calendar resource.longReturns the class name ID of this calendar resource.longReturns the class pk of this calendar resource.Returns the class uuid of this calendar resource.getCode()Returns the code of this calendar resource.longReturns the company ID of this calendar resource.Returns the create date of this calendar resource.longReturns the ct collection ID of this calendar resource.longReturns the description of this calendar resource.getDescription(String languageId) Returns the localized description of this calendar resource in the language.getDescription(String languageId, boolean useDefault) Returns the localized description of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.getDescription(Locale locale) Returns the localized description of this calendar resource in the language.getDescription(Locale locale, boolean useDefault) Returns the localized description of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized descriptions of this calendar resource.longReturns the group ID of this calendar resource.Returns the last publish date of this calendar resource.Returns the modified date of this calendar resource.longReturns the mvcc version of this calendar resource.getName()Returns the name of this calendar resource.Returns the localized name of this calendar resource in the language.Returns the localized name of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this calendar resource in the language.Returns the localized name of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized names of this calendar resource.longReturns the primary key of this calendar resource.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this calendar resource.Returns the user name of this calendar resource.Returns the user uuid of this calendar resource.getUuid()Returns the uuid of this calendar resource.booleanisActive()Returnstrueif this calendar resource is active.booleanisGroup()booleanisUser()voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetActive(boolean active) Sets whether this calendar resource is active.voidsetCalendarResourceId(long calendarResourceId) Sets the calendar resource ID of this calendar resource.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this calendar resource.voidsetClassPK(long classPK) Sets the class pk of this calendar resource.voidsetClassUuid(String classUuid) Sets the class uuid of this calendar resource.voidSets the code of this calendar resource.voidsetCompanyId(long companyId) Sets the company ID of this calendar resource.voidsetCreateDate(Date createDate) Sets the create date of this calendar resource.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this calendar resource.voidsetDescription(String description) Sets the description of this calendar resource.voidsetDescription(String description, Locale locale) Sets the localized description of this calendar resource in the language.voidsetDescription(String description, Locale locale, Locale defaultLocale) Sets the localized description of this calendar resource in the language, and sets the default locale.voidsetDescriptionCurrentLanguageId(String languageId) voidsetDescriptionMap(Map<Locale, String> descriptionMap) Sets the localized descriptions of this calendar resource from the map of locales and localized descriptions.voidsetDescriptionMap(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this calendar resource from the map of locales and localized descriptions, and sets the default locale.voidsetGroupId(long groupId) Sets the group ID of this calendar resource.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this calendar resource.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this calendar resource.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this calendar resource.voidSets the name of this calendar resource.voidSets the localized name of this calendar resource in the language.voidSets the localized name of this calendar resource in the language, and sets the default locale.voidsetNameCurrentLanguageId(String languageId) voidsetNameMap(Map<Locale, String> nameMap) Sets the localized names of this calendar resource from the map of locales and localized names.voidsetNameMap(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this calendar resource from the map of locales and localized names, and sets the default locale.voidsetPrimaryKey(long primaryKey) Sets the primary key of this calendar resource.voidsetUserId(long userId) Sets the user ID of this calendar resource.voidsetUserName(String userName) Sets the user name of this calendar resource.voidsetUserUuid(String userUuid) Sets the user uuid of this calendar resource.voidSets the uuid of this calendar resource.protected CalendarResourceWrapperwrap(CalendarResource calendarResource) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CalendarResourceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CalendarResource>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CalendarResource>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CalendarResource>- Specified by:
cloneWithOriginalValuesin interfaceCalendarResourceModel
-
getActive
public boolean getActive()Returns the active of this calendar resource.- Specified by:
getActivein interfaceCalendarResourceModel- Returns:
- the active of this calendar resource
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceCalendarResourceModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCalendarResourceId
public long getCalendarResourceId()Returns the calendar resource ID of this calendar resource.- Specified by:
getCalendarResourceIdin interfaceCalendarResourceModel- Returns:
- the calendar resource ID of this calendar resource
-
getCalendars
- Specified by:
getCalendarsin interfaceCalendarResource
-
getClassName
Returns the fully qualified class name of this calendar resource.- Specified by:
getClassNamein interfaceCalendarResourceModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this calendar resource
-
getClassNameId
public long getClassNameId()Returns the class name ID of this calendar resource.- Specified by:
getClassNameIdin interfaceCalendarResourceModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this calendar resource
-
getClassPK
public long getClassPK()Returns the class pk of this calendar resource.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceCalendarResourceModel- Returns:
- the class pk of this calendar resource
-
getClassUuid
Returns the class uuid of this calendar resource.- Specified by:
getClassUuidin interfaceCalendarResourceModel- Returns:
- the class uuid of this calendar resource
-
getCode
Returns the code of this calendar resource.- Specified by:
getCodein interfaceCalendarResourceModel- Returns:
- the code of this calendar resource
-
getCompanyId
public long getCompanyId()Returns the company ID of this calendar resource.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCalendarResourceModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this calendar resource
-
getCreateDate
Returns the create date of this calendar resource.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCalendarResourceModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this calendar resource
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this calendar resource.- Specified by:
getCtCollectionIdin interfaceCalendarResourceModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>- Returns:
- the ct collection ID of this calendar resource
-
getDefaultCalendar
- Specified by:
getDefaultCalendarin interfaceCalendarResource
-
getDefaultCalendarId
public long getDefaultCalendarId()- Specified by:
getDefaultCalendarIdin interfaceCalendarResource
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceCalendarResourceModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDescription
Returns the description of this calendar resource.- Specified by:
getDescriptionin interfaceCalendarResourceModel- Returns:
- the description of this calendar resource
-
getDescription
Returns the localized description of this calendar resource in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceCalendarResourceModel- Parameters:
locale- the locale of the language- Returns:
- the localized description of this calendar resource
-
getDescription
Returns the localized description of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceCalendarResourceModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this calendar resource. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getDescription
Returns the localized description of this calendar resource in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceCalendarResourceModel- Parameters:
languageId- the ID of the language- Returns:
- the localized description of this calendar resource
-
getDescription
Returns the localized description of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceCalendarResourceModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this calendar resource
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageIdin interfaceCalendarResourceModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValuein interfaceCalendarResourceModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this calendar resource.- Specified by:
getDescriptionMapin interfaceCalendarResourceModel- Returns:
- the locales and localized descriptions of this calendar resource
-
getGroupId
public long getGroupId()Returns the group ID of this calendar resource.- Specified by:
getGroupIdin interfaceCalendarResourceModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this calendar resource
-
getLastPublishDate
Returns the last publish date of this calendar resource.- Specified by:
getLastPublishDatein interfaceCalendarResourceModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this calendar resource
-
getModifiedDate
Returns the modified date of this calendar resource.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCalendarResourceModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this calendar resource
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this calendar resource.- Specified by:
getMvccVersionin interfaceCalendarResourceModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this calendar resource
-
getName
Returns the name of this calendar resource.- Specified by:
getNamein interfaceCalendarResourceModel- Returns:
- the name of this calendar resource
-
getName
Returns the localized name of this calendar resource in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceCalendarResourceModel- Parameters:
locale- the locale of the language- Returns:
- the localized name of this calendar resource
-
getName
Returns the localized name of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceCalendarResourceModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this calendar resource. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getName
Returns the localized name of this calendar resource in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceCalendarResourceModel- Parameters:
languageId- the ID of the language- Returns:
- the localized name of this calendar resource
-
getName
Returns the localized name of this calendar resource in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceCalendarResourceModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this calendar resource
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageIdin interfaceCalendarResourceModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValuein interfaceCalendarResourceModel
-
getNameMap
Returns a map of the locales and localized names of this calendar resource.- Specified by:
getNameMapin interfaceCalendarResourceModel- Returns:
- the locales and localized names of this calendar resource
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this calendar resource.- Specified by:
getPrimaryKeyin interfaceCalendarResourceModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>- Returns:
- the primary key of this calendar resource
-
getTimeZone
- Specified by:
getTimeZonein interfaceCalendarResource- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTimeZoneId
- Specified by:
getTimeZoneIdin interfaceCalendarResource- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserId
public long getUserId()Returns the user ID of this calendar resource.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCalendarResourceModel- Returns:
- the user ID of this calendar resource
-
getUserName
Returns the user name of this calendar resource.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCalendarResourceModel- Returns:
- the user name of this calendar resource
-
getUserUuid
Returns the user uuid of this calendar resource.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCalendarResourceModel- Returns:
- the user uuid of this calendar resource
-
getUuid
Returns the uuid of this calendar resource.- Specified by:
getUuidin interfaceCalendarResourceModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this calendar resource
-
isActive
public boolean isActive()Returnstrueif this calendar resource is active.- Specified by:
isActivein interfaceCalendarResourceModel- Returns:
trueif this calendar resource is active;falseotherwise
-
isGroup
public boolean isGroup()- Specified by:
isGroupin interfaceCalendarResource
-
isUser
public boolean isUser()- Specified by:
isUserin interfaceCalendarResource
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfaceCalendarResourceModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImportin interfaceCalendarResourceModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setActive
public void setActive(boolean active) Sets whether this calendar resource is active.- Specified by:
setActivein interfaceCalendarResourceModel- Parameters:
active- the active of this calendar resource
-
setCalendarResourceId
public void setCalendarResourceId(long calendarResourceId) Sets the calendar resource ID of this calendar resource.- Specified by:
setCalendarResourceIdin interfaceCalendarResourceModel- Parameters:
calendarResourceId- the calendar resource ID of this calendar resource
-
setClassName
- Specified by:
setClassNamein interfaceCalendarResourceModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this calendar resource.- Specified by:
setClassNameIdin interfaceCalendarResourceModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this calendar resource
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this calendar resource.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceCalendarResourceModel- Parameters:
classPK- the class pk of this calendar resource
-
setClassUuid
Sets the class uuid of this calendar resource.- Specified by:
setClassUuidin interfaceCalendarResourceModel- Parameters:
classUuid- the class uuid of this calendar resource
-
setCode
Sets the code of this calendar resource.- Specified by:
setCodein interfaceCalendarResourceModel- Parameters:
code- the code of this calendar resource
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this calendar resource.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCalendarResourceModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this calendar resource
-
setCreateDate
Sets the create date of this calendar resource.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCalendarResourceModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this calendar resource
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this calendar resource.- Specified by:
setCtCollectionIdin interfaceCalendarResourceModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>- Parameters:
ctCollectionId- the ct collection ID of this calendar resource
-
setDescription
Sets the description of this calendar resource.- Specified by:
setDescriptionin interfaceCalendarResourceModel- Parameters:
description- the description of this calendar resource
-
setDescription
Sets the localized description of this calendar resource in the language.- Specified by:
setDescriptionin interfaceCalendarResourceModel- Parameters:
description- the localized description of this calendar resourcelocale- the locale of the language
-
setDescription
Sets the localized description of this calendar resource in the language, and sets the default locale.- Specified by:
setDescriptionin interfaceCalendarResourceModel- Parameters:
description- the localized description of this calendar resourcelocale- the locale of the languagedefaultLocale- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageIdin interfaceCalendarResourceModel
-
setDescriptionMap
Sets the localized descriptions of this calendar resource from the map of locales and localized descriptions.- Specified by:
setDescriptionMapin interfaceCalendarResourceModel- Parameters:
descriptionMap- the locales and localized descriptions of this calendar resource
-
setDescriptionMap
Sets the localized descriptions of this calendar resource from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMapin interfaceCalendarResourceModel- Parameters:
descriptionMap- the locales and localized descriptions of this calendar resourcedefaultLocale- the default locale
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this calendar resource.- Specified by:
setGroupIdin interfaceCalendarResourceModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this calendar resource
-
setLastPublishDate
Sets the last publish date of this calendar resource.- Specified by:
setLastPublishDatein interfaceCalendarResourceModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this calendar resource
-
setModifiedDate
Sets the modified date of this calendar resource.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCalendarResourceModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this calendar resource
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this calendar resource.- Specified by:
setMvccVersionin interfaceCalendarResourceModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this calendar resource
-
setName
Sets the name of this calendar resource.- Specified by:
setNamein interfaceCalendarResourceModel- Parameters:
name- the name of this calendar resource
-
setName
Sets the localized name of this calendar resource in the language.- Specified by:
setNamein interfaceCalendarResourceModel- Parameters:
name- the localized name of this calendar resourcelocale- the locale of the language
-
setName
Sets the localized name of this calendar resource in the language, and sets the default locale.- Specified by:
setNamein interfaceCalendarResourceModel- Parameters:
name- the localized name of this calendar resourcelocale- the locale of the languagedefaultLocale- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageIdin interfaceCalendarResourceModel
-
setNameMap
Sets the localized names of this calendar resource from the map of locales and localized names.- Specified by:
setNameMapin interfaceCalendarResourceModel- Parameters:
nameMap- the locales and localized names of this calendar resource
-
setNameMap
Sets the localized names of this calendar resource from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMapin interfaceCalendarResourceModel- Parameters:
nameMap- the locales and localized names of this calendar resourcedefaultLocale- the default locale
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this calendar resource.- Specified by:
setPrimaryKeyin interfaceCalendarResourceModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>- Parameters:
primaryKey- the primary key of this calendar resource
-
setUserId
public void setUserId(long userId) Sets the user ID of this calendar resource.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCalendarResourceModel- Parameters:
userId- the user ID of this calendar resource
-
setUserName
Sets the user name of this calendar resource.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCalendarResourceModel- Parameters:
userName- the user name of this calendar resource
-
setUserUuid
Sets the user uuid of this calendar resource.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCalendarResourceModel- Parameters:
userUuid- the user uuid of this calendar resource
-
setUuid
Sets the uuid of this calendar resource.- Specified by:
setUuidin interfaceCalendarResourceModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this calendar resource
-
toXmlString
- Specified by:
toXmlStringin interfaceCalendarResourceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CalendarResource>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CalendarResource>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarResource>
-