Class KaleoActionLocalServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>
,KaleoActionLocalService
KaleoActionLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoActionLocalServiceWrapper
(KaleoActionLocalService kaleoActionLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddKaleoAction
(KaleoAction kaleoAction) Adds the kaleo action to the database.addKaleoAction
(String kaleoClassName, long kaleoClassPK, long kaleoDefinitionId, long kaleoDefinitionVersionId, String kaleoNodeName, com.liferay.portal.workflow.kaleo.definition.Action action, com.liferay.portal.kernel.service.ServiceContext serviceContext) createKaleoAction
(long kaleoActionId) Creates a new kaleo action with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) void
deleteCompanyKaleoActions
(long companyId) deleteKaleoAction
(long kaleoActionId) Deletes the kaleo action with the primary key from the database.deleteKaleoAction
(KaleoAction kaleoAction) Deletes the kaleo action from the database.void
deleteKaleoDefinitionVersionKaleoActions
(long kaleoDefinitionVersionId) 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
<T> List<T>
dynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<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.<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.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.fetchKaleoAction
(long kaleoActionId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
com.liferay.portal.kernel.service.persistence.BasePersistence<?>
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
getKaleoAction
(long kaleoActionId) Returns the kaleo action with the primary key.getKaleoActions
(int start, int end) Returns a range of all the kaleo actions.getKaleoActions
(long companyId, String kaleoClassName, long kaleoClassPK) getKaleoActions
(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) int
Returns the number of kaleo actions.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) void
setWrappedService
(KaleoActionLocalService kaleoActionLocalService) updateKaleoAction
(KaleoAction kaleoAction) Updates the kaleo action in the database or adds it if it does not yet exist.<R,
E extends Throwable>
RupdateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
KaleoActionLocalServiceWrapper
public KaleoActionLocalServiceWrapper() -
KaleoActionLocalServiceWrapper
-
-
Method Details
-
addKaleoAction
Adds the kaleo action to the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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:
addKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoAction
- the kaleo action- Returns:
- the kaleo action that was added
-
addKaleoAction
public KaleoAction addKaleoAction(String kaleoClassName, long kaleoClassPK, long kaleoDefinitionId, long kaleoDefinitionVersionId, String kaleoNodeName, com.liferay.portal.workflow.kaleo.definition.Action action, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addKaleoAction
in interfaceKaleoActionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createKaleoAction
Creates a new kaleo action with the primary key. Does not add the kaleo action to the database.- Specified by:
createKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoActionId
- the primary key for the new kaleo action- Returns:
- the new kaleo action
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModel
in interfaceKaleoActionLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteCompanyKaleoActions
public void deleteCompanyKaleoActions(long companyId) - Specified by:
deleteCompanyKaleoActions
in interfaceKaleoActionLocalService
-
deleteKaleoAction
Deletes the kaleo action from the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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:
deleteKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoAction
- the kaleo action- Returns:
- the kaleo action that was removed
-
deleteKaleoAction
public KaleoAction deleteKaleoAction(long kaleoActionId) throws com.liferay.portal.kernel.exception.PortalException Deletes the kaleo action with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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:
deleteKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoActionId
- the primary key of the kaleo action- Returns:
- the kaleo action that was removed
- Throws:
PortalException
- if a kaleo action with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersionKaleoActions
public void deleteKaleoDefinitionVersionKaleoActions(long kaleoDefinitionVersionId) - Specified by:
deleteKaleoDefinitionVersionKaleoActions
in interfaceKaleoActionLocalService
-
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 interfaceKaleoActionLocalService
- Specified by:
deletePersistedModel
in interfacecom.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 interfaceKaleoActionLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceKaleoActionLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceKaleoActionLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in interfaceKaleoActionLocalService
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl
.- Specified by:
dynamicQuery
in interfaceKaleoActionLocalService
- Parameters:
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl
.- Specified by:
dynamicQuery
in interfaceKaleoActionLocalService
- Parameters:
dynamicQuery
- 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 (optionallynull
)- 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 interfaceKaleoActionLocalService
- 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 interfaceKaleoActionLocalService
- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchKaleoAction
- Specified by:
fetchKaleoAction
in interfaceKaleoActionLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceKaleoActionLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceKaleoActionLocalService
-
getKaleoAction
public KaleoAction getKaleoAction(long kaleoActionId) throws com.liferay.portal.kernel.exception.PortalException Returns the kaleo action with the primary key.- Specified by:
getKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoActionId
- the primary key of the kaleo action- Returns:
- the kaleo action
- Throws:
PortalException
- if a kaleo action with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getKaleoActions
Returns a range of all the kaleo actions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl
.- Specified by:
getKaleoActions
in interfaceKaleoActionLocalService
- Parameters:
start
- the lower bound of the range of kaleo actionsend
- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of kaleo actions
-
getKaleoActions
- Specified by:
getKaleoActions
in interfaceKaleoActionLocalService
-
getKaleoActions
public List<KaleoAction> getKaleoActions(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) - Specified by:
getKaleoActions
in interfaceKaleoActionLocalService
-
getKaleoActionsCount
public int getKaleoActionsCount()Returns the number of kaleo actions.- Specified by:
getKaleoActionsCount
in interfaceKaleoActionLocalService
- Returns:
- the number of kaleo actions
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceKaleoActionLocalService
- 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 interfaceKaleoActionLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
updateKaleoAction
Updates the kaleo action in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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:
updateKaleoAction
in interfaceKaleoActionLocalService
- Parameters:
kaleoAction
- the kaleo action- Returns:
- the kaleo action that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction> getCTPersistence()- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>
- Specified by:
getCTPersistence
in interfaceKaleoActionLocalService
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>
- Specified by:
getModelClass
in interfaceKaleoActionLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>
- Specified by:
updateWithUnsafeFunction
in interfaceKaleoActionLocalService
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>
-