Class AssetListEntrySegmentsEntryRelLocalServiceWrapper

java.lang.Object
com.liferay.asset.list.service.AssetListEntrySegmentsEntryRelLocalServiceWrapper
All Implemented Interfaces:
AssetListEntrySegmentsEntryRelLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>

public class AssetListEntrySegmentsEntryRelLocalServiceWrapper extends Object implements AssetListEntrySegmentsEntryRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
See Also:
Generated:
  • Constructor Details

    • AssetListEntrySegmentsEntryRelLocalServiceWrapper

      public AssetListEntrySegmentsEntryRelLocalServiceWrapper()
    • AssetListEntrySegmentsEntryRelLocalServiceWrapper

      public AssetListEntrySegmentsEntryRelLocalServiceWrapper(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService)
  • Method Details

    • addAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
      Adds the asset list entry segments entry rel to the database. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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:
      addAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRel - the asset list entry segments entry rel
      Returns:
      the asset list entry segments entry rel that was added
    • addAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, int priority, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel createAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
      Creates a new asset list entry segments entry rel with the primary key. Does not add the asset list entry segments entry rel to the database.
      Specified by:
      createAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRelId - the primary key for the new asset list entry segments entry rel
      Returns:
      the new asset list entry segments entry rel
    • createPersistedModel

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

      public AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
      Deletes the asset list entry segments entry rel from the database. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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:
      deleteAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRel - the asset list entry segments entry rel
      Returns:
      the asset list entry segments entry rel that was removed
    • deleteAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the asset list entry segments entry rel with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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:
      deleteAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRelId - the primary key of the asset list entry segments entry rel
      Returns:
      the asset list entry segments entry rel that was removed
      Throws:
      PortalException - if a asset list entry segments entry rel with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntrySegmentsEntryRel

      public void deleteAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntrySegmentsEntryRelByAssetListEntryId

      public void deleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId)
      Specified by:
      deleteAssetListEntrySegmentsEntryRelByAssetListEntryId in interface AssetListEntrySegmentsEntryRelLocalService
    • deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId

      public void deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId)
      Specified by:
      deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId in interface AssetListEntrySegmentsEntryRelLocalService
    • 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 AssetListEntrySegmentsEntryRelLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

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

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

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface AssetListEntrySegmentsEntryRelLocalService
    • 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 AssetListEntrySegmentsEntryRelLocalService
      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.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.

      Specified by:
      dynamicQuery in interface AssetListEntrySegmentsEntryRelLocalService
      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.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.

      Specified by:
      dynamicQuery in interface AssetListEntrySegmentsEntryRelLocalService
      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 AssetListEntrySegmentsEntryRelLocalService
      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 AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
      Specified by:
      fetchAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
    • fetchAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId)
      Specified by:
      fetchAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
    • fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId

      public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId)
      Returns the asset list entry segments entry rel matching the UUID and group.
      Specified by:
      fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      uuid - the asset list entry segments entry rel's UUID
      groupId - the primary key of the group
      Returns:
      the matching asset list entry segments entry rel, or null if a matching asset list entry segments entry rel could not be found
    • fetchAssetListEntrySegmentsEntryRels

      public List<AssetListEntrySegmentsEntryRel> fetchAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds)
      Specified by:
      fetchAssetListEntrySegmentsEntryRels in interface AssetListEntrySegmentsEntryRelLocalService
    • getActionableDynamicQuery

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

      public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the asset list entry segments entry rel with the primary key.
      Specified by:
      getAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRelId - the primary key of the asset list entry segments entry rel
      Returns:
      the asset list entry segments entry rel
      Throws:
      PortalException - if a asset list entry segments entry rel with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAssetListEntrySegmentsEntryRelByUuidAndGroupId

      public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the asset list entry segments entry rel matching the UUID and group.
      Specified by:
      getAssetListEntrySegmentsEntryRelByUuidAndGroupId in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      uuid - the asset list entry segments entry rel's UUID
      groupId - the primary key of the group
      Returns:
      the matching asset list entry segments entry rel
      Throws:
      PortalException - if a matching asset list entry segments entry rel could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getAssetListEntrySegmentsEntryRels

      public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(int start, int end)
      Returns a range of all the asset list entry segments entry rels.

      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.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.

      Specified by:
      getAssetListEntrySegmentsEntryRels in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      start - the lower bound of the range of asset list entry segments entry rels
      end - the upper bound of the range of asset list entry segments entry rels (not inclusive)
      Returns:
      the range of asset list entry segments entry rels
    • getAssetListEntrySegmentsEntryRels

      public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, int start, int end)
      Specified by:
      getAssetListEntrySegmentsEntryRels in interface AssetListEntrySegmentsEntryRelLocalService
    • getAssetListEntrySegmentsEntryRels

      public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator)
      Specified by:
      getAssetListEntrySegmentsEntryRels in interface AssetListEntrySegmentsEntryRelLocalService
    • getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId

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

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

      public int getAssetListEntrySegmentsEntryRelsCount()
      Returns the number of asset list entry segments entry rels.
      Specified by:
      getAssetListEntrySegmentsEntryRelsCount in interface AssetListEntrySegmentsEntryRelLocalService
      Returns:
      the number of asset list entry segments entry rels
    • getAssetListEntrySegmentsEntryRelsCount

      public int getAssetListEntrySegmentsEntryRelsCount(long assetListEntryId)
      Specified by:
      getAssetListEntrySegmentsEntryRelsCount in interface AssetListEntrySegmentsEntryRelLocalService
    • getExportActionableDynamicQuery

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

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

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AssetListEntrySegmentsEntryRelLocalService
      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 AssetListEntrySegmentsEntryRelLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • updateAssetListEntrySegmentsEntryRel

      public AssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
      Updates the asset list entry segments entry rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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:
      updateAssetListEntrySegmentsEntryRel in interface AssetListEntrySegmentsEntryRelLocalService
      Parameters:
      assetListEntrySegmentsEntryRel - the asset list entry segments entry rel
      Returns:
      the asset list entry segments entry rel that was updated
    • updateAssetListEntrySegmentsEntryRelTypeSettings

      public AssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRelTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings)
      Specified by:
      updateAssetListEntrySegmentsEntryRelTypeSettings in interface AssetListEntrySegmentsEntryRelLocalService
    • updateVariationsPriority

      public void updateVariationsPriority(long[] variationsPriority)
      Specified by:
      updateVariationsPriority in interface AssetListEntrySegmentsEntryRelLocalService
    • 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<AssetListEntrySegmentsEntryRel> getCTPersistence()
      Specified by:
      getCTPersistence in interface AssetListEntrySegmentsEntryRelLocalService
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>
    • getModelClass

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

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

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

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