Class AssetListEntryAssetEntryRelLocalServiceWrapper

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

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

    • AssetListEntryAssetEntryRelLocalServiceWrapper

      public AssetListEntryAssetEntryRelLocalServiceWrapper()
    • AssetListEntryAssetEntryRelLocalServiceWrapper

      public AssetListEntryAssetEntryRelLocalServiceWrapper(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService)
  • Method Details

    • addAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
      Adds the asset list entry asset entry rel to the database. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
      addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Parameters:
      assetListEntryAssetEntryRel - the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel that was added
    • addAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
      Creates a new asset list entry asset entry rel with the primary key. Does not add the asset list entry asset entry rel to the database.
      Specified by:
      createAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Parameters:
      assetListEntryAssetEntryRelId - the primary key for the new asset list entry asset entry rel
      Returns:
      the new asset list entry asset 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 AssetListEntryAssetEntryRelLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the asset list entry asset entry rel from the database. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
      deleteAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Parameters:
      assetListEntryAssetEntryRel - the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel that was removed
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntryAssetEntryRel

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

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

      public AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntryAssetEntryRelByAssetEntryId

      public void deleteAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAssetListEntryAssetEntryRelByAssetEntryId in interface AssetListEntryAssetEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAssetListEntryAssetEntryRelByAssetListEntryId

      public void deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId)
      Specified by:
      deleteAssetListEntryAssetEntryRelByAssetListEntryId in interface AssetListEntryAssetEntryRelLocalService
    • 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 AssetListEntryAssetEntryRelLocalService
      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 AssetListEntryAssetEntryRelLocalService
      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 AssetListEntryAssetEntryRelLocalService
      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 AssetListEntryAssetEntryRelLocalService
    • 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 AssetListEntryAssetEntryRelLocalService
      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.AssetListEntryAssetEntryRelModelImpl.

      Specified by:
      dynamicQuery in interface AssetListEntryAssetEntryRelLocalService
      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.AssetListEntryAssetEntryRelModelImpl.

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

      public AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
      Specified by:
      fetchAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
    • fetchAssetListEntryAssetEntryRelByUuidAndGroupId

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

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

      public AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the asset list entry asset entry rel with the primary key.
      Specified by:
      getAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel
      Throws:
      PortalException - if a asset list entry asset entry rel with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getAssetListEntryAssetEntryRelByAssetEntryId

      public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId)
      Specified by:
      getAssetListEntryAssetEntryRelByAssetEntryId in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRelByUuidAndGroupId

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

      public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(int start, int end)
      Returns a range of all the asset list entry asset 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.AssetListEntryAssetEntryRelModelImpl.

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

      public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, int start, int end)
      Specified by:
      getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRels

      public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end)
      Specified by:
      getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRels

      public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end)
      Specified by:
      getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRelsByUuidAndCompanyId

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

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

      public int getAssetListEntryAssetEntryRelsCount()
      Returns the number of asset list entry asset entry rels.
      Specified by:
      getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalService
      Returns:
      the number of asset list entry asset entry rels
    • getAssetListEntryAssetEntryRelsCount

      public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId)
      Specified by:
      getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRelsCount

      public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long segmentsEntryId)
      Specified by:
      getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalService
    • getAssetListEntryAssetEntryRelsCount

      public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long[] segmentsEntryIds)
      Specified by:
      getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalService
    • getExportActionableDynamicQuery

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

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

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

      public AssetListEntryAssetEntryRel moveAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
      Updates the asset list entry asset entry rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
      updateAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      Parameters:
      assetListEntryAssetEntryRel - the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel that was updated
    • updateAssetListEntryAssetEntryRel

      public AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId, long assetListEntryId, long assetEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalService
      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<AssetListEntryAssetEntryRel> getCTPersistence()
      Specified by:
      getCTPersistence in interface AssetListEntryAssetEntryRelLocalService
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>
    • getModelClass

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

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

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

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