@ProviderType public class KaleoTransitionLocalServiceWrapper extends java.lang.Object implements KaleoTransitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoTransitionLocalService>
KaleoTransitionLocalService.KaleoTransitionLocalService| Constructor and Description |
|---|
KaleoTransitionLocalServiceWrapper(KaleoTransitionLocalService kaleoTransitionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTransition |
addKaleoTransition(KaleoTransition kaleoTransition)
Adds the kaleo transition to the database.
|
KaleoTransition |
addKaleoTransition(long kaleoDefinitionId,
long kaleoNodeId,
com.liferay.portal.workflow.kaleo.definition.Transition transition,
KaleoNode sourceKaleoNode,
KaleoNode targetKaleoNode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoTransition |
createKaleoTransition(long kaleoTransitionId)
Creates a new kaleo transition with the primary key.
|
void |
deleteCompanyKaleoTransitions(long companyId) |
void |
deleteKaleoDefinitionKaleoTransitions(long kaleoDefinitionId) |
KaleoTransition |
deleteKaleoTransition(KaleoTransition kaleoTransition)
Deletes the kaleo transition from the database.
|
KaleoTransition |
deleteKaleoTransition(long kaleoTransitionId)
Deletes the kaleo transition with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
KaleoTransition |
fetchKaleoTransition(long kaleoTransitionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
KaleoTransition |
getDefaultKaleoTransition(long kaleoNodeId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<KaleoTransition> |
getKaleoDefinitionKaleoTransitions(long kaleoDefinitionId) |
KaleoTransition |
getKaleoTransition(long kaleoTransitionId)
Returns the kaleo transition with the primary key.
|
KaleoTransition |
getKaleoTransition(long kaleoNodeId,
java.lang.String name) |
java.util.List<KaleoTransition> |
getKaleoTransitions(int start,
int end)
Returns a range of all the kaleo transitions.
|
java.util.List<KaleoTransition> |
getKaleoTransitions(long kaleoNodeId) |
int |
getKaleoTransitionsCount()
Returns the number of kaleo transitions.
|
int |
getKaleoTransitionsCount(long kaleoNodeId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTransitionLocalService |
getWrappedService() |
void |
setWrappedService(KaleoTransitionLocalService kaleoTransitionLocalService) |
KaleoTransition |
updateKaleoTransition(KaleoTransition kaleoTransition)
Updates the kaleo transition in the database or adds it if it does not yet exist.
|
public KaleoTransitionLocalServiceWrapper(KaleoTransitionLocalService kaleoTransitionLocalService)
public KaleoTransition addKaleoTransition(long kaleoDefinitionId, long kaleoNodeId, com.liferay.portal.workflow.kaleo.definition.Transition transition, KaleoNode sourceKaleoNode, KaleoNode targetKaleoNode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoTransition in interface KaleoTransitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTransition addKaleoTransition(KaleoTransition kaleoTransition)
addKaleoTransition in interface KaleoTransitionLocalServicekaleoTransition - the kaleo transitionpublic KaleoTransition createKaleoTransition(long kaleoTransitionId)
createKaleoTransition in interface KaleoTransitionLocalServicekaleoTransitionId - the primary key for the new kaleo transitionpublic void deleteCompanyKaleoTransitions(long companyId)
deleteCompanyKaleoTransitions in interface KaleoTransitionLocalServicepublic void deleteKaleoDefinitionKaleoTransitions(long kaleoDefinitionId)
deleteKaleoDefinitionKaleoTransitions in interface KaleoTransitionLocalServicepublic KaleoTransition deleteKaleoTransition(KaleoTransition kaleoTransition)
deleteKaleoTransition in interface KaleoTransitionLocalServicekaleoTransition - the kaleo transitionpublic KaleoTransition deleteKaleoTransition(long kaleoTransitionId) throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoTransition in interface KaleoTransitionLocalServicekaleoTransitionId - the primary key of the kaleo transitionPortalException - if a kaleo transition 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 com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface KaleoTransitionLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTransitionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTransitionLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTransitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoTransitionLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTransitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoTransitionLocalServicedynamicQuery - 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 KaleoTransitionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoTransitionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTransition fetchKaleoTransition(long kaleoTransitionId)
fetchKaleoTransition in interface KaleoTransitionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTransitionLocalServicepublic KaleoTransition getDefaultKaleoTransition(long kaleoNodeId) throws com.liferay.portal.kernel.exception.PortalException
getDefaultKaleoTransition in interface KaleoTransitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTransitionLocalServicepublic java.util.List<KaleoTransition> getKaleoDefinitionKaleoTransitions(long kaleoDefinitionId)
getKaleoDefinitionKaleoTransitions in interface KaleoTransitionLocalServicepublic KaleoTransition getKaleoTransition(long kaleoNodeId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTransition in interface KaleoTransitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTransition getKaleoTransition(long kaleoTransitionId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTransition in interface KaleoTransitionLocalServicekaleoTransitionId - the primary key of the kaleo transitionPortalException - if a kaleo transition with the primary key could not be foundpublic java.util.List<KaleoTransition> getKaleoTransitions(long kaleoNodeId)
getKaleoTransitions in interface KaleoTransitionLocalServicepublic java.util.List<KaleoTransition> getKaleoTransitions(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTransitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getKaleoTransitions in interface KaleoTransitionLocalServicestart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)public int getKaleoTransitionsCount()
getKaleoTransitionsCount in interface KaleoTransitionLocalServicepublic int getKaleoTransitionsCount(long kaleoNodeId)
getKaleoTransitionsCount in interface KaleoTransitionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTransitionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface KaleoTransitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTransition updateKaleoTransition(KaleoTransition kaleoTransition)
updateKaleoTransition in interface KaleoTransitionLocalServicekaleoTransition - the kaleo transitionpublic KaleoTransitionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTransitionLocalService>public void setWrappedService(KaleoTransitionLocalService kaleoTransitionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTransitionLocalService>