Class DDLRecordVersionLocalServiceWrapper

java.lang.Object
com.liferay.dynamic.data.lists.service.DDLRecordVersionLocalServiceWrapper
All Implemented Interfaces:
DDLRecordVersionLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordVersionLocalService>

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

    • DDLRecordVersionLocalServiceWrapper

      public DDLRecordVersionLocalServiceWrapper()
    • DDLRecordVersionLocalServiceWrapper

      public DDLRecordVersionLocalServiceWrapper(DDLRecordVersionLocalService ddlRecordVersionLocalService)
  • Method Details

    • addDDLRecordVersion

      public DDLRecordVersion addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
      Adds the ddl record version to the database. Also notifies the appropriate model listeners.

      Important: Inspect DDLRecordVersionLocalServiceImpl 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:
      addDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      ddlRecordVersion - the ddl record version
      Returns:
      the ddl record version that was added
    • createDDLRecordVersion

      public DDLRecordVersion createDDLRecordVersion(long recordVersionId)
      Creates a new ddl record version with the primary key. Does not add the ddl record version to the database.
      Specified by:
      createDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordVersionId - the primary key for the new ddl record version
      Returns:
      the new ddl record version
    • createPersistedModel

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

      public DDLRecordVersion deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
      Deletes the ddl record version from the database. Also notifies the appropriate model listeners.

      Important: Inspect DDLRecordVersionLocalServiceImpl 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:
      deleteDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      ddlRecordVersion - the ddl record version
      Returns:
      the ddl record version that was removed
    • deleteDDLRecordVersion

      public DDLRecordVersion deleteDDLRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the ddl record version with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect DDLRecordVersionLocalServiceImpl 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:
      deleteDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordVersionId - the primary key of the ddl record version
      Returns:
      the ddl record version that was removed
      Throws:
      PortalException - if a ddl record version 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 DDLRecordVersionLocalService
      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 DDLRecordVersionLocalService
      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 DDLRecordVersionLocalService
      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 DDLRecordVersionLocalService
    • 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 DDLRecordVersionLocalService
      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.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.

      Specified by:
      dynamicQuery in interface DDLRecordVersionLocalService
      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.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.

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

      public DDLRecordVersion fetchDDLRecordVersion(long recordVersionId)
      Specified by:
      fetchDDLRecordVersion in interface DDLRecordVersionLocalService
    • fetchLatestRecordVersion

      public DDLRecordVersion fetchLatestRecordVersion(long userId, long recordSetId, String recordSetVersion, int status)
      Returns the latest record version matching the user, the record set, the record set version and workflow status.
      Specified by:
      fetchLatestRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      userId - the primary key of the user
      recordSetId - the primary key of the record set
      recordSetVersion - the version of the record set
      status - the workflow status
      Returns:
      the latest matching record version or null
    • getActionableDynamicQuery

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

      public DDLRecordVersion getDDLRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the ddl record version with the primary key.
      Specified by:
      getDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordVersionId - the primary key of the ddl record version
      Returns:
      the ddl record version
      Throws:
      PortalException - if a ddl record version with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getDDLRecordVersions

      public List<DDLRecordVersion> getDDLRecordVersions(int start, int end)
      Returns a range of all the ddl record versions.

      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.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.

      Specified by:
      getDDLRecordVersions in interface DDLRecordVersionLocalService
      Parameters:
      start - the lower bound of the range of ddl record versions
      end - the upper bound of the range of ddl record versions (not inclusive)
      Returns:
      the range of ddl record versions
    • getDDLRecordVersionsCount

      public int getDDLRecordVersionsCount()
      Returns the number of ddl record versions.
      Specified by:
      getDDLRecordVersionsCount in interface DDLRecordVersionLocalService
      Returns:
      the number of ddl record versions
    • getIndexableActionableDynamicQuery

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

      public DDLRecordVersion getLatestRecordVersion(long recordId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the record's latest record version.
      Specified by:
      getLatestRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordId - the primary key of the record
      Returns:
      the latest record version for the given record
      Throws:
      PortalException - if a portal exception occurred
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public DDLRecordVersion getRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the record version by its ID.
      Specified by:
      getRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordVersionId - the primary key of the record version
      Returns:
      the record version with the ID
      Throws:
      PortalException - if a matching record set could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getRecordVersion

      public DDLRecordVersion getRecordVersion(long recordId, String version) throws com.liferay.portal.kernel.exception.PortalException
      Returns the record version matching the record and version.
      Specified by:
      getRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      recordId - the primary key of the record
      version - the record version
      Returns:
      the record version matching the record primary key and version
      Throws:
      PortalException - if a matching record set could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getRecordVersions

      public List<DDLRecordVersion> getRecordVersions(long recordId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordVersion> orderByComparator)
      Returns an ordered range of record versions matching the record's ID.

      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 QueryUtil.ALL_POS will return the full result set.

      Specified by:
      getRecordVersions in interface DDLRecordVersionLocalService
      Parameters:
      recordId - the primary key of the record
      start - the lower bound of the range of record versions to return
      end - the upper bound of the range of record versions to return (not inclusive)
      orderByComparator - the comparator used to order the record versions
      Returns:
      the range of matching record versions ordered by the comparator
    • getRecordVersionsCount

      public int getRecordVersionsCount(long recordId)
      Returns the number of record versions matching the record ID.
      Specified by:
      getRecordVersionsCount in interface DDLRecordVersionLocalService
      Parameters:
      recordId - the primary key of the record
      Returns:
      the number of matching record versions
    • updateDDLRecordVersion

      public DDLRecordVersion updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
      Updates the ddl record version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect DDLRecordVersionLocalServiceImpl 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:
      updateDDLRecordVersion in interface DDLRecordVersionLocalService
      Parameters:
      ddlRecordVersion - the ddl record version
      Returns:
      the ddl record version 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<DDLRecordVersion> getCTPersistence()
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>
      Specified by:
      getCTPersistence in interface DDLRecordVersionLocalService
    • getModelClass

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

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

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

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