public class DDLRecordSetVersionLocalServiceWrapper extends java.lang.Object implements DDLRecordSetVersionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionLocalService>
DDLRecordSetVersionLocalService.DDLRecordSetVersionLocalService| Constructor and Description |
|---|
DDLRecordSetVersionLocalServiceWrapper() |
DDLRecordSetVersionLocalServiceWrapper(DDLRecordSetVersionLocalService ddlRecordSetVersionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecordSetVersion |
addDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Adds the ddl record set version to the database.
|
DDLRecordSetVersion |
createDDLRecordSetVersion(long recordSetVersionId)
Creates a new ddl record set version with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteByRecordSetId(long recordSetId) |
DDLRecordSetVersion |
deleteDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Deletes the ddl record set version from the database.
|
DDLRecordSetVersion |
deleteDDLRecordSetVersion(long recordSetVersionId)
Deletes the ddl record set version with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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.
|
<T> java.util.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.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
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.
|
DDLRecordSetVersion |
fetchDDLRecordSetVersion(long recordSetVersionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordSetVersion> |
getCTPersistence() |
DDLRecordSetVersion |
getDDLRecordSetVersion(long recordSetVersionId)
Returns the ddl record set version with the primary key.
|
java.util.List<DDLRecordSetVersion> |
getDDLRecordSetVersions(int start,
int end)
Returns a range of all the ddl record set versions.
|
int |
getDDLRecordSetVersionsCount()
Returns the number of ddl record set versions.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
DDLRecordSetVersion |
getLatestRecordSetVersion(long recordSetId) |
java.lang.Class<DDLRecordSetVersion> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DDLRecordSetVersion |
getRecordSetVersion(long recordSetVersionId) |
DDLRecordSetVersion |
getRecordSetVersion(long recordSetId,
java.lang.String version) |
java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId) |
java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
DDLRecordSetVersionLocalService |
getWrappedService() |
void |
setWrappedService(DDLRecordSetVersionLocalService ddlRecordSetVersionLocalService) |
DDLRecordSetVersion |
updateDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Updates the ddl record set version in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordSetVersion>,R,E> updateUnsafeFunction) |
public DDLRecordSetVersionLocalServiceWrapper()
public DDLRecordSetVersionLocalServiceWrapper(DDLRecordSetVersionLocalService ddlRecordSetVersionLocalService)
public DDLRecordSetVersion addDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Important: Inspect DDLRecordSetVersionLocalServiceImpl 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.
addDDLRecordSetVersion in interface DDLRecordSetVersionLocalServiceddlRecordSetVersion - the ddl record set versionpublic DDLRecordSetVersion createDDLRecordSetVersion(long recordSetVersionId)
createDDLRecordSetVersion in interface DDLRecordSetVersionLocalServicerecordSetVersionId - the primary key for the new ddl record set versionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface DDLRecordSetVersionLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteByRecordSetId(long recordSetId)
deleteByRecordSetId in interface DDLRecordSetVersionLocalServicepublic DDLRecordSetVersion deleteDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Important: Inspect DDLRecordSetVersionLocalServiceImpl 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.
deleteDDLRecordSetVersion in interface DDLRecordSetVersionLocalServiceddlRecordSetVersion - the ddl record set versionpublic DDLRecordSetVersion deleteDDLRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect DDLRecordSetVersionLocalServiceImpl 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.
deleteDDLRecordSetVersion in interface DDLRecordSetVersionLocalServicerecordSetVersionId - the primary key of the ddl record set versionPortalException - if a ddl record set version with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface DDLRecordSetVersionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface DDLRecordSetVersionLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface DDLRecordSetVersionLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DDLRecordSetVersionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DDLRecordSetVersionLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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.DDLRecordSetVersionModelImpl.
dynamicQuery in interface DDLRecordSetVersionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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.DDLRecordSetVersionModelImpl.
dynamicQuery in interface DDLRecordSetVersionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface DDLRecordSetVersionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DDLRecordSetVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DDLRecordSetVersion fetchDDLRecordSetVersion(long recordSetVersionId)
fetchDDLRecordSetVersion in interface DDLRecordSetVersionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDLRecordSetVersionLocalServicepublic DDLRecordSetVersion getDDLRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecordSetVersion in interface DDLRecordSetVersionLocalServicerecordSetVersionId - the primary key of the ddl record set versionPortalException - if a ddl record set version with the primary key could not be foundpublic java.util.List<DDLRecordSetVersion> getDDLRecordSetVersions(int start, int end)
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.DDLRecordSetVersionModelImpl.
getDDLRecordSetVersions in interface DDLRecordSetVersionLocalServicestart - the lower bound of the range of ddl record set versionsend - the upper bound of the range of ddl record set versions (not inclusive)public int getDDLRecordSetVersionsCount()
getDDLRecordSetVersionsCount in interface DDLRecordSetVersionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DDLRecordSetVersionLocalServicepublic DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
getLatestRecordSetVersion in interface DDLRecordSetVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDLRecordSetVersionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DDLRecordSetVersionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersion in interface DDLRecordSetVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDLRecordSetVersion getRecordSetVersion(long recordSetId, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersion in interface DDLRecordSetVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId)
getRecordSetVersions in interface DDLRecordSetVersionLocalServicepublic java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator)
getRecordSetVersions in interface DDLRecordSetVersionLocalServicepublic int getRecordSetVersionsCount(long recordSetId)
getRecordSetVersionsCount in interface DDLRecordSetVersionLocalServicepublic DDLRecordSetVersion updateDDLRecordSetVersion(DDLRecordSetVersion ddlRecordSetVersion)
Important: Inspect DDLRecordSetVersionLocalServiceImpl 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.
updateDDLRecordSetVersion in interface DDLRecordSetVersionLocalServiceddlRecordSetVersion - the ddl record set versionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordSetVersion> getCTPersistence()
getCTPersistence in interface DDLRecordSetVersionLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordSetVersion>public java.lang.Class<DDLRecordSetVersion> getModelClass()
getModelClass in interface DDLRecordSetVersionLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordSetVersion>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordSetVersion>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface DDLRecordSetVersionLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordSetVersion>E extends java.lang.Throwablepublic DDLRecordSetVersionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionLocalService>public void setWrappedService(DDLRecordSetVersionLocalService ddlRecordSetVersionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionLocalService>