Liferay 7.0-ce-m6

com.liferay.portlet.mobiledevicerules.service.persistence
Interface MDRActionPersistence

All Superinterfaces:
BasePersistence<MDRAction>
All Known Implementing Classes:
MDRActionPersistenceImpl

@ProviderType
public interface MDRActionPersistence
extends BasePersistence<MDRAction>

The persistence interface for the m d r action service.

Caching information and settings can be found in portal.properties

See Also:
MDRActionPersistenceImpl, MDRActionUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 void cacheResult(List<MDRAction> mdrActions)
          Caches the m d r actions in the entity cache if it is enabled.
 void cacheResult(MDRAction mdrAction)
          Caches the m d r action in the entity cache if it is enabled.
 int countAll()
          Returns the number of m d r actions.
 int countByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns the number of m d r actions where ruleGroupInstanceId = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of m d r actions where uuid = ? and companyId = ?.
 int countByUUID_G(String uuid, long groupId)
          Returns the number of m d r actions where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of m d r actions where uuid = ?.
 MDRAction create(long actionId)
          Creates a new m d r action with the primary key.
 MDRAction fetchByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or returns null if it could not be found.
 Map<Serializable,MDRAction> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 MDRAction fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction fetchByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction fetchByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRAction fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRAction fetchByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 List<MDRAction> findAll()
          Returns all the m d r actions.
 List<MDRAction> findAll(int start, int end)
          Returns a range of all the m d r actions.
 List<MDRAction> findAll(int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions.
 MDRAction findByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.
 MDRAction findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
 List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end)
          Returns a range of all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
 MDRAction findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction[] findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
 List<MDRAction> findByUuid_C(String uuid, long companyId)
          Returns all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 MDRAction findByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction findByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found.
 MDRAction findByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction[] findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 List<MDRAction> findByUuid(String uuid)
          Returns all the m d r actions where uuid = ?.
 List<MDRAction> findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r actions where uuid = ?.
 List<MDRAction> findByUuid(String uuid, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
 MDRAction remove(long actionId)
          Removes the m d r action with the primary key from the database.
 void removeAll()
          Removes all the m d r actions from the database.
 void removeByRuleGroupInstanceId(long ruleGroupInstanceId)
          Removes all the m d r actions where ruleGroupInstanceId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the m d r actions where uuid = ? and companyId = ? from the database.
 MDRAction removeByUUID_G(String uuid, long groupId)
          Removes the m d r action where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the m d r actions where uuid = ? from the database.
 MDRAction updateImpl(MDRAction mdrAction)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<MDRAction> findByUuid(String uuid)
Returns all the m d r actions where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching m d r actions

findByUuid

List<MDRAction> findByUuid(String uuid,
                           int start,
                           int end)
Returns a range of all the m d r actions where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
Returns:
the range of matching m d r actions

findByUuid

List<MDRAction> findByUuid(String uuid,
                           int start,
                           int end,
                           OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r actions

findByUuid_First

MDRAction findByUuid_First(String uuid,
                           OrderByComparator<MDRAction> orderByComparator)
                           throws NoSuchActionException
Returns the first m d r action in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByUuid_First

MDRAction fetchByUuid_First(String uuid,
                            OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action, or null if a matching m d r action could not be found

findByUuid_Last

MDRAction findByUuid_Last(String uuid,
                          OrderByComparator<MDRAction> orderByComparator)
                          throws NoSuchActionException
Returns the last m d r action in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByUuid_Last

MDRAction fetchByUuid_Last(String uuid,
                           OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action, or null if a matching m d r action could not be found

findByUuid_PrevAndNext

MDRAction[] findByUuid_PrevAndNext(long actionId,
                                   String uuid,
                                   OrderByComparator<MDRAction> orderByComparator)
                                   throws NoSuchActionException
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.

Parameters:
actionId - the primary key of the current m d r action
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r action
Throws:
NoSuchActionException - if a m d r action with the primary key could not be found

removeByUuid

void removeByUuid(String uuid)
Removes all the m d r actions where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

int countByUuid(String uuid)
Returns the number of m d r actions where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching m d r actions

findByUUID_G

MDRAction findByUUID_G(String uuid,
                       long groupId)
                       throws NoSuchActionException
Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByUUID_G

MDRAction fetchByUUID_G(String uuid,
                        long groupId)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching m d r action, or null if a matching m d r action could not be found

fetchByUUID_G

MDRAction fetchByUUID_G(String uuid,
                        long groupId,
                        boolean retrieveFromCache)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching m d r action, or null if a matching m d r action could not be found

removeByUUID_G

MDRAction removeByUUID_G(String uuid,
                         long groupId)
                         throws NoSuchActionException
Removes the m d r action where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the m d r action that was removed
Throws:
NoSuchActionException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
Returns the number of m d r actions where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching m d r actions

findByUuid_C

List<MDRAction> findByUuid_C(String uuid,
                             long companyId)
Returns all the m d r actions where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching m d r actions

findByUuid_C

List<MDRAction> findByUuid_C(String uuid,
                             long companyId,
                             int start,
                             int end)
Returns a range of all the m d r actions where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
Returns:
the range of matching m d r actions

findByUuid_C

List<MDRAction> findByUuid_C(String uuid,
                             long companyId,
                             int start,
                             int end,
                             OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r actions

findByUuid_C_First

MDRAction findByUuid_C_First(String uuid,
                             long companyId,
                             OrderByComparator<MDRAction> orderByComparator)
                             throws NoSuchActionException
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByUuid_C_First

MDRAction fetchByUuid_C_First(String uuid,
                              long companyId,
                              OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action, or null if a matching m d r action could not be found

findByUuid_C_Last

MDRAction findByUuid_C_Last(String uuid,
                            long companyId,
                            OrderByComparator<MDRAction> orderByComparator)
                            throws NoSuchActionException
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByUuid_C_Last

MDRAction fetchByUuid_C_Last(String uuid,
                             long companyId,
                             OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action, or null if a matching m d r action could not be found

findByUuid_C_PrevAndNext

MDRAction[] findByUuid_C_PrevAndNext(long actionId,
                                     String uuid,
                                     long companyId,
                                     OrderByComparator<MDRAction> orderByComparator)
                                     throws NoSuchActionException
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.

Parameters:
actionId - the primary key of the current m d r action
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r action
Throws:
NoSuchActionException - if a m d r action with the primary key could not be found

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
Removes all the m d r actions where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
Returns the number of m d r actions where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching m d r actions

findByRuleGroupInstanceId

List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns all the m d r actions where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
Returns:
the matching m d r actions

findByRuleGroupInstanceId

List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
                                          int start,
                                          int end)
Returns a range of all the m d r actions where ruleGroupInstanceId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
ruleGroupInstanceId - the rule group instance ID
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
Returns:
the range of matching m d r actions

findByRuleGroupInstanceId

List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
                                          int start,
                                          int end,
                                          OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
ruleGroupInstanceId - the rule group instance ID
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r actions

findByRuleGroupInstanceId_First

MDRAction findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
                                          OrderByComparator<MDRAction> orderByComparator)
                                          throws NoSuchActionException
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByRuleGroupInstanceId_First

MDRAction fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
                                           OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r action, or null if a matching m d r action could not be found

findByRuleGroupInstanceId_Last

MDRAction findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
                                         OrderByComparator<MDRAction> orderByComparator)
                                         throws NoSuchActionException
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action
Throws:
NoSuchActionException - if a matching m d r action could not be found

fetchByRuleGroupInstanceId_Last

MDRAction fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
                                          OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r action, or null if a matching m d r action could not be found

findByRuleGroupInstanceId_PrevAndNext

MDRAction[] findByRuleGroupInstanceId_PrevAndNext(long actionId,
                                                  long ruleGroupInstanceId,
                                                  OrderByComparator<MDRAction> orderByComparator)
                                                  throws NoSuchActionException
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.

Parameters:
actionId - the primary key of the current m d r action
ruleGroupInstanceId - the rule group instance ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r action
Throws:
NoSuchActionException - if a m d r action with the primary key could not be found

removeByRuleGroupInstanceId

void removeByRuleGroupInstanceId(long ruleGroupInstanceId)
Removes all the m d r actions where ruleGroupInstanceId = ? from the database.

Parameters:
ruleGroupInstanceId - the rule group instance ID

countByRuleGroupInstanceId

int countByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns the number of m d r actions where ruleGroupInstanceId = ?.

Parameters:
ruleGroupInstanceId - the rule group instance ID
Returns:
the number of matching m d r actions

cacheResult

void cacheResult(MDRAction mdrAction)
Caches the m d r action in the entity cache if it is enabled.

Parameters:
mdrAction - the m d r action

cacheResult

void cacheResult(List<MDRAction> mdrActions)
Caches the m d r actions in the entity cache if it is enabled.

Parameters:
mdrActions - the m d r actions

create

MDRAction create(long actionId)
Creates a new m d r action with the primary key. Does not add the m d r action to the database.

Parameters:
actionId - the primary key for the new m d r action
Returns:
the new m d r action

remove

MDRAction remove(long actionId)
                 throws NoSuchActionException
Removes the m d r action with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
actionId - the primary key of the m d r action
Returns:
the m d r action that was removed
Throws:
NoSuchActionException - if a m d r action with the primary key could not be found

updateImpl

MDRAction updateImpl(MDRAction mdrAction)

findByPrimaryKey

MDRAction findByPrimaryKey(long actionId)
                           throws NoSuchActionException
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.

Parameters:
actionId - the primary key of the m d r action
Returns:
the m d r action
Throws:
NoSuchActionException - if a m d r action with the primary key could not be found

fetchByPrimaryKey

MDRAction fetchByPrimaryKey(long actionId)
Returns the m d r action with the primary key or returns null if it could not be found.

Parameters:
actionId - the primary key of the m d r action
Returns:
the m d r action, or null if a m d r action with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,MDRAction> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<MDRAction>

findAll

List<MDRAction> findAll()
Returns all the m d r actions.

Returns:
the m d r actions

findAll

List<MDRAction> findAll(int start,
                        int end)
Returns a range of all the m d r actions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
Returns:
the range of m d r actions

findAll

List<MDRAction> findAll(int start,
                        int end,
                        OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MDRActionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of m d r actions
end - the upper bound of the range of m d r actions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of m d r actions

removeAll

void removeAll()
Removes all the m d r actions from the database.


countAll

int countAll()
Returns the number of m d r actions.

Returns:
the number of m d r actions

Liferay 7.0-ce-m6