@ProviderType public interface AppBuilderWorkflowTaskLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AppBuilderWorkflowTaskLink>
Caching information and settings can be found in portal.properties
AppBuilderWorkflowTaskLinkUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink)
Caches the app builder workflow task link in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<AppBuilderWorkflowTaskLink> appBuilderWorkflowTaskLinks)
Caches the app builder workflow task links in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of app builder workflow task links.
|
int |
countByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName)
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ?.
|
int |
countByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName)
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
int |
countByA_A(long appBuilderAppId,
long appBuilderAppVersionId)
Returns the number of app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
int |
countByAppBuilderAppId(long appBuilderAppId)
Returns the number of app builder workflow task links where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink |
create(long appBuilderWorkflowTaskLinkId)
Creates a new app builder workflow task link with the primary key.
|
AppBuilderWorkflowTaskLink |
fetchByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName)
Returns the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? or returns
null if it could not be found. |
AppBuilderWorkflowTaskLink |
fetchByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName,
boolean useFinderCache)
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. |
AppBuilderWorkflowTaskLink |
fetchByA_A_First(long appBuilderAppId,
long appBuilderAppVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
AppBuilderWorkflowTaskLink |
fetchByA_A_Last(long appBuilderAppId,
long appBuilderAppVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
AppBuilderWorkflowTaskLink |
fetchByA_A_W_First(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
AppBuilderWorkflowTaskLink |
fetchByA_A_W_Last(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
AppBuilderWorkflowTaskLink |
fetchByAppBuilderAppId_First(long appBuilderAppId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink |
fetchByAppBuilderAppId_Last(long appBuilderAppId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink |
fetchByPrimaryKey(long appBuilderWorkflowTaskLinkId)
Returns the app builder workflow task link with the primary key or returns
null if it could not be found. |
java.util.List<AppBuilderWorkflowTaskLink> |
findAll()
Returns all the app builder workflow task links.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findAll(int start,
int end)
Returns a range of all the app builder workflow task links.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns an ordered range of all the app builder workflow task links.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder workflow task links.
|
AppBuilderWorkflowTaskLink |
findByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName)
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. |
AppBuilderWorkflowTaskLink |
findByA_A_First(long appBuilderAppId,
long appBuilderAppVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
AppBuilderWorkflowTaskLink |
findByA_A_Last(long appBuilderAppId,
long appBuilderAppVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
AppBuilderWorkflowTaskLink[] |
findByA_A_PrevAndNext(long appBuilderWorkflowTaskLinkId,
long appBuilderAppId,
long appBuilderAppVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
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 = ?.
|
AppBuilderWorkflowTaskLink |
findByA_A_W_First(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
AppBuilderWorkflowTaskLink |
findByA_A_W_Last(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
AppBuilderWorkflowTaskLink[] |
findByA_A_W_PrevAndNext(long appBuilderWorkflowTaskLinkId,
long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
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 = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName)
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
int start,
int end)
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A(long appBuilderAppId,
long appBuilderAppVersionId)
Returns all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A(long appBuilderAppId,
long appBuilderAppVersionId,
int start,
int end)
Returns a range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A(long appBuilderAppId,
long appBuilderAppVersionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByA_A(long appBuilderAppId,
long appBuilderAppVersionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ?.
|
AppBuilderWorkflowTaskLink |
findByAppBuilderAppId_First(long appBuilderAppId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the first app builder workflow task link in the ordered set where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink |
findByAppBuilderAppId_Last(long appBuilderAppId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the last app builder workflow task link in the ordered set where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink[] |
findByAppBuilderAppId_PrevAndNext(long appBuilderWorkflowTaskLinkId,
long appBuilderAppId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns the app builder workflow task links before and after the current app builder workflow task link in the ordered set where appBuilderAppId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByAppBuilderAppId(long appBuilderAppId)
Returns all the app builder workflow task links where appBuilderAppId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByAppBuilderAppId(long appBuilderAppId,
int start,
int end)
Returns a range of all the app builder workflow task links where appBuilderAppId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByAppBuilderAppId(long appBuilderAppId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
|
java.util.List<AppBuilderWorkflowTaskLink> |
findByAppBuilderAppId(long appBuilderAppId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder workflow task links where appBuilderAppId = ?.
|
AppBuilderWorkflowTaskLink |
findByPrimaryKey(long appBuilderWorkflowTaskLinkId)
Returns the app builder workflow task link with the primary key or throws a
NoSuchTaskLinkException if it could not be found. |
AppBuilderWorkflowTaskLink |
remove(long appBuilderWorkflowTaskLinkId)
Removes the app builder workflow task link with the primary key from the database.
|
void |
removeAll()
Removes all the app builder workflow task links from the database.
|
AppBuilderWorkflowTaskLink |
removeByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName)
Removes the app builder workflow task link where appBuilderAppId = ? and appBuilderAppVersionId = ? and ddmStructureLayoutId = ? and workflowTaskName = ? from the database.
|
void |
removeByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName)
Removes all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? and workflowTaskName = ? from the database.
|
void |
removeByA_A(long appBuilderAppId,
long appBuilderAppVersionId)
Removes all the app builder workflow task links where appBuilderAppId = ? and appBuilderAppVersionId = ? from the database.
|
void |
removeByAppBuilderAppId(long appBuilderAppId)
Removes all the app builder workflow task links where appBuilderAppId = ? from the database.
|
AppBuilderWorkflowTaskLink |
updateImpl(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<AppBuilderWorkflowTaskLink> findByAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app IDjava.util.List<AppBuilderWorkflowTaskLink> findByAppBuilderAppId(long appBuilderAppId, 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)java.util.List<AppBuilderWorkflowTaskLink> findByAppBuilderAppId(long appBuilderAppId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<AppBuilderWorkflowTaskLink> findByAppBuilderAppId(long appBuilderAppId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheAppBuilderWorkflowTaskLink findByAppBuilderAppId_First(long appBuilderAppId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByAppBuilderAppId_First(long appBuilderAppId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink findByAppBuilderAppId_Last(long appBuilderAppId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByAppBuilderAppId_Last(long appBuilderAppId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink[] findByAppBuilderAppId_PrevAndNext(long appBuilderWorkflowTaskLinkId, long appBuilderAppId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderWorkflowTaskLinkId - the primary key of the current app builder workflow task linkappBuilderAppId - the app builder app IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a app builder workflow task link with the primary key could not be foundvoid removeByAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app IDint countByAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app IDjava.util.List<AppBuilderWorkflowTaskLink> findByA_A(long appBuilderAppId, long appBuilderAppVersionId)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDjava.util.List<AppBuilderWorkflowTaskLink> findByA_A(long appBuilderAppId, long appBuilderAppVersionId, 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)java.util.List<AppBuilderWorkflowTaskLink> findByA_A(long appBuilderAppId, long appBuilderAppVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<AppBuilderWorkflowTaskLink> findByA_A(long appBuilderAppId, long appBuilderAppVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDstart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheAppBuilderWorkflowTaskLink findByA_A_First(long appBuilderAppId, long appBuilderAppVersionId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_First(long appBuilderAppId, long appBuilderAppVersionId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink findByA_A_Last(long appBuilderAppId, long appBuilderAppVersionId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_Last(long appBuilderAppId, long appBuilderAppVersionId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink[] findByA_A_PrevAndNext(long appBuilderWorkflowTaskLinkId, long appBuilderAppId, long appBuilderAppVersionId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderWorkflowTaskLinkId - the primary key of the current app builder workflow task linkappBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a app builder workflow task link with the primary key could not be foundvoid removeByA_A(long appBuilderAppId,
long appBuilderAppVersionId)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDint countByA_A(long appBuilderAppId,
long appBuilderAppVersionId)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDjava.util.List<AppBuilderWorkflowTaskLink> findByA_A_W(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task namejava.util.List<AppBuilderWorkflowTaskLink> findByA_A_W(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task namestart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)java.util.List<AppBuilderWorkflowTaskLink> findByA_A_W(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task namestart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<AppBuilderWorkflowTaskLink> findByA_A_W(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task namestart - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheAppBuilderWorkflowTaskLink findByA_A_W_First(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_W_First(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink findByA_A_W_Last(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_W_Last(long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameorderByComparator - the comparator to order the set by (optionally null)null if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink[] findByA_A_W_PrevAndNext(long appBuilderWorkflowTaskLinkId, long appBuilderAppId, long appBuilderAppVersionId, java.lang.String workflowTaskName, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator) throws NoSuchTaskLinkException
appBuilderWorkflowTaskLinkId - the primary key of the current app builder workflow task linkappBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameorderByComparator - the comparator to order the set by (optionally null)NoSuchTaskLinkException - if a app builder workflow task link with the primary key could not be foundvoid removeByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameint countByA_A_W(long appBuilderAppId,
long appBuilderAppVersionId,
java.lang.String workflowTaskName)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDworkflowTaskName - the workflow task nameAppBuilderWorkflowTaskLink findByA_A_D_W(long appBuilderAppId, long appBuilderAppVersionId, long ddmStructureLayoutId, java.lang.String workflowTaskName) throws NoSuchTaskLinkException
NoSuchTaskLinkException if it could not be found.appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDddmStructureLayoutId - the ddm structure layout IDworkflowTaskName - the workflow task nameNoSuchTaskLinkException - if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_D_W(long appBuilderAppId, long appBuilderAppVersionId, long ddmStructureLayoutId, java.lang.String workflowTaskName)
null if it could not be found. Uses the finder cache.appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDddmStructureLayoutId - the ddm structure layout IDworkflowTaskName - the workflow task namenull if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink fetchByA_A_D_W(long appBuilderAppId, long appBuilderAppVersionId, long ddmStructureLayoutId, java.lang.String workflowTaskName, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDddmStructureLayoutId - the ddm structure layout IDworkflowTaskName - the workflow task nameuseFinderCache - whether to use the finder cachenull if a matching app builder workflow task link could not be foundAppBuilderWorkflowTaskLink removeByA_A_D_W(long appBuilderAppId, long appBuilderAppVersionId, long ddmStructureLayoutId, java.lang.String workflowTaskName) throws NoSuchTaskLinkException
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDddmStructureLayoutId - the ddm structure layout IDworkflowTaskName - the workflow task nameNoSuchTaskLinkExceptionint countByA_A_D_W(long appBuilderAppId,
long appBuilderAppVersionId,
long ddmStructureLayoutId,
java.lang.String workflowTaskName)
appBuilderAppId - the app builder app IDappBuilderAppVersionId - the app builder app version IDddmStructureLayoutId - the ddm structure layout IDworkflowTaskName - the workflow task namevoid cacheResult(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink)
appBuilderWorkflowTaskLink - the app builder workflow task linkvoid cacheResult(java.util.List<AppBuilderWorkflowTaskLink> appBuilderWorkflowTaskLinks)
appBuilderWorkflowTaskLinks - the app builder workflow task linksAppBuilderWorkflowTaskLink create(long appBuilderWorkflowTaskLinkId)
appBuilderWorkflowTaskLinkId - the primary key for the new app builder workflow task linkAppBuilderWorkflowTaskLink remove(long appBuilderWorkflowTaskLinkId) throws NoSuchTaskLinkException
appBuilderWorkflowTaskLinkId - the primary key of the app builder workflow task linkNoSuchTaskLinkException - if a app builder workflow task link with the primary key could not be foundAppBuilderWorkflowTaskLink updateImpl(AppBuilderWorkflowTaskLink appBuilderWorkflowTaskLink)
AppBuilderWorkflowTaskLink findByPrimaryKey(long appBuilderWorkflowTaskLinkId) throws NoSuchTaskLinkException
NoSuchTaskLinkException if it could not be found.appBuilderWorkflowTaskLinkId - the primary key of the app builder workflow task linkNoSuchTaskLinkException - if a app builder workflow task link with the primary key could not be foundAppBuilderWorkflowTaskLink fetchByPrimaryKey(long appBuilderWorkflowTaskLinkId)
null if it could not be found.appBuilderWorkflowTaskLinkId - the primary key of the app builder workflow task linknull if a app builder workflow task link with the primary key could not be foundjava.util.List<AppBuilderWorkflowTaskLink> findAll()
java.util.List<AppBuilderWorkflowTaskLink> findAll(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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
start - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)java.util.List<AppBuilderWorkflowTaskLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> 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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
start - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<AppBuilderWorkflowTaskLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderWorkflowTaskLink> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from AppBuilderWorkflowTaskLinkModelImpl.
start - the lower bound of the range of app builder workflow task linksend - the upper bound of the range of app builder workflow task links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()