public class CTProcessLocalServiceWrapper extends java.lang.Object implements CTProcessLocalService, ServiceWrapper<CTProcessLocalService>
CTProcessLocalService.CTProcessLocalService| Constructor and Description |
|---|
CTProcessLocalServiceWrapper(CTProcessLocalService ctProcessLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CTProcess |
addCTProcess(CTProcess ctProcess)
Adds the ct process to the database.
|
CTProcess |
addCTProcess(long userId,
long ctCollectionId) |
CTProcess |
createCTProcess(long ctProcessId)
Creates a new ct process with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CTProcess |
deleteCTProcess(CTProcess ctProcess)
Deletes the ct process from the database.
|
CTProcess |
deleteCTProcess(long ctProcessId)
Deletes the ct process with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
CTProcess |
fetchCTProcess(long ctProcessId) |
CTProcess |
fetchLatestCTProcess(long companyId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
CTProcess |
getCTProcess(long ctProcessId)
Returns the ct process with the primary key.
|
java.util.List<CTProcess> |
getCTProcesses(int start,
int end)
Returns a range of all the ct processes.
|
java.util.List<CTProcess> |
getCTProcesses(long ctCollectionId) |
int |
getCTProcessesCount()
Returns the number of ct processes.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CTProcessLocalService |
getWrappedService() |
void |
setWrappedService(CTProcessLocalService ctProcessLocalService) |
CTProcess |
updateCTProcess(CTProcess ctProcess)
Updates the ct process in the database or adds it if it does not yet exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic CTProcessLocalServiceWrapper(CTProcessLocalService ctProcessLocalService)
public CTProcess addCTProcess(CTProcess ctProcess)
addCTProcess in interface CTProcessLocalServicectProcess - the ct processpublic CTProcess addCTProcess(long userId, long ctCollectionId) throws PortalException
addCTProcess in interface CTProcessLocalServicePortalExceptionpublic CTProcess createCTProcess(long ctProcessId)
createCTProcess in interface CTProcessLocalServicectProcessId - the primary key for the new ct processpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface CTProcessLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic CTProcess deleteCTProcess(CTProcess ctProcess)
deleteCTProcess in interface CTProcessLocalServicectProcess - the ct processpublic CTProcess deleteCTProcess(long ctProcessId) throws PortalException
deleteCTProcess in interface CTProcessLocalServicectProcessId - the primary key of the ct processPortalException - if a ct process with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface CTProcessLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface CTProcessLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface CTProcessLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface CTProcessLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.change.tracking.model.impl.CTProcessModelImpl.
dynamicQuery in interface CTProcessLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.change.tracking.model.impl.CTProcessModelImpl.
dynamicQuery in interface CTProcessLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface CTProcessLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface CTProcessLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CTProcess fetchCTProcess(long ctProcessId)
fetchCTProcess in interface CTProcessLocalServicepublic CTProcess fetchLatestCTProcess(long companyId)
fetchLatestCTProcess in interface CTProcessLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CTProcessLocalServicepublic CTProcess getCTProcess(long ctProcessId) throws PortalException
getCTProcess in interface CTProcessLocalServicectProcessId - the primary key of the ct processPortalException - if a ct process with the primary key could not be foundpublic java.util.List<CTProcess> getCTProcesses(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.change.tracking.model.impl.CTProcessModelImpl.
getCTProcesses in interface CTProcessLocalServicestart - the lower bound of the range of ct processesend - the upper bound of the range of ct processes (not inclusive)public java.util.List<CTProcess> getCTProcesses(long ctCollectionId)
getCTProcesses in interface CTProcessLocalServicepublic int getCTProcessesCount()
getCTProcessesCount in interface CTProcessLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CTProcessLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTProcessLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface CTProcessLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic CTProcess updateCTProcess(CTProcess ctProcess)
updateCTProcess in interface CTProcessLocalServicectProcess - the ct processpublic CTProcessLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<CTProcessLocalService>public void setWrappedService(CTProcessLocalService ctProcessLocalService)
setWrappedService in interface ServiceWrapper<CTProcessLocalService>