Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.service.persistence
Class MDRActionUtil

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.persistence.MDRActionUtil

@ProviderType
public class MDRActionUtil
extends Object

The persistence utility for the m d r action service. This utility wraps MDRActionPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
MDRActionPersistence, MDRActionPersistenceImpl

Constructor Summary
MDRActionUtil()
           
 
Method Summary
static void cacheResult(List<MDRAction> mdrActions)
          Caches the m d r actions in the entity cache if it is enabled.
static void cacheResult(MDRAction mdrAction)
          Caches the m d r action in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(MDRAction mdrAction)
           
static int countAll()
          Returns the number of m d r actions.
static int countByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns the number of m d r actions where ruleGroupInstanceId = ?.
static int countByUuid_C(String uuid, long companyId)
          Returns the number of m d r actions where uuid = ? and companyId = ?.
static int countByUUID_G(String uuid, long groupId)
          Returns the number of m d r actions where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Returns the number of m d r actions where uuid = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static MDRAction create(long actionId)
          Creates a new m d r action with the primary key.
static MDRAction fetchByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or returns null if it could not be found.
static MDRAction fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static 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.
static 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.
static MDRAction fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static List<MDRAction> findAll()
          Returns all the m d r actions.
static List<MDRAction> findAll(int start, int end)
          Returns a range of all the m d r actions.
static List<MDRAction> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
static MDRAction findByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.
static MDRAction findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction[] findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
static List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end)
          Returns a range of all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
static MDRAction findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction[] findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
static List<MDRAction> findByUuid_C(String uuid, long companyId)
          Returns all the m d r actions where uuid = ? and companyId = ?.
static 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 = ?.
static List<MDRAction> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
static MDRAction findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static 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.
static MDRAction findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction[] findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
static List<MDRAction> findByUuid(String uuid)
          Returns all the m d r actions where uuid = ?.
static List<MDRAction> findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r actions where uuid = ?.
static List<MDRAction> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static MDRActionPersistence getPersistence()
           
static MDRAction remove(long actionId)
          Removes the m d r action with the primary key from the database.
static void removeAll()
          Removes all the m d r actions from the database.
static void removeByRuleGroupInstanceId(long ruleGroupInstanceId)
          Removes all the m d r actions where ruleGroupInstanceId = ? from the database.
static void removeByUuid_C(String uuid, long companyId)
          Removes all the m d r actions where uuid = ? and companyId = ? from the database.
static MDRAction removeByUUID_G(String uuid, long groupId)
          Removes the m d r action where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the m d r actions where uuid = ? from the database.
 void setPersistence(MDRActionPersistence persistence)
          Deprecated. As of 6.2.0
static MDRAction update(MDRAction mdrAction)
           
static MDRAction update(MDRAction mdrAction, ServiceContext serviceContext)
           
static MDRAction updateImpl(MDRAction mdrAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRActionUtil

public MDRActionUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(MDRAction mdrAction)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<MDRAction> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static MDRAction update(MDRAction mdrAction)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static MDRAction update(MDRAction mdrAction,
                               ServiceContext serviceContext)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

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

Parameters:
uuid - the uuid
Returns:
the matching m d r actions
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<MDRAction> findByUuid(String uuid,
                                         int start,
                                         int end)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<MDRAction> findByUuid(String uuid,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static MDRAction findByUuid_First(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         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
SystemException - if a system exception occurred

fetchByUuid_First

public static MDRAction fetchByUuid_First(String uuid,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public static MDRAction findByUuid_Last(String uuid,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        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
SystemException - if a system exception occurred

fetchByUuid_Last

public static MDRAction fetchByUuid_Last(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static MDRAction[] findByUuid_PrevAndNext(long actionId,
                                                 String uuid,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 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
SystemException - if a system exception occurred

removeByUuid

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

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

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

Parameters:
uuid - the uuid
Returns:
the number of matching m d r actions
Throws:
SystemException - if a system exception occurred

findByUUID_G

public static MDRAction findByUUID_G(String uuid,
                                     long groupId)
                              throws SystemException,
                                     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
SystemException - if a system exception occurred

fetchByUUID_G

public static MDRAction fetchByUUID_G(String uuid,
                                      long groupId)
                               throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static MDRAction fetchByUUID_G(String uuid,
                                      long groupId,
                                      boolean retrieveFromCache)
                               throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static MDRAction removeByUUID_G(String uuid,
                                       long groupId)
                                throws SystemException,
                                       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:
SystemException - if a system exception occurred
NoSuchActionException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MDRAction> findByUuid_C(String uuid,
                                           long companyId)
                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MDRAction> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end)
                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MDRAction> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public static MDRAction findByUuid_C_First(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           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
SystemException - if a system exception occurred

fetchByUuid_C_First

public static MDRAction fetchByUuid_C_First(String uuid,
                                            long companyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public static MDRAction findByUuid_C_Last(String uuid,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          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
SystemException - if a system exception occurred

fetchByUuid_C_Last

public static MDRAction fetchByUuid_C_Last(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public static MDRAction[] findByUuid_C_PrevAndNext(long actionId,
                                                   String uuid,
                                                   long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   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
SystemException - if a system exception occurred

removeByUuid_C

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

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId

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

Parameters:
ruleGroupInstanceId - the rule group instance ID
Returns:
the matching m d r actions
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId

public static List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
                                                        int start,
                                                        int end)
                                                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId

public static List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId_First

public static MDRAction findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        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
SystemException - if a system exception occurred

fetchByRuleGroupInstanceId_First

public static MDRAction fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId_Last

public static MDRAction findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       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
SystemException - if a system exception occurred

fetchByRuleGroupInstanceId_Last

public static MDRAction fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupInstanceId_PrevAndNext

public static MDRAction[] findByRuleGroupInstanceId_PrevAndNext(long actionId,
                                                                long ruleGroupInstanceId,
                                                                OrderByComparator orderByComparator)
                                                         throws SystemException,
                                                                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
SystemException - if a system exception occurred

removeByRuleGroupInstanceId

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

Parameters:
ruleGroupInstanceId - the rule group instance ID
Throws:
SystemException - if a system exception occurred

countByRuleGroupInstanceId

public static int countByRuleGroupInstanceId(long ruleGroupInstanceId)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

cacheResult

public static 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

public static 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

public static 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

public static MDRAction remove(long actionId)
                        throws SystemException,
                               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
SystemException - if a system exception occurred

updateImpl

public static MDRAction updateImpl(MDRAction mdrAction)
                            throws SystemException
Throws:
SystemException

findByPrimaryKey

public static MDRAction findByPrimaryKey(long actionId)
                                  throws SystemException,
                                         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
SystemException - if a system exception occurred

fetchByPrimaryKey

public static MDRAction fetchByPrimaryKey(long actionId)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

findAll

public static List<MDRAction> findAll()
                               throws SystemException
Returns all the m d r actions.

Returns:
the m d r actions
Throws:
SystemException - if a system exception occurred

findAll

public static List<MDRAction> findAll(int start,
                                      int end)
                               throws SystemException
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
Throws:
SystemException - if a system exception occurred

findAll

public static List<MDRAction> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the m d r actions from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of m d r actions.

Returns:
the number of m d r actions
Throws:
SystemException - if a system exception occurred

getPersistence

public static MDRActionPersistence getPersistence()

setPersistence

public void setPersistence(MDRActionPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5