@ProviderType public interface ObjectActionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectAction>
Caching information and settings can be found in portal.properties
ObjectActionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectAction> objectActions)
Caches the object actions in the entity cache if it is enabled.
|
void |
cacheResult(ObjectAction objectAction)
Caches the object action in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object actions.
|
int |
countByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey)
Returns the number of object actions where active = ? and objectActionExecutorKey = ?.
|
int |
countByERC_C_ODI(java.lang.String externalReferenceCode,
long companyId,
long objectDefinitionId)
Returns the number of object actions where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ?.
|
int |
countByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey)
Returns the number of object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
int |
countByObjectDefinitionId(long objectDefinitionId)
Returns the number of object actions where objectDefinitionId = ?.
|
int |
countByODI_A_N_OATK(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionTriggerKey)
Returns the number of object actions where objectDefinitionId = ? and active = ? and name = ? and objectActionTriggerKey = ?.
|
int |
countByODI_N(long objectDefinitionId,
java.lang.String name)
Returns the number of object actions where objectDefinitionId = ? and name = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object actions where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object actions where uuid = ?.
|
ObjectAction |
create(long objectActionId)
Creates a new object action with the primary key.
|
ObjectAction |
fetchByA_OAEK_First(boolean active,
java.lang.String objectActionExecutorKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where active = ? and objectActionExecutorKey = ?.
|
ObjectAction |
fetchByA_OAEK_Last(boolean active,
java.lang.String objectActionExecutorKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where active = ? and objectActionExecutorKey = ?.
|
ObjectAction |
fetchByERC_C_ODI(java.lang.String externalReferenceCode,
long companyId,
long objectDefinitionId)
Returns the object action where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns
null if it could not be found. |
ObjectAction |
fetchByERC_C_ODI(java.lang.String externalReferenceCode,
long companyId,
long objectDefinitionId,
boolean useFinderCache)
Returns the object action where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectAction |
fetchByO_A_OATK_First(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
ObjectAction |
fetchByO_A_OATK_Last(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
ObjectAction |
fetchByObjectDefinitionId_First(long objectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where objectDefinitionId = ?.
|
ObjectAction |
fetchByObjectDefinitionId_Last(long objectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where objectDefinitionId = ?.
|
ObjectAction |
fetchByODI_A_N_OATK(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionTriggerKey)
Returns the object action where objectDefinitionId = ? and active = ? and name = ? and objectActionTriggerKey = ? or returns
null if it could not be found. |
ObjectAction |
fetchByODI_A_N_OATK(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionTriggerKey,
boolean useFinderCache)
Returns the object action where objectDefinitionId = ? and active = ? and name = ? and objectActionTriggerKey = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectAction |
fetchByODI_N(long objectDefinitionId,
java.lang.String name)
Returns the object action where objectDefinitionId = ? and name = ? or returns
null if it could not be found. |
ObjectAction |
fetchByODI_N(long objectDefinitionId,
java.lang.String name,
boolean useFinderCache)
Returns the object action where objectDefinitionId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectAction |
fetchByPrimaryKey(long objectActionId)
Returns the object action with the primary key or returns
null if it could not be found. |
ObjectAction |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where uuid = ? and companyId = ?.
|
ObjectAction |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where uuid = ? and companyId = ?.
|
ObjectAction |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where uuid = ?.
|
ObjectAction |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where uuid = ?.
|
java.util.List<ObjectAction> |
findAll()
Returns all the object actions.
|
java.util.List<ObjectAction> |
findAll(int start,
int end)
Returns a range of all the object actions.
|
java.util.List<ObjectAction> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions.
|
java.util.List<ObjectAction> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions.
|
ObjectAction |
findByA_OAEK_First(boolean active,
java.lang.String objectActionExecutorKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where active = ? and objectActionExecutorKey = ?.
|
ObjectAction |
findByA_OAEK_Last(boolean active,
java.lang.String objectActionExecutorKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where active = ? and objectActionExecutorKey = ?.
|
ObjectAction[] |
findByA_OAEK_PrevAndNext(long objectActionId,
boolean active,
java.lang.String objectActionExecutorKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the object actions before and after the current object action in the ordered set where active = ? and objectActionExecutorKey = ?.
|
java.util.List<ObjectAction> |
findByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey)
Returns all the object actions where active = ? and objectActionExecutorKey = ?.
|
java.util.List<ObjectAction> |
findByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey,
int start,
int end)
Returns a range of all the object actions where active = ? and objectActionExecutorKey = ?.
|
java.util.List<ObjectAction> |
findByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions where active = ? and objectActionExecutorKey = ?.
|
java.util.List<ObjectAction> |
findByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions where active = ? and objectActionExecutorKey = ?.
|
ObjectAction |
findByERC_C_ODI(java.lang.String externalReferenceCode,
long companyId,
long objectDefinitionId)
Returns the object action where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or throws a
NoSuchObjectActionException if it could not be found. |
ObjectAction |
findByO_A_OATK_First(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
ObjectAction |
findByO_A_OATK_Last(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
ObjectAction[] |
findByO_A_OATK_PrevAndNext(long objectActionId,
long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the object actions before and after the current object action in the ordered set where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
java.util.List<ObjectAction> |
findByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey)
Returns all the object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
java.util.List<ObjectAction> |
findByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
int start,
int end)
Returns a range of all the object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
java.util.List<ObjectAction> |
findByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
java.util.List<ObjectAction> |
findByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ?.
|
ObjectAction |
findByObjectDefinitionId_First(long objectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where objectDefinitionId = ?.
|
ObjectAction |
findByObjectDefinitionId_Last(long objectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where objectDefinitionId = ?.
|
ObjectAction[] |
findByObjectDefinitionId_PrevAndNext(long objectActionId,
long objectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the object actions before and after the current object action in the ordered set where objectDefinitionId = ?.
|
java.util.List<ObjectAction> |
findByObjectDefinitionId(long objectDefinitionId)
Returns all the object actions where objectDefinitionId = ?.
|
java.util.List<ObjectAction> |
findByObjectDefinitionId(long objectDefinitionId,
int start,
int end)
Returns a range of all the object actions where objectDefinitionId = ?.
|
java.util.List<ObjectAction> |
findByObjectDefinitionId(long objectDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions where objectDefinitionId = ?.
|
java.util.List<ObjectAction> |
findByObjectDefinitionId(long objectDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions where objectDefinitionId = ?.
|
ObjectAction |
findByODI_A_N_OATK(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionTriggerKey)
Returns the object action where objectDefinitionId = ? and active = ? and name = ? and objectActionTriggerKey = ? or throws a
NoSuchObjectActionException if it could not be found. |
ObjectAction |
findByODI_N(long objectDefinitionId,
java.lang.String name)
Returns the object action where objectDefinitionId = ? and name = ? or throws a
NoSuchObjectActionException if it could not be found. |
ObjectAction |
findByPrimaryKey(long objectActionId)
Returns the object action with the primary key or throws a
NoSuchObjectActionException if it could not be found. |
ObjectAction |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where uuid = ? and companyId = ?.
|
ObjectAction |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where uuid = ? and companyId = ?.
|
ObjectAction[] |
findByUuid_C_PrevAndNext(long objectActionId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the object actions before and after the current object action in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ObjectAction> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object actions where uuid = ? and companyId = ?.
|
java.util.List<ObjectAction> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object actions where uuid = ? and companyId = ?.
|
java.util.List<ObjectAction> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions where uuid = ? and companyId = ?.
|
java.util.List<ObjectAction> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions where uuid = ? and companyId = ?.
|
ObjectAction |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the first object action in the ordered set where uuid = ?.
|
ObjectAction |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the last object action in the ordered set where uuid = ?.
|
ObjectAction[] |
findByUuid_PrevAndNext(long objectActionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns the object actions before and after the current object action in the ordered set where uuid = ?.
|
java.util.List<ObjectAction> |
findByUuid(java.lang.String uuid)
Returns all the object actions where uuid = ?.
|
java.util.List<ObjectAction> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object actions where uuid = ?.
|
java.util.List<ObjectAction> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
Returns an ordered range of all the object actions where uuid = ?.
|
java.util.List<ObjectAction> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object actions where uuid = ?.
|
ObjectAction |
remove(long objectActionId)
Removes the object action with the primary key from the database.
|
void |
removeAll()
Removes all the object actions from the database.
|
void |
removeByA_OAEK(boolean active,
java.lang.String objectActionExecutorKey)
Removes all the object actions where active = ? and objectActionExecutorKey = ? from the database.
|
ObjectAction |
removeByERC_C_ODI(java.lang.String externalReferenceCode,
long companyId,
long objectDefinitionId)
Removes the object action where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? from the database.
|
void |
removeByO_A_OATK(long objectDefinitionId,
boolean active,
java.lang.String objectActionTriggerKey)
Removes all the object actions where objectDefinitionId = ? and active = ? and objectActionTriggerKey = ? from the database.
|
void |
removeByObjectDefinitionId(long objectDefinitionId)
Removes all the object actions where objectDefinitionId = ? from the database.
|
ObjectAction |
removeByODI_A_N_OATK(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionTriggerKey)
Removes the object action where objectDefinitionId = ? and active = ? and name = ? and objectActionTriggerKey = ? from the database.
|
ObjectAction |
removeByODI_N(long objectDefinitionId,
java.lang.String name)
Removes the object action where objectDefinitionId = ? and name = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object actions where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object actions where uuid = ? from the database.
|
ObjectAction |
updateImpl(ObjectAction objectAction) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<ObjectAction> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectAction> findByUuid(java.lang.String uuid, 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 ObjectActionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectAction findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction[] findByUuid_PrevAndNext(long objectActionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectActionId
- the primary key of the current object actionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a object action with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectAction> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectAction> findByUuid_C(java.lang.String uuid, long companyId, 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 ObjectActionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectAction findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction[] findByUuid_C_PrevAndNext(long objectActionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectActionId
- the primary key of the current object actionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a object action with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectAction> findByObjectDefinitionId(long objectDefinitionId)
objectDefinitionId
- the object definition IDjava.util.List<ObjectAction> findByObjectDefinitionId(long objectDefinitionId, 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectAction findByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction findByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction[] findByObjectDefinitionId_PrevAndNext(long objectActionId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectActionId
- the primary key of the current object actionobjectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a object action with the primary key could not be foundvoid removeByObjectDefinitionId(long objectDefinitionId)
objectDefinitionId
- the object definition IDint countByObjectDefinitionId(long objectDefinitionId)
objectDefinitionId
- the object definition IDObjectAction findByODI_N(long objectDefinitionId, java.lang.String name) throws NoSuchObjectActionException
NoSuchObjectActionException
if it could not be found.objectDefinitionId
- the object definition IDname
- the nameNoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByODI_N(long objectDefinitionId, java.lang.String name)
null
if it could not be found. Uses the finder cache.objectDefinitionId
- the object definition IDname
- the namenull
if a matching object action could not be foundObjectAction fetchByODI_N(long objectDefinitionId, java.lang.String name, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.objectDefinitionId
- the object definition IDname
- the nameuseFinderCache
- whether to use the finder cachenull
if a matching object action could not be foundObjectAction removeByODI_N(long objectDefinitionId, java.lang.String name) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDname
- the nameNoSuchObjectActionException
int countByODI_N(long objectDefinitionId, java.lang.String name)
objectDefinitionId
- the object definition IDname
- the namejava.util.List<ObjectAction> findByA_OAEK(boolean active, java.lang.String objectActionExecutorKey)
active
- the activeobjectActionExecutorKey
- the object action executor keyjava.util.List<ObjectAction> findByA_OAEK(boolean active, java.lang.String objectActionExecutorKey, 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 ObjectActionModelImpl
.
active
- the activeobjectActionExecutorKey
- the object action executor keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findByA_OAEK(boolean active, java.lang.String objectActionExecutorKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
active
- the activeobjectActionExecutorKey
- the object action executor keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findByA_OAEK(boolean active, java.lang.String objectActionExecutorKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
active
- the activeobjectActionExecutorKey
- the object action executor keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectAction findByA_OAEK_First(boolean active, java.lang.String objectActionExecutorKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
active
- the activeobjectActionExecutorKey
- the object action executor keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByA_OAEK_First(boolean active, java.lang.String objectActionExecutorKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
active
- the activeobjectActionExecutorKey
- the object action executor keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction findByA_OAEK_Last(boolean active, java.lang.String objectActionExecutorKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
active
- the activeobjectActionExecutorKey
- the object action executor keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByA_OAEK_Last(boolean active, java.lang.String objectActionExecutorKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
active
- the activeobjectActionExecutorKey
- the object action executor keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction[] findByA_OAEK_PrevAndNext(long objectActionId, boolean active, java.lang.String objectActionExecutorKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectActionId
- the primary key of the current object actionactive
- the activeobjectActionExecutorKey
- the object action executor keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a object action with the primary key could not be foundvoid removeByA_OAEK(boolean active, java.lang.String objectActionExecutorKey)
active
- the activeobjectActionExecutorKey
- the object action executor keyint countByA_OAEK(boolean active, java.lang.String objectActionExecutorKey)
active
- the activeobjectActionExecutorKey
- the object action executor keyObjectAction findByERC_C_ODI(java.lang.String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectActionException
NoSuchObjectActionException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDNoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByERC_C_ODI(java.lang.String externalReferenceCode, long companyId, long objectDefinitionId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDnull
if a matching object action could not be foundObjectAction fetchByERC_C_ODI(java.lang.String externalReferenceCode, long companyId, long objectDefinitionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDuseFinderCache
- whether to use the finder cachenull
if a matching object action could not be foundObjectAction removeByERC_C_ODI(java.lang.String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectActionException
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDNoSuchObjectActionException
int countByERC_C_ODI(java.lang.String externalReferenceCode, long companyId, long objectDefinitionId)
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDjava.util.List<ObjectAction> findByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey)
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyjava.util.List<ObjectAction> findByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keystart
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectAction findByO_A_OATK_First(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByO_A_OATK_First(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction findByO_A_OATK_Last(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByO_A_OATK_Last(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator)
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object action could not be foundObjectAction[] findByO_A_OATK_PrevAndNext(long objectActionId, long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> orderByComparator) throws NoSuchObjectActionException
objectActionId
- the primary key of the current object actionobjectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectActionException
- if a object action with the primary key could not be foundvoid removeByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey)
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyint countByO_A_OATK(long objectDefinitionId, boolean active, java.lang.String objectActionTriggerKey)
objectDefinitionId
- the object definition IDactive
- the activeobjectActionTriggerKey
- the object action trigger keyObjectAction findByODI_A_N_OATK(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionTriggerKey) throws NoSuchObjectActionException
NoSuchObjectActionException
if it could not be found.objectDefinitionId
- the object definition IDactive
- the activename
- the nameobjectActionTriggerKey
- the object action trigger keyNoSuchObjectActionException
- if a matching object action could not be foundObjectAction fetchByODI_A_N_OATK(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionTriggerKey)
null
if it could not be found. Uses the finder cache.objectDefinitionId
- the object definition IDactive
- the activename
- the nameobjectActionTriggerKey
- the object action trigger keynull
if a matching object action could not be foundObjectAction fetchByODI_A_N_OATK(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionTriggerKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.objectDefinitionId
- the object definition IDactive
- the activename
- the nameobjectActionTriggerKey
- the object action trigger keyuseFinderCache
- whether to use the finder cachenull
if a matching object action could not be foundObjectAction removeByODI_A_N_OATK(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionTriggerKey) throws NoSuchObjectActionException
objectDefinitionId
- the object definition IDactive
- the activename
- the nameobjectActionTriggerKey
- the object action trigger keyNoSuchObjectActionException
int countByODI_A_N_OATK(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionTriggerKey)
objectDefinitionId
- the object definition IDactive
- the activename
- the nameobjectActionTriggerKey
- the object action trigger keyvoid cacheResult(ObjectAction objectAction)
objectAction
- the object actionvoid cacheResult(java.util.List<ObjectAction> objectActions)
objectActions
- the object actionsObjectAction create(long objectActionId)
objectActionId
- the primary key for the new object actionObjectAction remove(long objectActionId) throws NoSuchObjectActionException
objectActionId
- the primary key of the object actionNoSuchObjectActionException
- if a object action with the primary key could not be foundObjectAction updateImpl(ObjectAction objectAction)
ObjectAction findByPrimaryKey(long objectActionId) throws NoSuchObjectActionException
NoSuchObjectActionException
if it could not be found.objectActionId
- the primary key of the object actionNoSuchObjectActionException
- if a object action with the primary key could not be foundObjectAction fetchByPrimaryKey(long objectActionId)
null
if it could not be found.objectActionId
- the primary key of the object actionnull
if a object action with the primary key could not be foundjava.util.List<ObjectAction> findAll()
java.util.List<ObjectAction> 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 ObjectActionModelImpl
.
start
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)java.util.List<ObjectAction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
start
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectAction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectAction> 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 ObjectActionModelImpl
.
start
- the lower bound of the range of object actionsend
- the upper bound of the range of object actions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()