Class JournalArticleResourceLocalServiceWrapper

java.lang.Object
com.liferay.journal.service.JournalArticleResourceLocalServiceWrapper
All Implemented Interfaces:
JournalArticleResourceLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<JournalArticleResourceLocalService>

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

    • JournalArticleResourceLocalServiceWrapper

      public JournalArticleResourceLocalServiceWrapper()
    • JournalArticleResourceLocalServiceWrapper

      public JournalArticleResourceLocalServiceWrapper(JournalArticleResourceLocalService journalArticleResourceLocalService)
  • Method Details

    • addJournalArticleResource

      public JournalArticleResource addJournalArticleResource(JournalArticleResource journalArticleResource)
      Adds the journal article resource to the database. Also notifies the appropriate model listeners.

      Important: Inspect JournalArticleResourceLocalServiceImpl 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:
      addJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      journalArticleResource - the journal article resource
      Returns:
      the journal article resource that was added
    • createJournalArticleResource

      public JournalArticleResource createJournalArticleResource(long resourcePrimKey)
      Creates a new journal article resource with the primary key. Does not add the journal article resource to the database.
      Specified by:
      createJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      resourcePrimKey - the primary key for the new journal article resource
      Returns:
      the new journal article resource
    • createPersistedModel

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

      public void deleteArticleResource(long groupId, String articleId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteArticleResource in interface JournalArticleResourceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteJournalArticleResource

      public JournalArticleResource deleteJournalArticleResource(JournalArticleResource journalArticleResource)
      Deletes the journal article resource from the database. Also notifies the appropriate model listeners.

      Important: Inspect JournalArticleResourceLocalServiceImpl 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:
      deleteJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      journalArticleResource - the journal article resource
      Returns:
      the journal article resource that was removed
    • deleteJournalArticleResource

      public JournalArticleResource deleteJournalArticleResource(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the journal article resource with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect JournalArticleResourceLocalServiceImpl 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:
      deleteJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      resourcePrimKey - the primary key of the journal article resource
      Returns:
      the journal article resource that was removed
      Throws:
      PortalException - if a journal article resource with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • 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 JournalArticleResourceLocalService
      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 JournalArticleResourceLocalService
      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 JournalArticleResourceLocalService
      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 JournalArticleResourceLocalService
    • 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 JournalArticleResourceLocalService
      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.journal.model.impl.JournalArticleResourceModelImpl.

      Specified by:
      dynamicQuery in interface JournalArticleResourceLocalService
      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.journal.model.impl.JournalArticleResourceModelImpl.

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

      public JournalArticleResource fetchArticleResource(long groupId, String articleId)
      Specified by:
      fetchArticleResource in interface JournalArticleResourceLocalService
    • fetchArticleResource

      public JournalArticleResource fetchArticleResource(String uuid, long groupId)
      Specified by:
      fetchArticleResource in interface JournalArticleResourceLocalService
    • fetchJournalArticleResource

      public JournalArticleResource fetchJournalArticleResource(long resourcePrimKey)
      Specified by:
      fetchJournalArticleResource in interface JournalArticleResourceLocalService
    • fetchJournalArticleResourceByUuidAndGroupId

      public JournalArticleResource fetchJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
      Returns the journal article resource matching the UUID and group.
      Specified by:
      fetchJournalArticleResourceByUuidAndGroupId in interface JournalArticleResourceLocalService
      Parameters:
      uuid - the journal article resource's UUID
      groupId - the primary key of the group
      Returns:
      the matching journal article resource, or null if a matching journal article resource could not be found
    • getActionableDynamicQuery

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

      public JournalArticleResource getArticleResource(long articleResourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getArticleResource in interface JournalArticleResourceLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getArticleResourcePrimKey

      public long getArticleResourcePrimKey(long groupId, String articleId)
      Specified by:
      getArticleResourcePrimKey in interface JournalArticleResourceLocalService
    • getArticleResourcePrimKey

      public long getArticleResourcePrimKey(String uuid, long groupId, String articleId)
      Specified by:
      getArticleResourcePrimKey in interface JournalArticleResourceLocalService
    • getArticleResources

      public List<JournalArticleResource> getArticleResources(long groupId)
      Specified by:
      getArticleResources in interface JournalArticleResourceLocalService
    • getIndexableActionableDynamicQuery

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

      public JournalArticleResource getJournalArticleResource(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException
      Returns the journal article resource with the primary key.
      Specified by:
      getJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      resourcePrimKey - the primary key of the journal article resource
      Returns:
      the journal article resource
      Throws:
      PortalException - if a journal article resource with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getJournalArticleResourceByUuidAndGroupId

      public JournalArticleResource getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the journal article resource matching the UUID and group.
      Specified by:
      getJournalArticleResourceByUuidAndGroupId in interface JournalArticleResourceLocalService
      Parameters:
      uuid - the journal article resource's UUID
      groupId - the primary key of the group
      Returns:
      the matching journal article resource
      Throws:
      PortalException - if a matching journal article resource could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getJournalArticleResources

      public List<JournalArticleResource> getJournalArticleResources(int start, int end)
      Returns a range of all the journal article resources.

      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.journal.model.impl.JournalArticleResourceModelImpl.

      Specified by:
      getJournalArticleResources in interface JournalArticleResourceLocalService
      Parameters:
      start - the lower bound of the range of journal article resources
      end - the upper bound of the range of journal article resources (not inclusive)
      Returns:
      the range of journal article resources
    • getJournalArticleResourcesByUuidAndCompanyId

      public List<JournalArticleResource> getJournalArticleResourcesByUuidAndCompanyId(String uuid, long companyId)
      Returns all the journal article resources matching the UUID and company.
      Specified by:
      getJournalArticleResourcesByUuidAndCompanyId in interface JournalArticleResourceLocalService
      Parameters:
      uuid - the UUID of the journal article resources
      companyId - the primary key of the company
      Returns:
      the matching journal article resources, or an empty list if no matches were found
    • getJournalArticleResourcesByUuidAndCompanyId

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

      public int getJournalArticleResourcesCount()
      Returns the number of journal article resources.
      Specified by:
      getJournalArticleResourcesCount in interface JournalArticleResourceLocalService
      Returns:
      the number of journal article resources
    • getOSGiServiceIdentifier

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

      public JournalArticleResource updateJournalArticleResource(JournalArticleResource journalArticleResource)
      Updates the journal article resource in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect JournalArticleResourceLocalServiceImpl 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:
      updateJournalArticleResource in interface JournalArticleResourceLocalService
      Parameters:
      journalArticleResource - the journal article resource
      Returns:
      the journal article resource that was updated
    • 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<JournalArticleResource> getCTPersistence()
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>
      Specified by:
      getCTPersistence in interface JournalArticleResourceLocalService
    • getModelClass

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

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

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

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