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:
  • Constructor Details

    • CalendarResourceWrapper

      public CalendarResourceWrapper(CalendarResource calendarResource)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CalendarResource>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CalendarResource>
    • cloneWithOriginalValues

      public CalendarResource cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CalendarResource>
      Specified by:
      cloneWithOriginalValues in interface CalendarResourceModel
    • getActive

      public boolean getActive()
      Returns the active of this calendar resource.
      Specified by:
      getActive in interface CalendarResourceModel
      Returns:
      the active of this calendar resource
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface CalendarResourceModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getCalendarResourceId

      public long getCalendarResourceId()
      Returns the calendar resource ID of this calendar resource.
      Specified by:
      getCalendarResourceId in interface CalendarResourceModel
      Returns:
      the calendar resource ID of this calendar resource
    • getCalendars

      public List<Calendar> getCalendars()
      Specified by:
      getCalendars in interface CalendarResource
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this calendar resource.
      Specified by:
      getClassName in interface CalendarResourceModel
      Specified by:
      getClassName in interface com.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:
      getClassNameId in interface CalendarResourceModel
      Specified by:
      getClassNameId in interface com.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:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface CalendarResourceModel
      Returns:
      the class pk of this calendar resource
    • getClassUuid

      public String getClassUuid()
      Returns the class uuid of this calendar resource.
      Specified by:
      getClassUuid in interface CalendarResourceModel
      Returns:
      the class uuid of this calendar resource
    • getCode

      public String getCode()
      Returns the code of this calendar resource.
      Specified by:
      getCode in interface CalendarResourceModel
      Returns:
      the code of this calendar resource
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this calendar resource.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CalendarResourceModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this calendar resource
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this calendar resource.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CalendarResourceModel
      Specified by:
      getCreateDate in interface com.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:
      getCtCollectionId in interface CalendarResourceModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>
      Returns:
      the ct collection ID of this calendar resource
    • getDefaultCalendar

      public Calendar getDefaultCalendar()
      Specified by:
      getDefaultCalendar in interface CalendarResource
    • getDefaultCalendarId

      public long getDefaultCalendarId()
      Specified by:
      getDefaultCalendarId in interface CalendarResource
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface CalendarResourceModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDescription

      public String getDescription()
      Returns the description of this calendar resource.
      Specified by:
      getDescription in interface CalendarResourceModel
      Returns:
      the description of this calendar resource
    • getDescription

      public String getDescription(Locale locale)
      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:
      getDescription in interface CalendarResourceModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized description of this calendar resource
    • getDescription

      public String 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.
      Specified by:
      getDescription in interface CalendarResourceModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this calendar resource. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getDescription

      public String getDescription(String languageId)
      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:
      getDescription in interface CalendarResourceModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this calendar resource
    • getDescription

      public String 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.
      Specified by:
      getDescription in interface CalendarResourceModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this calendar resource
    • getDescriptionCurrentLanguageId

      public String getDescriptionCurrentLanguageId()
      Specified by:
      getDescriptionCurrentLanguageId in interface CalendarResourceModel
    • getDescriptionCurrentValue

      public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface CalendarResourceModel
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Returns a map of the locales and localized descriptions of this calendar resource.
      Specified by:
      getDescriptionMap in interface CalendarResourceModel
      Returns:
      the locales and localized descriptions of this calendar resource
    • getGroupId

      public long getGroupId()
      Returns the group ID of this calendar resource.
      Specified by:
      getGroupId in interface CalendarResourceModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this calendar resource
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this calendar resource.
      Specified by:
      getLastPublishDate in interface CalendarResourceModel
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this calendar resource
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this calendar resource.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CalendarResourceModel
      Specified by:
      getModifiedDate in interface com.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:
      getMvccVersion in interface CalendarResourceModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this calendar resource
    • getName

      public String getName()
      Returns the name of this calendar resource.
      Specified by:
      getName in interface CalendarResourceModel
      Returns:
      the name of this calendar resource
    • getName

      public String getName(Locale locale)
      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:
      getName in interface CalendarResourceModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this calendar resource
    • getName

      public String getName(Locale locale, boolean useDefault)
      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:
      getName in interface CalendarResourceModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this calendar resource. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      public String getName(String languageId)
      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:
      getName in interface CalendarResourceModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this calendar resource
    • getName

      public String getName(String languageId, boolean useDefault)
      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:
      getName in interface CalendarResourceModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this calendar resource
    • getNameCurrentLanguageId

      public String getNameCurrentLanguageId()
      Specified by:
      getNameCurrentLanguageId in interface CalendarResourceModel
    • getNameCurrentValue

      public String getNameCurrentValue()
      Specified by:
      getNameCurrentValue in interface CalendarResourceModel
    • getNameMap

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this calendar resource.
      Specified by:
      getNameMap in interface CalendarResourceModel
      Returns:
      the locales and localized names of this calendar resource
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this calendar resource.
      Specified by:
      getPrimaryKey in interface CalendarResourceModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>
      Returns:
      the primary key of this calendar resource
    • getTimeZone

      public TimeZone getTimeZone() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getTimeZone in interface CalendarResource
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTimeZoneId

      public String getTimeZoneId() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getTimeZoneId in interface CalendarResource
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserId

      public long getUserId()
      Returns the user ID of this calendar resource.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CalendarResourceModel
      Returns:
      the user ID of this calendar resource
    • getUserName

      public String getUserName()
      Returns the user name of this calendar resource.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CalendarResourceModel
      Returns:
      the user name of this calendar resource
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this calendar resource.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CalendarResourceModel
      Returns:
      the user uuid of this calendar resource
    • getUuid

      public String getUuid()
      Returns the uuid of this calendar resource.
      Specified by:
      getUuid in interface CalendarResourceModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this calendar resource
    • isActive

      public boolean isActive()
      Returns true if this calendar resource is active.
      Specified by:
      isActive in interface CalendarResourceModel
      Returns:
      true if this calendar resource is active; false otherwise
    • isGroup

      public boolean isGroup()
      Specified by:
      isGroup in interface CalendarResource
    • isUser

      public boolean isUser()
      Specified by:
      isUser in interface CalendarResource
    • persist

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

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CalendarResourceModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.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:
      prepareLocalizedFieldsForImport in interface CalendarResourceModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.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:
      setActive in interface CalendarResourceModel
      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:
      setCalendarResourceId in interface CalendarResourceModel
      Parameters:
      calendarResourceId - the calendar resource ID of this calendar resource
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface CalendarResourceModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this calendar resource.
      Specified by:
      setClassNameId in interface CalendarResourceModel
      Specified by:
      setClassNameId in interface com.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:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface CalendarResourceModel
      Parameters:
      classPK - the class pk of this calendar resource
    • setClassUuid

      public void setClassUuid(String classUuid)
      Sets the class uuid of this calendar resource.
      Specified by:
      setClassUuid in interface CalendarResourceModel
      Parameters:
      classUuid - the class uuid of this calendar resource
    • setCode

      public void setCode(String code)
      Sets the code of this calendar resource.
      Specified by:
      setCode in interface CalendarResourceModel
      Parameters:
      code - the code of this calendar resource
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this calendar resource.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CalendarResourceModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this calendar resource
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this calendar resource.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CalendarResourceModel
      Specified by:
      setCreateDate in interface com.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:
      setCtCollectionId in interface CalendarResourceModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CalendarResource>
      Parameters:
      ctCollectionId - the ct collection ID of this calendar resource
    • setDescription

      public void setDescription(String description)
      Sets the description of this calendar resource.
      Specified by:
      setDescription in interface CalendarResourceModel
      Parameters:
      description - the description of this calendar resource
    • setDescription

      public void setDescription(String description, Locale locale)
      Sets the localized description of this calendar resource in the language.
      Specified by:
      setDescription in interface CalendarResourceModel
      Parameters:
      description - the localized description of this calendar resource
      locale - the locale of the language
    • setDescription

      public void setDescription(String description, Locale locale, Locale defaultLocale)
      Sets the localized description of this calendar resource in the language, and sets the default locale.
      Specified by:
      setDescription in interface CalendarResourceModel
      Parameters:
      description - the localized description of this calendar resource
      locale - the locale of the language
      defaultLocale - the default locale
    • setDescriptionCurrentLanguageId

      public void setDescriptionCurrentLanguageId(String languageId)
      Specified by:
      setDescriptionCurrentLanguageId in interface CalendarResourceModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Sets the localized descriptions of this calendar resource from the map of locales and localized descriptions.
      Specified by:
      setDescriptionMap in interface CalendarResourceModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this calendar resource
    • setDescriptionMap

      public void setDescriptionMap(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.
      Specified by:
      setDescriptionMap in interface CalendarResourceModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this calendar resource
      defaultLocale - the default locale
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this calendar resource.
      Specified by:
      setGroupId in interface CalendarResourceModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this calendar resource
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this calendar resource.
      Specified by:
      setLastPublishDate in interface CalendarResourceModel
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this calendar resource
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this calendar resource.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CalendarResourceModel
      Specified by:
      setModifiedDate in interface com.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:
      setMvccVersion in interface CalendarResourceModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this calendar resource
    • setName

      public void setName(String name)
      Sets the name of this calendar resource.
      Specified by:
      setName in interface CalendarResourceModel
      Parameters:
      name - the name of this calendar resource
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this calendar resource in the language.
      Specified by:
      setName in interface CalendarResourceModel
      Parameters:
      name - the localized name of this calendar resource
      locale - the locale of the language
    • setName

      public void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this calendar resource in the language, and sets the default locale.
      Specified by:
      setName in interface CalendarResourceModel
      Parameters:
      name - the localized name of this calendar resource
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      public void setNameCurrentLanguageId(String languageId)
      Specified by:
      setNameCurrentLanguageId in interface CalendarResourceModel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this calendar resource from the map of locales and localized names.
      Specified by:
      setNameMap in interface CalendarResourceModel
      Parameters:
      nameMap - the locales and localized names of this calendar resource
    • setNameMap

      public void setNameMap(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.
      Specified by:
      setNameMap in interface CalendarResourceModel
      Parameters:
      nameMap - the locales and localized names of this calendar resource
      defaultLocale - the default locale
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this calendar resource.
      Specified by:
      setPrimaryKey in interface CalendarResourceModel
      Specified by:
      setPrimaryKey in interface com.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:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CalendarResourceModel
      Parameters:
      userId - the user ID of this calendar resource
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this calendar resource.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CalendarResourceModel
      Parameters:
      userName - the user name of this calendar resource
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this calendar resource.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CalendarResourceModel
      Parameters:
      userUuid - the user uuid of this calendar resource
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this calendar resource.
      Specified by:
      setUuid in interface CalendarResourceModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this calendar resource
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CalendarResourceModel
    • getAttributeGetterFunctions

      public Map<String,Function<CalendarResource,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CalendarResource>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<CalendarResource,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CalendarResource>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected CalendarResourceWrapper wrap(CalendarResource calendarResource)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarResource>