@ProviderType
public abstract class KaleoConditionLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in KaleoConditionLocalServiceImpl.
KaleoConditionLocalServiceImpl,
KaleoConditionLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService |
kaleoActionLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence |
kaleoActionPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService |
kaleoConditionLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence |
kaleoConditionPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService |
kaleoDefinitionLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence |
kaleoDefinitionPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService |
kaleoInstanceLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence |
kaleoInstancePersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService |
kaleoInstanceTokenLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence |
kaleoInstanceTokenPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService |
kaleoLogLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence |
kaleoLogPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService |
kaleoNodeLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence |
kaleoNodePersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService |
kaleoNotificationLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence |
kaleoNotificationPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService |
kaleoNotificationRecipientLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence |
kaleoNotificationRecipientPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService |
kaleoTaskAssignmentInstanceLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence |
kaleoTaskAssignmentInstancePersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService |
kaleoTaskAssignmentLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence |
kaleoTaskAssignmentPersistence |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder |
kaleoTaskInstanceTokenFinder |
protected com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService |
kaleoTaskInstanceTokenLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence |
kaleoTaskInstanceTokenPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService |
kaleoTaskLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence |
kaleoTaskPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService |
kaleoTimerInstanceTokenLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence |
kaleoTimerInstanceTokenPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService |
kaleoTimerLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence |
kaleoTimerPersistence |
protected com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService |
kaleoTransitionLocalService |
protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence |
kaleoTransitionPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
| Constructor and Description |
|---|
KaleoConditionLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
addKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
Adds the kaleo condition to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
createKaleoCondition(long kaleoConditionId)
Creates a new kaleo condition with the primary key.
|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
deleteKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
Deletes the kaleo condition from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
deleteKaleoCondition(long kaleoConditionId)
Deletes the kaleo condition with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
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.
|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
fetchKaleoCondition(long kaleoConditionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService |
getKaleoActionLocalService()
Returns the kaleo action local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence |
getKaleoActionPersistence()
Returns the kaleo action persistence.
|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
getKaleoCondition(long kaleoConditionId)
Returns the kaleo condition with the primary key.
|
com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService |
getKaleoConditionLocalService()
Returns the kaleo condition local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence |
getKaleoConditionPersistence()
Returns the kaleo condition persistence.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoCondition> |
getKaleoConditions(int start,
int end)
Returns a range of all the kaleo conditions.
|
int |
getKaleoConditionsCount()
Returns the number of kaleo conditions.
|
com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService |
getKaleoDefinitionLocalService()
Returns the kaleo definition local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence |
getKaleoDefinitionPersistence()
Returns the kaleo definition persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService |
getKaleoInstanceLocalService()
Returns the kaleo instance local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence |
getKaleoInstancePersistence()
Returns the kaleo instance persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService |
getKaleoInstanceTokenLocalService()
Returns the kaleo instance token local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence |
getKaleoInstanceTokenPersistence()
Returns the kaleo instance token persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService |
getKaleoLogLocalService()
Returns the kaleo log local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence |
getKaleoLogPersistence()
Returns the kaleo log persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService |
getKaleoNodeLocalService()
Returns the kaleo node local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence |
getKaleoNodePersistence()
Returns the kaleo node persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService |
getKaleoNotificationLocalService()
Returns the kaleo notification local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence |
getKaleoNotificationPersistence()
Returns the kaleo notification persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService |
getKaleoNotificationRecipientLocalService()
Returns the kaleo notification recipient local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence |
getKaleoNotificationRecipientPersistence()
Returns the kaleo notification recipient persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService |
getKaleoTaskAssignmentInstanceLocalService()
Returns the kaleo task assignment instance local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence |
getKaleoTaskAssignmentInstancePersistence()
Returns the kaleo task assignment instance persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService |
getKaleoTaskAssignmentLocalService()
Returns the kaleo task assignment local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence |
getKaleoTaskAssignmentPersistence()
Returns the kaleo task assignment persistence.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder |
getKaleoTaskInstanceTokenFinder()
Returns the kaleo task instance token finder.
|
com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService |
getKaleoTaskInstanceTokenLocalService()
Returns the kaleo task instance token local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence |
getKaleoTaskInstanceTokenPersistence()
Returns the kaleo task instance token persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService |
getKaleoTaskLocalService()
Returns the kaleo task local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence |
getKaleoTaskPersistence()
Returns the kaleo task persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService |
getKaleoTimerInstanceTokenLocalService()
Returns the kaleo timer instance token local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence |
getKaleoTimerInstanceTokenPersistence()
Returns the kaleo timer instance token persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService |
getKaleoTimerLocalService()
Returns the kaleo timer local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence |
getKaleoTimerPersistence()
Returns the kaleo timer persistence.
|
com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService |
getKaleoTransitionLocalService()
Returns the kaleo transition local service.
|
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence |
getKaleoTransitionPersistence()
Returns the kaleo transition persistence.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setKaleoActionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService kaleoActionLocalService)
Sets the kaleo action local service.
|
void |
setKaleoActionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence kaleoActionPersistence)
Sets the kaleo action persistence.
|
void |
setKaleoConditionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService kaleoConditionLocalService)
Sets the kaleo condition local service.
|
void |
setKaleoConditionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence kaleoConditionPersistence)
Sets the kaleo condition persistence.
|
void |
setKaleoDefinitionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService kaleoDefinitionLocalService)
Sets the kaleo definition local service.
|
void |
setKaleoDefinitionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence kaleoDefinitionPersistence)
Sets the kaleo definition persistence.
|
void |
setKaleoInstanceLocalService(com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService kaleoInstanceLocalService)
Sets the kaleo instance local service.
|
void |
setKaleoInstancePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence kaleoInstancePersistence)
Sets the kaleo instance persistence.
|
void |
setKaleoInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService)
Sets the kaleo instance token local service.
|
void |
setKaleoInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence kaleoInstanceTokenPersistence)
Sets the kaleo instance token persistence.
|
void |
setKaleoLogLocalService(com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService kaleoLogLocalService)
Sets the kaleo log local service.
|
void |
setKaleoLogPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence kaleoLogPersistence)
Sets the kaleo log persistence.
|
void |
setKaleoNodeLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService kaleoNodeLocalService)
Sets the kaleo node local service.
|
void |
setKaleoNodePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence kaleoNodePersistence)
Sets the kaleo node persistence.
|
void |
setKaleoNotificationLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService kaleoNotificationLocalService)
Sets the kaleo notification local service.
|
void |
setKaleoNotificationPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence kaleoNotificationPersistence)
Sets the kaleo notification persistence.
|
void |
setKaleoNotificationRecipientLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService)
Sets the kaleo notification recipient local service.
|
void |
setKaleoNotificationRecipientPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence kaleoNotificationRecipientPersistence)
Sets the kaleo notification recipient persistence.
|
void |
setKaleoTaskAssignmentInstanceLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService kaleoTaskAssignmentInstanceLocalService)
Sets the kaleo task assignment instance local service.
|
void |
setKaleoTaskAssignmentInstancePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence kaleoTaskAssignmentInstancePersistence)
Sets the kaleo task assignment instance persistence.
|
void |
setKaleoTaskAssignmentLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService kaleoTaskAssignmentLocalService)
Sets the kaleo task assignment local service.
|
void |
setKaleoTaskAssignmentPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence kaleoTaskAssignmentPersistence)
Sets the kaleo task assignment persistence.
|
void |
setKaleoTaskInstanceTokenFinder(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder kaleoTaskInstanceTokenFinder)
Sets the kaleo task instance token finder.
|
void |
setKaleoTaskInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService kaleoTaskInstanceTokenLocalService)
Sets the kaleo task instance token local service.
|
void |
setKaleoTaskInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence kaleoTaskInstanceTokenPersistence)
Sets the kaleo task instance token persistence.
|
void |
setKaleoTaskLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService kaleoTaskLocalService)
Sets the kaleo task local service.
|
void |
setKaleoTaskPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence kaleoTaskPersistence)
Sets the kaleo task persistence.
|
void |
setKaleoTimerInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService)
Sets the kaleo timer instance token local service.
|
void |
setKaleoTimerInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence kaleoTimerInstanceTokenPersistence)
Sets the kaleo timer instance token persistence.
|
void |
setKaleoTimerLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService kaleoTimerLocalService)
Sets the kaleo timer local service.
|
void |
setKaleoTimerPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence kaleoTimerPersistence)
Sets the kaleo timer persistence.
|
void |
setKaleoTransitionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService kaleoTransitionLocalService)
Sets the kaleo transition local service.
|
void |
setKaleoTransitionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence kaleoTransitionPersistence)
Sets the kaleo transition persistence.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
com.liferay.portal.workflow.kaleo.model.KaleoCondition |
updateKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
Updates the kaleo condition in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMap@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService kaleoActionLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence kaleoActionPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService kaleoConditionLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence kaleoConditionPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService kaleoDefinitionLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence kaleoDefinitionPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService kaleoInstanceLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence kaleoInstancePersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence kaleoInstanceTokenPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService kaleoLogLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence kaleoLogPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService kaleoNodeLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence kaleoNodePersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService kaleoNotificationLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence kaleoNotificationPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence kaleoNotificationRecipientPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService kaleoTaskLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence kaleoTaskPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService kaleoTaskAssignmentLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence kaleoTaskAssignmentPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService kaleoTaskAssignmentInstanceLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence kaleoTaskAssignmentInstancePersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService kaleoTaskInstanceTokenLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence kaleoTaskInstanceTokenPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder kaleoTaskInstanceTokenFinder
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService kaleoTimerLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence kaleoTimerPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence kaleoTimerInstanceTokenPersistence
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService.class) protected com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService kaleoTransitionLocalService
@BeanReference(type=com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence.class) protected com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence kaleoTransitionPersistence
@ServiceReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@ServiceReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.workflow.kaleo.model.KaleoCondition addKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
addKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoCondition - the kaleo conditionpublic com.liferay.portal.workflow.kaleo.model.KaleoCondition createKaleoCondition(long kaleoConditionId)
createKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoConditionId - the primary key for the new kaleo condition@Indexable(type=DELETE)
public com.liferay.portal.workflow.kaleo.model.KaleoCondition deleteKaleoCondition(long kaleoConditionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoConditionId - the primary key of the kaleo conditioncom.liferay.portal.kernel.exception.PortalException - if a kaleo condition with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.workflow.kaleo.model.KaleoCondition deleteKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
deleteKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoCondition - the kaleo conditionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicedynamicQuery - 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 KaleoConditionModelImpl. 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 com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicedynamicQuery - 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 KaleoConditionModelImpl. 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 com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicedynamicQuery - 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 com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.workflow.kaleo.model.KaleoCondition fetchKaleoCondition(long kaleoConditionId)
fetchKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicepublic com.liferay.portal.workflow.kaleo.model.KaleoCondition getKaleoCondition(long kaleoConditionId)
throws com.liferay.portal.kernel.exception.PortalException
getKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoConditionId - the primary key of the kaleo conditioncom.liferay.portal.kernel.exception.PortalException - if a kaleo condition with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public 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 com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoCondition> getKaleoConditions(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 KaleoConditionModelImpl. 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.
getKaleoConditions in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicestart - the lower bound of the range of kaleo conditionsend - the upper bound of the range of kaleo conditions (not inclusive)public int getKaleoConditionsCount()
getKaleoConditionsCount in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService@Indexable(type=REINDEX) public com.liferay.portal.workflow.kaleo.model.KaleoCondition updateKaleoCondition(com.liferay.portal.workflow.kaleo.model.KaleoCondition kaleoCondition)
updateKaleoCondition in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServicekaleoCondition - the kaleo conditionpublic com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService getKaleoActionLocalService()
public void setKaleoActionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoActionLocalService kaleoActionLocalService)
kaleoActionLocalService - the kaleo action local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence getKaleoActionPersistence()
public void setKaleoActionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoActionPersistence kaleoActionPersistence)
kaleoActionPersistence - the kaleo action persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService getKaleoConditionLocalService()
public void setKaleoConditionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalService kaleoConditionLocalService)
kaleoConditionLocalService - the kaleo condition local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence getKaleoConditionPersistence()
public void setKaleoConditionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoConditionPersistence kaleoConditionPersistence)
kaleoConditionPersistence - the kaleo condition persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService getKaleoDefinitionLocalService()
public void setKaleoDefinitionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoDefinitionLocalService kaleoDefinitionLocalService)
kaleoDefinitionLocalService - the kaleo definition local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence getKaleoDefinitionPersistence()
public void setKaleoDefinitionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoDefinitionPersistence kaleoDefinitionPersistence)
kaleoDefinitionPersistence - the kaleo definition persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService getKaleoInstanceLocalService()
public void setKaleoInstanceLocalService(com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalService kaleoInstanceLocalService)
kaleoInstanceLocalService - the kaleo instance local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence getKaleoInstancePersistence()
public void setKaleoInstancePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence kaleoInstancePersistence)
kaleoInstancePersistence - the kaleo instance persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService getKaleoInstanceTokenLocalService()
public void setKaleoInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService)
kaleoInstanceTokenLocalService - the kaleo instance token local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence getKaleoInstanceTokenPersistence()
public void setKaleoInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstanceTokenPersistence kaleoInstanceTokenPersistence)
kaleoInstanceTokenPersistence - the kaleo instance token persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService getKaleoLogLocalService()
public void setKaleoLogLocalService(com.liferay.portal.workflow.kaleo.service.KaleoLogLocalService kaleoLogLocalService)
kaleoLogLocalService - the kaleo log local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence getKaleoLogPersistence()
public void setKaleoLogPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence kaleoLogPersistence)
kaleoLogPersistence - the kaleo log persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService getKaleoNodeLocalService()
public void setKaleoNodeLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNodeLocalService kaleoNodeLocalService)
kaleoNodeLocalService - the kaleo node local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence getKaleoNodePersistence()
public void setKaleoNodePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNodePersistence kaleoNodePersistence)
kaleoNodePersistence - the kaleo node persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService getKaleoNotificationLocalService()
public void setKaleoNotificationLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNotificationLocalService kaleoNotificationLocalService)
kaleoNotificationLocalService - the kaleo notification local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence getKaleoNotificationPersistence()
public void setKaleoNotificationPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationPersistence kaleoNotificationPersistence)
kaleoNotificationPersistence - the kaleo notification persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService getKaleoNotificationRecipientLocalService()
public void setKaleoNotificationRecipientLocalService(com.liferay.portal.workflow.kaleo.service.KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService)
kaleoNotificationRecipientLocalService - the kaleo notification recipient local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence getKaleoNotificationRecipientPersistence()
public void setKaleoNotificationRecipientPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoNotificationRecipientPersistence kaleoNotificationRecipientPersistence)
kaleoNotificationRecipientPersistence - the kaleo notification recipient persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService getKaleoTaskLocalService()
public void setKaleoTaskLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskLocalService kaleoTaskLocalService)
kaleoTaskLocalService - the kaleo task local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence getKaleoTaskPersistence()
public void setKaleoTaskPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskPersistence kaleoTaskPersistence)
kaleoTaskPersistence - the kaleo task persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService getKaleoTaskAssignmentLocalService()
public void setKaleoTaskAssignmentLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentLocalService kaleoTaskAssignmentLocalService)
kaleoTaskAssignmentLocalService - the kaleo task assignment local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence getKaleoTaskAssignmentPersistence()
public void setKaleoTaskAssignmentPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence kaleoTaskAssignmentPersistence)
kaleoTaskAssignmentPersistence - the kaleo task assignment persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService getKaleoTaskAssignmentInstanceLocalService()
public void setKaleoTaskAssignmentInstanceLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskAssignmentInstanceLocalService kaleoTaskAssignmentInstanceLocalService)
kaleoTaskAssignmentInstanceLocalService - the kaleo task assignment instance local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence getKaleoTaskAssignmentInstancePersistence()
public void setKaleoTaskAssignmentInstancePersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstancePersistence kaleoTaskAssignmentInstancePersistence)
kaleoTaskAssignmentInstancePersistence - the kaleo task assignment instance persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService getKaleoTaskInstanceTokenLocalService()
public void setKaleoTaskInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalService kaleoTaskInstanceTokenLocalService)
kaleoTaskInstanceTokenLocalService - the kaleo task instance token local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence getKaleoTaskInstanceTokenPersistence()
public void setKaleoTaskInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence kaleoTaskInstanceTokenPersistence)
kaleoTaskInstanceTokenPersistence - the kaleo task instance token persistencepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder getKaleoTaskInstanceTokenFinder()
public void setKaleoTaskInstanceTokenFinder(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenFinder kaleoTaskInstanceTokenFinder)
kaleoTaskInstanceTokenFinder - the kaleo task instance token finderpublic com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService getKaleoTimerLocalService()
public void setKaleoTimerLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTimerLocalService kaleoTimerLocalService)
kaleoTimerLocalService - the kaleo timer local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence getKaleoTimerPersistence()
public void setKaleoTimerPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence kaleoTimerPersistence)
kaleoTimerPersistence - the kaleo timer persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService getKaleoTimerInstanceTokenLocalService()
public void setKaleoTimerInstanceTokenLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService)
kaleoTimerInstanceTokenLocalService - the kaleo timer instance token local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence getKaleoTimerInstanceTokenPersistence()
public void setKaleoTimerInstanceTokenPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence kaleoTimerInstanceTokenPersistence)
kaleoTimerInstanceTokenPersistence - the kaleo timer instance token persistencepublic com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService getKaleoTransitionLocalService()
public void setKaleoTransitionLocalService(com.liferay.portal.workflow.kaleo.service.KaleoTransitionLocalService kaleoTransitionLocalService)
kaleoTransitionLocalService - the kaleo transition local servicepublic com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence getKaleoTransitionPersistence()
public void setKaleoTransitionPersistence(com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence kaleoTransitionPersistence)
kaleoTransitionPersistence - the kaleo transition persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.workflow.kaleo.service.KaleoConditionLocalServiceprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query