- cacheResult(AppBuilderWorkflowTaskLink) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Caches the app builder workflow task link in the entity cache if it is enabled.
- cacheResult(List<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Caches the app builder workflow task links in the entity cache if it is enabled.
- cacheResult(AppBuilderWorkflowTaskLink) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Caches the app builder workflow task link in the entity cache if it is enabled.
- cacheResult(List<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Caches the app builder workflow task links in the entity cache if it is enabled.
- clearCache() - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- clearCache(AppBuilderWorkflowTaskLink) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- com.liferay.app.builder.workflow.exception - package com.liferay.app.builder.workflow.exception
-
- com.liferay.app.builder.workflow.model - package com.liferay.app.builder.workflow.model
-
- com.liferay.app.builder.workflow.service - package com.liferay.app.builder.workflow.service
-
- com.liferay.app.builder.workflow.service.persistence - package com.liferay.app.builder.workflow.service.persistence
-
- companyId - Variable in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkTable
-
- countAll() - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the number of app builder workflow task links.
- countAll() - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the number of app builder workflow task links.
- countByA_A(long, long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- countByA_A(long, long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- countByA_A_D_W(long, long, long, String) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ?.
- countByA_A_D_W(long, long, long, String) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ?.
- countByA_A_W(long, long, String) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- countByA_A_W(long, long, String) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- countByAppBuilderAppId(long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the number of app builder workflow task links where appBuilderAppId = ?.
- countByAppBuilderAppId(long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the number of app builder workflow task links where appBuilderAppId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- create(long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Creates a new app builder workflow task link with the primary key.
- create(long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Creates a new app builder workflow task link with the primary key.
- createAppBuilderWorkflowTaskLink(long) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
Creates a new app builder workflow task link with the primary key.
- createAppBuilderWorkflowTaskLink(long) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
Creates a new app builder workflow task link with the primary key.
- createAppBuilderWorkflowTaskLink(long) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
Creates a new app builder workflow task link with the primary key.
- createPersistedModel(Serializable) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- fetchAppBuilderWorkflowTaskLink(long) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- fetchAppBuilderWorkflowTaskLink(long) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- fetchAppBuilderWorkflowTaskLink(long) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- fetchByA_A_D_W(long, long, long, String) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or returns null if it could not be found.
- fetchByA_A_D_W(long, long, long, String, boolean) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByA_A_D_W(long, long, long, String) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or returns null if it could not be found.
- fetchByA_A_D_W(long, long, long, String, boolean) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByA_A_First(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- fetchByA_A_First(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- fetchByA_A_Last(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- fetchByA_A_Last(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- fetchByA_A_W_First(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- fetchByA_A_W_First(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- fetchByA_A_W_Last(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- fetchByA_A_W_Last(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- fetchByAppBuilderAppId_First(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
- fetchByAppBuilderAppId_First(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
- fetchByAppBuilderAppId_Last(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
- fetchByAppBuilderAppId_Last(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task link with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task link with the primary key or returns null if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- findAll() - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns all the app builder workflow task links.
- findAll(int, int) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns a range of all the app builder workflow task links.
- findAll(int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links.
- findAll(int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links.
- findAll() - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns all the app builder workflow task links.
- findAll(int, int) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns a range of all the app builder workflow task links.
- findAll(int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links.
- findAll(int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links.
- findByA_A(long, long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A(long, long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_D_W(long, long, long, String) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or throws a NoSuchTaskLinkException if it could not be found.
- findByA_A_D_W(long, long, long, String) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or throws a NoSuchTaskLinkException if it could not be found.
- findByA_A_First(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_First(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_Last(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_Last(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_PrevAndNext(long, long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_PrevAndNext(long, long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
- findByA_A_W(long, long, String) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W(long, long, String, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_First(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_First(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_Last(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_Last(long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_PrevAndNext(long, long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByA_A_W_PrevAndNext(long, long, long, String, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
- findByAppBuilderAppId(long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns a range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId(long, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>, boolean) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
- findByAppBuilderAppId_First(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByAppBuilderAppId_First(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByAppBuilderAppId_Last(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByAppBuilderAppId_Last(long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByAppBuilderAppId_PrevAndNext(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByAppBuilderAppId_PrevAndNext(long, long, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ?.
- findByPrimaryKey(long) - Method in interface com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkPersistence
-
Returns the app builder workflow task link with the primary key or throws a NoSuchTaskLinkException if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
Returns the app builder workflow task link with the primary key or throws a NoSuchTaskLinkException if it could not be found.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<AppBuilderWorkflowTaskLink>) - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getAppBuilderAppId() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the app builder app ID of this app builder workflow task link.
- getAppBuilderAppId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getAppBuilderAppId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the app builder app ID of this app builder workflow task link.
- getAppBuilderAppVersionId() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the app builder app version ID of this app builder workflow task link.
- getAppBuilderAppVersionId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getAppBuilderAppVersionId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the app builder app version ID of this app builder workflow task link.
- getAppBuilderWorkflowTaskLink(long) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
Returns the app builder workflow task link with the primary key.
- getAppBuilderWorkflowTaskLink(long) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
Returns the app builder workflow task link with the primary key.
- getAppBuilderWorkflowTaskLink(long) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
Returns the app builder workflow task link with the primary key.
- getAppBuilderWorkflowTaskLinkId() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the app builder workflow task link ID of this app builder workflow task link.
- getAppBuilderWorkflowTaskLinkId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getAppBuilderWorkflowTaskLinkId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the app builder workflow task link ID of this app builder workflow task link.
- getAppBuilderWorkflowTaskLinks(int, int) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
Returns a range of all the app builder workflow task links.
- getAppBuilderWorkflowTaskLinks(long) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getAppBuilderWorkflowTaskLinks(long, long) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getAppBuilderWorkflowTaskLinks(long, long, String) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getAppBuilderWorkflowTaskLinks(int, int) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
Returns a range of all the app builder workflow task links.
- getAppBuilderWorkflowTaskLinks(long) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getAppBuilderWorkflowTaskLinks(long, long) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getAppBuilderWorkflowTaskLinks(long, long, String) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getAppBuilderWorkflowTaskLinks(int, int) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
Returns a range of all the app builder workflow task links.
- getAppBuilderWorkflowTaskLinks(long) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getAppBuilderWorkflowTaskLinks(long, long) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getAppBuilderWorkflowTaskLinks(long, long, String) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getAppBuilderWorkflowTaskLinksCount() - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
Returns the number of app builder workflow task links.
- getAppBuilderWorkflowTaskLinksCount() - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
Returns the number of app builder workflow task links.
- getAppBuilderWorkflowTaskLinksCount() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
Returns the number of app builder workflow task links.
- getBasePersistence() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getCompanyId() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the company ID of this app builder workflow task link.
- getCompanyId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the company ID of this app builder workflow task link.
- getDdmStructureLayoutId() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the ddm structure layout ID of this app builder workflow task link.
- getDdmStructureLayoutId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getDdmStructureLayoutId() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the ddm structure layout ID of this app builder workflow task link.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getModelAttributes() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
- getMvccVersion() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the mvcc version of this app builder workflow task link.
- getMvccVersion() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getMvccVersion() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the mvcc version of this app builder workflow task link.
- getOSGiServiceIdentifier() - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in interface com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.app.builder.workflow.service.persistence.AppBuilderWorkflowTaskLinkUtil
-
- getPrimaryKey() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the primary key of this app builder workflow task link.
- getPrimaryKey() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the primary key of this app builder workflow task link.
- getReadOnly() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the read only of this app builder workflow task link.
- getReadOnly() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getReadOnly() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the read only of this app builder workflow task link.
- getService() - Static method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceUtil
-
- getWorkflowTaskName() - Method in interface com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkModel
-
Returns the workflow task name of this app builder workflow task link.
- getWorkflowTaskName() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkSoap
-
Deprecated.
- getWorkflowTaskName() - Method in class com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLinkWrapper
-
Returns the workflow task name of this app builder workflow task link.
- getWrappedService() - Method in class com.liferay.app.builder.workflow.service.AppBuilderWorkflowTaskLinkLocalServiceWrapper
-