Class SegmentsExperienceLocalServiceWrapper

java.lang.Object
com.liferay.segments.service.SegmentsExperienceLocalServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<SegmentsExperience>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceLocalService>, SegmentsExperienceLocalService

public class SegmentsExperienceLocalServiceWrapper extends Object implements SegmentsExperienceLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceLocalService>
Provides a wrapper for SegmentsExperienceLocalService.
See Also:
Generated:
  • Constructor Details

    • SegmentsExperienceLocalServiceWrapper

      public SegmentsExperienceLocalServiceWrapper()
    • SegmentsExperienceLocalServiceWrapper

      public SegmentsExperienceLocalServiceWrapper(SegmentsExperienceLocalService segmentsExperienceLocalService)
  • Method Details

    • addDefaultSegmentsExperience

      public SegmentsExperience addDefaultSegmentsExperience(String externalReferenceCode, long userId, long plid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addDefaultSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSegmentsExperience

      public SegmentsExperience addSegmentsExperience(SegmentsExperience segmentsExperience)
      Adds the segments experience to the database. Also notifies the appropriate model listeners.

      Important: Inspect SegmentsExperienceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      addSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperience - the segments experience
      Returns:
      the segments experience that was added
    • addSegmentsExperience

      public SegmentsExperience addSegmentsExperience(String externalReferenceCode, long userId, long groupId, long segmentsEntryId, long plid, Map<Locale,String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSegmentsExperience

      public SegmentsExperience addSegmentsExperience(String externalReferenceCode, long userId, long groupId, long segmentsEntryId, long plid, Map<Locale,String> nameMap, int priority, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSegmentsExperience

      public SegmentsExperience addSegmentsExperience(String externalReferenceCode, long userId, long groupId, long segmentsEntryId, String segmentsExperienceKey, long plid, Map<Locale,String> nameMap, int priority, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • appendSegmentsExperience

      public SegmentsExperience appendSegmentsExperience(long userId, long groupId, long segmentsEntryId, long plid, Map<Locale,String> nameMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      appendSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • appendSegmentsExperience

      public SegmentsExperience appendSegmentsExperience(long userId, long groupId, long segmentsEntryId, long plid, Map<Locale,String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      appendSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      createPersistedModel in interface SegmentsExperienceLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • createSegmentsExperience

      public SegmentsExperience createSegmentsExperience(long segmentsExperienceId)
      Creates a new segments experience with the primary key. Does not add the segments experience to the database.
      Specified by:
      createSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperienceId - the primary key for the new segments experience
      Returns:
      the new segments experience
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      deletePersistedModel in interface SegmentsExperienceLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsEntrySegmentsExperiences

      public void deleteSegmentsEntrySegmentsExperiences(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSegmentsEntrySegmentsExperiences in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsExperience

      public SegmentsExperience deleteSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the segments experience with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect SegmentsExperienceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperienceId - the primary key of the segments experience
      Returns:
      the segments experience that was removed
      Throws:
      PortalException - if a segments experience with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsExperience

      public SegmentsExperience deleteSegmentsExperience(SegmentsExperience segmentsExperience) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the segments experience from the database. Also notifies the appropriate model listeners.

      Important: Inspect SegmentsExperienceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperience - the segments experience
      Returns:
      the segments experience that was removed
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsExperience

      public SegmentsExperience deleteSegmentsExperience(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsExperiences

      public void deleteSegmentsExperiences(long groupId, long plid) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSegmentsExperiences in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      dslQuery in interface SegmentsExperienceLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      dslQueryCount in interface SegmentsExperienceLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface SegmentsExperienceLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface SegmentsExperienceLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      Performs a dynamic query on the database and returns a range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperienceModelImpl.

      Specified by:
      dynamicQuery in interface SegmentsExperienceLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
      Performs a dynamic query on the database and returns an ordered range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperienceModelImpl.

      Specified by:
      dynamicQuery in interface SegmentsExperienceLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface SegmentsExperienceLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface SegmentsExperienceLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchDefaultSegmentsExperienceId

      public long fetchDefaultSegmentsExperienceId(long plid)
      Specified by:
      fetchDefaultSegmentsExperienceId in interface SegmentsExperienceLocalService
    • fetchSegmentsExperience

      public SegmentsExperience fetchSegmentsExperience(long segmentsExperienceId)
      Specified by:
      fetchSegmentsExperience in interface SegmentsExperienceLocalService
    • fetchSegmentsExperience

      public SegmentsExperience fetchSegmentsExperience(long groupId, long plid, int priority)
      Specified by:
      fetchSegmentsExperience in interface SegmentsExperienceLocalService
    • fetchSegmentsExperience

      public SegmentsExperience fetchSegmentsExperience(long groupId, String segmentsExperienceKey, long plid)
      Specified by:
      fetchSegmentsExperience in interface SegmentsExperienceLocalService
    • fetchSegmentsExperienceByExternalReferenceCode

      public SegmentsExperience fetchSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId)
      Specified by:
      fetchSegmentsExperienceByExternalReferenceCode in interface SegmentsExperienceLocalService
    • fetchSegmentsExperienceByUuidAndGroupId

      public SegmentsExperience fetchSegmentsExperienceByUuidAndGroupId(String uuid, long groupId)
      Returns the segments experience matching the UUID and group.
      Specified by:
      fetchSegmentsExperienceByUuidAndGroupId in interface SegmentsExperienceLocalService
      Parameters:
      uuid - the segments experience's UUID
      groupId - the primary key of the group
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface SegmentsExperienceLocalService
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface SegmentsExperienceLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface SegmentsExperienceLocalService
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface SegmentsExperienceLocalService
      Returns:
      the OSGi service identifier
    • getPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      getPersistedModel in interface SegmentsExperienceLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperience

      public SegmentsExperience getSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the segments experience with the primary key.
      Specified by:
      getSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperienceId - the primary key of the segments experience
      Returns:
      the segments experience
      Throws:
      PortalException - if a segments experience with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperience

      public SegmentsExperience getSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperienceByExternalReferenceCode

      public SegmentsExperience getSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSegmentsExperienceByExternalReferenceCode in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperienceByUuidAndGroupId

      public SegmentsExperience getSegmentsExperienceByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the segments experience matching the UUID and group.
      Specified by:
      getSegmentsExperienceByUuidAndGroupId in interface SegmentsExperienceLocalService
      Parameters:
      uuid - the segments experience's UUID
      groupId - the primary key of the group
      Returns:
      the matching segments experience
      Throws:
      PortalException - if a matching segments experience could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(int start, int end)
      Returns a range of all the segments experiences.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperienceModelImpl.

      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
      Parameters:
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of segments experiences
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid)
      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid, boolean active) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(long groupId, long[] segmentsEntryIds, long plid, boolean active)
      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
    • getSegmentsExperiences

      public List<SegmentsExperience> getSegmentsExperiences(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Specified by:
      getSegmentsExperiences in interface SegmentsExperienceLocalService
    • getSegmentsExperiencesByUuidAndCompanyId

      public List<SegmentsExperience> getSegmentsExperiencesByUuidAndCompanyId(String uuid, long companyId)
      Returns all the segments experiences matching the UUID and company.
      Specified by:
      getSegmentsExperiencesByUuidAndCompanyId in interface SegmentsExperienceLocalService
      Parameters:
      uuid - the UUID of the segments experiences
      companyId - the primary key of the company
      Returns:
      the matching segments experiences, or an empty list if no matches were found
    • getSegmentsExperiencesByUuidAndCompanyId

      public List<SegmentsExperience> getSegmentsExperiencesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns a range of segments experiences matching the UUID and company.
      Specified by:
      getSegmentsExperiencesByUuidAndCompanyId in interface SegmentsExperienceLocalService
      Parameters:
      uuid - the UUID of the segments experiences
      companyId - the primary key of the company
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the range of matching segments experiences, or an empty list if no matches were found
    • getSegmentsExperiencesCount

      public int getSegmentsExperiencesCount()
      Returns the number of segments experiences.
      Specified by:
      getSegmentsExperiencesCount in interface SegmentsExperienceLocalService
      Returns:
      the number of segments experiences
    • getSegmentsExperiencesCount

      public int getSegmentsExperiencesCount(long groupId, long plid)
      Specified by:
      getSegmentsExperiencesCount in interface SegmentsExperienceLocalService
    • getSegmentsExperiencesCount

      public int getSegmentsExperiencesCount(long groupId, long plid, boolean active)
      Specified by:
      getSegmentsExperiencesCount in interface SegmentsExperienceLocalService
    • updateSegmentsExperience

      public SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale,String> nameMap, boolean active) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSegmentsExperience

      public SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale,String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSegmentsExperience in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSegmentsExperience

      public SegmentsExperience updateSegmentsExperience(SegmentsExperience segmentsExperience)
      Updates the segments experience in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect SegmentsExperienceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      updateSegmentsExperience in interface SegmentsExperienceLocalService
      Parameters:
      segmentsExperience - the segments experience
      Returns:
      the segments experience that was updated
    • updateSegmentsExperienceActive

      public SegmentsExperience updateSegmentsExperienceActive(long segmentsExperienceId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSegmentsExperienceActive in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSegmentsExperiencePriority

      public SegmentsExperience updateSegmentsExperiencePriority(long segmentsExperienceId, int newPriority) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSegmentsExperiencePriority in interface SegmentsExperienceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getCTPersistence

      public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsExperience> getCTPersistence()
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<SegmentsExperience>
      Specified by:
      getCTPersistence in interface SegmentsExperienceLocalService
    • getModelClass

      public Class<SegmentsExperience> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<SegmentsExperience>
      Specified by:
      getModelClass in interface SegmentsExperienceLocalService
    • updateWithUnsafeFunction

      public <R, E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsExperience>,R,E> updateUnsafeFunction) throws E
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<SegmentsExperience>
      Specified by:
      updateWithUnsafeFunction in interface SegmentsExperienceLocalService
      Throws:
      E extends Throwable
    • getWrappedService

      public SegmentsExperienceLocalService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceLocalService>
    • setWrappedService

      public void setWrappedService(SegmentsExperienceLocalService segmentsExperienceLocalService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceLocalService>