Liferay 7.0-ce-m6

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

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

@ProviderType
public class MDRRuleGroupInstanceUtil
extends Object

The persistence utility for the m d r rule group instance service. This utility wraps com.liferay.portlet.mobiledevicerules.service.persistence.impl.MDRRuleGroupInstancePersistenceImpl 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:
MDRRuleGroupInstancePersistence, com.liferay.portlet.mobiledevicerules.service.persistence.impl.MDRRuleGroupInstancePersistenceImpl

Constructor Summary
MDRRuleGroupInstanceUtil()
           
 
Method Summary
static void cacheResult(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
          Caches the m d r rule group instances in the entity cache if it is enabled.
static void cacheResult(MDRRuleGroupInstance mdrRuleGroupInstance)
          Caches the m d r rule group instance in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static int countAll()
          Returns the number of m d r rule group instances.
static int countByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the number of m d r rule group instances where classNameId = ? and classPK = ? and ruleGroupId = ?.
static int countByC_C(long classNameId, long classPK)
          Returns the number of m d r rule group instances where classNameId = ? and classPK = ?.
static int countByG_C_C(long groupId, long classNameId, long classPK)
          Returns the number of m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static int countByGroupId(long groupId)
          Returns the number of m d r rule group instances where groupId = ?.
static int countByRuleGroupId(long ruleGroupId)
          Returns the number of m d r rule group instances where ruleGroupId = ?.
static int countByUuid_C(String uuid, long companyId)
          Returns the number of m d r rule group instances where uuid = ? and companyId = ?.
static int countByUUID_G(String uuid, long groupId)
          Returns the number of m d r rule group instances where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Returns the number of m d r rule group instances where uuid = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static MDRRuleGroupInstance create(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
static MDRRuleGroupInstance fetchByC_C_First(long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance fetchByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found.
static MDRRuleGroupInstance fetchByC_C_R(long classNameId, long classPK, long ruleGroupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRRuleGroupInstance fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance fetchByGroupId_First(long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance fetchByGroupId_Last(long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance fetchByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or returns null if it could not be found.
static Map<Serializable,MDRRuleGroupInstance> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static MDRRuleGroupInstance fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance fetchByUuid_First(String uuid, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found.
static MDRRuleGroupInstance fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRRuleGroupInstance fetchByUuid_Last(String uuid, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static int filterCountByG_C_C(long groupId, long classNameId, long classPK)
          Returns the number of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static int filterCountByGroupId(long groupId)
          Returns the number of m d r rule group instances that the user has permission to view where groupId = ?.
static MDRRuleGroupInstance[] filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ?.
static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?.
static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
static List<MDRRuleGroupInstance> findAll()
          Returns all the m d r rule group instances.
static List<MDRRuleGroupInstance> findAll(int start, int end)
          Returns a range of all the m d r rule group instances.
static List<MDRRuleGroupInstance> findAll(int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
static MDRRuleGroupInstance findByC_C_First(long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance findByC_C_Last(long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance findByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
static List<MDRRuleGroupInstance> findByC_C(long classNameId, long classPK)
          Returns all the m d r rule group instances where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance findByGroupId_First(long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance findByGroupId_Last(long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance[] findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
static List<MDRRuleGroupInstance> findByGroupId(long groupId)
          Returns all the m d r rule group instances where groupId = ?.
static List<MDRRuleGroupInstance> findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ?.
static List<MDRRuleGroupInstance> findByGroupId(long groupId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
static MDRRuleGroupInstance findByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found.
static MDRRuleGroupInstance findByRuleGroupId_First(long ruleGroupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance findByRuleGroupId_Last(long ruleGroupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance[] findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId)
          Returns all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId, int start, int end)
          Returns a range of all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
static MDRRuleGroupInstance findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance[] findByUuid_C_PrevAndNext(long ruleGroupInstanceId, String uuid, long companyId, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static List<MDRRuleGroupInstance> findByUuid_C(String uuid, long companyId)
          Returns all the m d r rule group instances where uuid = ? and companyId = ?.
static List<MDRRuleGroupInstance> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r rule group instances where uuid = ? and companyId = ?.
static List<MDRRuleGroupInstance> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?.
static MDRRuleGroupInstance findByUuid_First(String uuid, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
static MDRRuleGroupInstance findByUuid_Last(String uuid, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance[] findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
static List<MDRRuleGroupInstance> findByUuid(String uuid)
          Returns all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> findByUuid(String uuid, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MDRRuleGroupInstance> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MDRRuleGroupInstance> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
static MDRRuleGroupInstancePersistence getPersistence()
           
static MDRRuleGroupInstance remove(long ruleGroupInstanceId)
          Removes the m d r rule group instance with the primary key from the database.
static void removeAll()
          Removes all the m d r rule group instances from the database.
static MDRRuleGroupInstance removeByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database.
static void removeByC_C(long classNameId, long classPK)
          Removes all the m d r rule group instances where classNameId = ? and classPK = ? from the database.
static void removeByG_C_C(long groupId, long classNameId, long classPK)
          Removes all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the m d r rule group instances where groupId = ? from the database.
static void removeByRuleGroupId(long ruleGroupId)
          Removes all the m d r rule group instances where ruleGroupId = ? from the database.
static void removeByUuid_C(String uuid, long companyId)
          Removes all the m d r rule group instances where uuid = ? and companyId = ? from the database.
static MDRRuleGroupInstance removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group instance where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the m d r rule group instances where uuid = ? from the database.
 void setPersistence(MDRRuleGroupInstancePersistence persistence)
          Deprecated. As of 6.2.0
static MDRRuleGroupInstance update(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static MDRRuleGroupInstance update(MDRRuleGroupInstance mdrRuleGroupInstance, ServiceContext serviceContext)
           
static MDRRuleGroupInstance updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceUtil

public MDRRuleGroupInstanceUtil()
Method Detail

clearCache

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

clearCache

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

countWithDynamicQuery

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

findWithDynamicQuery

public static List<MDRRuleGroupInstance> findWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<MDRRuleGroupInstance> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                              int start,
                                                              int end)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

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

update

public static MDRRuleGroupInstance update(MDRRuleGroupInstance mdrRuleGroupInstance)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static MDRRuleGroupInstance update(MDRRuleGroupInstance mdrRuleGroupInstance,
                                          ServiceContext serviceContext)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

public static List<MDRRuleGroupInstance> findByUuid(String uuid)
Returns all the m d r rule group instances where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching m d r rule group instances

findByUuid

public static List<MDRRuleGroupInstance> findByUuid(String uuid,
                                                    int start,
                                                    int end)
Returns a range of all the m d r rule group instances 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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByUuid

public static List<MDRRuleGroupInstance> findByUuid(String uuid,
                                                    int start,
                                                    int end,
                                                    OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances 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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByUuid_First

public static MDRRuleGroupInstance findByUuid_First(String uuid,
                                                    OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                             throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance 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 rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByUuid_First

public static MDRRuleGroupInstance fetchByUuid_First(String uuid,
                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

findByUuid_Last

public static MDRRuleGroupInstance findByUuid_Last(String uuid,
                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                            throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance 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 rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByUuid_Last

public static MDRRuleGroupInstance fetchByUuid_Last(String uuid,
                                                    OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

findByUuid_PrevAndNext

public static MDRRuleGroupInstance[] findByUuid_PrevAndNext(long ruleGroupInstanceId,
                                                            String uuid,
                                                            OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                     throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.

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

removeByUuid

public static void removeByUuid(String uuid)
Removes all the m d r rule group instances where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

public static int countByUuid(String uuid)
Returns the number of m d r rule group instances where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching m d r rule group instances

findByUUID_G

public static MDRRuleGroupInstance findByUUID_G(String uuid,
                                                long groupId)
                                         throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.

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

fetchByUUID_G

public static MDRRuleGroupInstance fetchByUUID_G(String uuid,
                                                 long groupId)
Returns the m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

fetchByUUID_G

public static MDRRuleGroupInstance fetchByUUID_G(String uuid,
                                                 long groupId,
                                                 boolean retrieveFromCache)
Returns the m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

removeByUUID_G

public static MDRRuleGroupInstance removeByUUID_G(String uuid,
                                                  long groupId)
                                           throws NoSuchRuleGroupInstanceException
Removes the m d r rule group instance where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the m d r rule group instance that was removed
Throws:
NoSuchRuleGroupInstanceException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
Returns the number of m d r rule group instances where uuid = ? and groupId = ?.

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

findByUuid_C

public static List<MDRRuleGroupInstance> findByUuid_C(String uuid,
                                                      long companyId)
Returns all the m d r rule group instances where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching m d r rule group instances

findByUuid_C

public static List<MDRRuleGroupInstance> findByUuid_C(String uuid,
                                                      long companyId,
                                                      int start,
                                                      int end)
Returns a range of all the m d r rule group instances 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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByUuid_C

public static List<MDRRuleGroupInstance> findByUuid_C(String uuid,
                                                      long companyId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances 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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByUuid_C_First

public static MDRRuleGroupInstance findByUuid_C_First(String uuid,
                                                      long companyId,
                                                      OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                               throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance 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 rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByUuid_C_First

public static MDRRuleGroupInstance fetchByUuid_C_First(String uuid,
                                                       long companyId,
                                                       OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

findByUuid_C_Last

public static MDRRuleGroupInstance findByUuid_C_Last(String uuid,
                                                     long companyId,
                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                              throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance 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 rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByUuid_C_Last

public static MDRRuleGroupInstance fetchByUuid_C_Last(String uuid,
                                                      long companyId,
                                                      OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance 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 rule group instance, or null if a matching m d r rule group instance could not be found

findByUuid_C_PrevAndNext

public static MDRRuleGroupInstance[] findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
                                                              String uuid,
                                                              long companyId,
                                                              OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                       throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?.

Parameters:
ruleGroupInstanceId - the primary key of the current m d r rule group instance
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 rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

removeByUuid_C

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

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
Returns the number of m d r rule group instances where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching m d r rule group instances

findByGroupId

public static List<MDRRuleGroupInstance> findByGroupId(long groupId)
Returns all the m d r rule group instances where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching m d r rule group instances

findByGroupId

public static List<MDRRuleGroupInstance> findByGroupId(long groupId,
                                                       int start,
                                                       int end)
Returns a range of all the m d r rule group instances where groupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByGroupId

public static List<MDRRuleGroupInstance> findByGroupId(long groupId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByGroupId_First

public static MDRRuleGroupInstance findByGroupId_First(long groupId,
                                                       OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance in the ordered set where groupId = ?.

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

fetchByGroupId_First

public static MDRRuleGroupInstance fetchByGroupId_First(long groupId,
                                                        OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?.

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

findByGroupId_Last

public static MDRRuleGroupInstance findByGroupId_Last(long groupId,
                                                      OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                               throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance in the ordered set where groupId = ?.

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

fetchByGroupId_Last

public static MDRRuleGroupInstance fetchByGroupId_Last(long groupId,
                                                       OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?.

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

findByGroupId_PrevAndNext

public static MDRRuleGroupInstance[] findByGroupId_PrevAndNext(long ruleGroupInstanceId,
                                                               long groupId,
                                                               OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                        throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.

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

filterFindByGroupId

public static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId)
Returns all the m d r rule group instances that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching m d r rule group instances that the user has permission to view

filterFindByGroupId

public static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId,
                                                             int start,
                                                             int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances that the user has permission to view

filterFindByGroupId

public static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId,
                                                             int start,
                                                             int end,
                                                             OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances that the user has permission to view

filterFindByGroupId_PrevAndNext

public static MDRRuleGroupInstance[] filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId,
                                                                     long groupId,
                                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                              throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.

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

removeByGroupId

public static void removeByGroupId(long groupId)
Removes all the m d r rule group instances where groupId = ? from the database.

Parameters:
groupId - the group ID

countByGroupId

public static int countByGroupId(long groupId)
Returns the number of m d r rule group instances where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching m d r rule group instances

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching m d r rule group instances that the user has permission to view

findByRuleGroupId

public static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId)
Returns all the m d r rule group instances where ruleGroupId = ?.

Parameters:
ruleGroupId - the rule group ID
Returns:
the matching m d r rule group instances

findByRuleGroupId

public static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId,
                                                           int start,
                                                           int end)
Returns a range of all the m d r rule group instances where ruleGroupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
ruleGroupId - the rule group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByRuleGroupId

public static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId,
                                                           int start,
                                                           int end,
                                                           OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
ruleGroupId - the rule group ID
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByRuleGroupId_First

public static MDRRuleGroupInstance findByRuleGroupId_First(long ruleGroupId,
                                                           OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                    throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.

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

fetchByRuleGroupId_First

public static MDRRuleGroupInstance fetchByRuleGroupId_First(long ruleGroupId,
                                                            OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.

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

findByRuleGroupId_Last

public static MDRRuleGroupInstance findByRuleGroupId_Last(long ruleGroupId,
                                                          OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                   throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.

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

fetchByRuleGroupId_Last

public static MDRRuleGroupInstance fetchByRuleGroupId_Last(long ruleGroupId,
                                                           OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.

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

findByRuleGroupId_PrevAndNext

public static MDRRuleGroupInstance[] findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId,
                                                                   long ruleGroupId,
                                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                            throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.

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

removeByRuleGroupId

public static void removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rule group instances where ruleGroupId = ? from the database.

Parameters:
ruleGroupId - the rule group ID

countByRuleGroupId

public static int countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rule group instances where ruleGroupId = ?.

Parameters:
ruleGroupId - the rule group ID
Returns:
the number of matching m d r rule group instances

findByC_C

public static List<MDRRuleGroupInstance> findByC_C(long classNameId,
                                                   long classPK)
Returns all the m d r rule group instances where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching m d r rule group instances

findByC_C

public static List<MDRRuleGroupInstance> findByC_C(long classNameId,
                                                   long classPK,
                                                   int start,
                                                   int end)
Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByC_C

public static List<MDRRuleGroupInstance> findByC_C(long classNameId,
                                                   long classPK,
                                                   int start,
                                                   int end,
                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByC_C_First

public static MDRRuleGroupInstance findByC_C_First(long classNameId,
                                                   long classPK,
                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                            throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByC_C_First

public static MDRRuleGroupInstance fetchByC_C_First(long classNameId,
                                                    long classPK,
                                                    OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.

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

findByC_C_Last

public static MDRRuleGroupInstance findByC_C_Last(long classNameId,
                                                  long classPK,
                                                  OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                           throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByC_C_Last

public static MDRRuleGroupInstance fetchByC_C_Last(long classNameId,
                                                   long classPK,
                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.

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

findByC_C_PrevAndNext

public static MDRRuleGroupInstance[] findByC_C_PrevAndNext(long ruleGroupInstanceId,
                                                           long classNameId,
                                                           long classPK,
                                                           OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                    throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.

Parameters:
ruleGroupInstanceId - the primary key of the current m d r rule group instance
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

removeByC_C

public static void removeByC_C(long classNameId,
                               long classPK)
Removes all the m d r rule group instances where classNameId = ? and classPK = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching m d r rule group instances

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK)
Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
Returns:
the matching m d r rule group instances

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     int start,
                                                     int end)
Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances

findByG_C_C_First

public static MDRRuleGroupInstance findByG_C_C_First(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                              throws NoSuchRuleGroupInstanceException
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByG_C_C_First

public static MDRRuleGroupInstance fetchByG_C_C_First(long groupId,
                                                      long classNameId,
                                                      long classPK,
                                                      OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching m d r rule group instance, or null if a matching m d r rule group instance could not be found

findByG_C_C_Last

public static MDRRuleGroupInstance findByG_C_C_Last(long groupId,
                                                    long classNameId,
                                                    long classPK,
                                                    OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                             throws NoSuchRuleGroupInstanceException
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByG_C_C_Last

public static MDRRuleGroupInstance fetchByG_C_C_Last(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching m d r rule group instance, or null if a matching m d r rule group instance could not be found

findByG_C_C_PrevAndNext

public static MDRRuleGroupInstance[] findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
                                                             long groupId,
                                                             long classNameId,
                                                             long classPK,
                                                             OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                      throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
ruleGroupInstanceId - the primary key of the current m d r rule group instance
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK)
Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
Returns:
the matching m d r rule group instances that the user has permission to view

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK,
                                                           int start,
                                                           int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of matching m d r rule group instances that the user has permission to view

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK,
                                                           int start,
                                                           int end,
                                                           OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.

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 MDRRuleGroupInstanceModelImpl. 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:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of m d r rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rule group instances that the user has permission to view

filterFindByG_C_C_PrevAndNext

public static MDRRuleGroupInstance[] filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
                                                                   long groupId,
                                                                   long classNameId,
                                                                   long classPK,
                                                                   OrderByComparator<MDRRuleGroupInstance> orderByComparator)
                                                            throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
ruleGroupInstanceId - the primary key of the current m d r rule group instance
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

removeByG_C_C

public static void removeByG_C_C(long groupId,
                                 long classNameId,
                                 long classPK)
Removes all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ? from the database.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k

countByG_C_C

public static int countByG_C_C(long groupId,
                               long classNameId,
                               long classPK)
Returns the number of m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching m d r rule group instances

filterCountByG_C_C

public static int filterCountByG_C_C(long groupId,
                                     long classNameId,
                                     long classPK)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.

Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching m d r rule group instances that the user has permission to view

findByC_C_R

public static MDRRuleGroupInstance findByC_C_R(long classNameId,
                                               long classPK,
                                               long ruleGroupId)
                                        throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.

Parameters:
classNameId - the class name ID
classPK - the class p k
ruleGroupId - the rule group ID
Returns:
the matching m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a matching m d r rule group instance could not be found

fetchByC_C_R

public static MDRRuleGroupInstance fetchByC_C_R(long classNameId,
                                                long classPK,
                                                long ruleGroupId)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
classNameId - the class name ID
classPK - the class p k
ruleGroupId - the rule group ID
Returns:
the matching m d r rule group instance, or null if a matching m d r rule group instance could not be found

fetchByC_C_R

public static MDRRuleGroupInstance fetchByC_C_R(long classNameId,
                                                long classPK,
                                                long ruleGroupId,
                                                boolean retrieveFromCache)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
classNameId - the class name ID
classPK - the class p k
ruleGroupId - the rule group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching m d r rule group instance, or null if a matching m d r rule group instance could not be found

removeByC_C_R

public static MDRRuleGroupInstance removeByC_C_R(long classNameId,
                                                 long classPK,
                                                 long ruleGroupId)
                                          throws NoSuchRuleGroupInstanceException
Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k
ruleGroupId - the rule group ID
Returns:
the m d r rule group instance that was removed
Throws:
NoSuchRuleGroupInstanceException

countByC_C_R

public static int countByC_C_R(long classNameId,
                               long classPK,
                               long ruleGroupId)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ? and ruleGroupId = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
ruleGroupId - the rule group ID
Returns:
the number of matching m d r rule group instances

cacheResult

public static void cacheResult(MDRRuleGroupInstance mdrRuleGroupInstance)
Caches the m d r rule group instance in the entity cache if it is enabled.

Parameters:
mdrRuleGroupInstance - the m d r rule group instance

cacheResult

public static void cacheResult(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
Caches the m d r rule group instances in the entity cache if it is enabled.

Parameters:
mdrRuleGroupInstances - the m d r rule group instances

create

public static MDRRuleGroupInstance create(long ruleGroupInstanceId)
Creates a new m d r rule group instance with the primary key. Does not add the m d r rule group instance to the database.

Parameters:
ruleGroupInstanceId - the primary key for the new m d r rule group instance
Returns:
the new m d r rule group instance

remove

public static MDRRuleGroupInstance remove(long ruleGroupInstanceId)
                                   throws NoSuchRuleGroupInstanceException
Removes the m d r rule group instance with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
ruleGroupInstanceId - the primary key of the m d r rule group instance
Returns:
the m d r rule group instance that was removed
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

updateImpl

public static MDRRuleGroupInstance updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance)

findByPrimaryKey

public static MDRRuleGroupInstance findByPrimaryKey(long ruleGroupInstanceId)
                                             throws NoSuchRuleGroupInstanceException
Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found.

Parameters:
ruleGroupInstanceId - the primary key of the m d r rule group instance
Returns:
the m d r rule group instance
Throws:
NoSuchRuleGroupInstanceException - if a m d r rule group instance with the primary key could not be found

fetchByPrimaryKey

public static MDRRuleGroupInstance fetchByPrimaryKey(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key or returns null if it could not be found.

Parameters:
ruleGroupInstanceId - the primary key of the m d r rule group instance
Returns:
the m d r rule group instance, or null if a m d r rule group instance with the primary key could not be found

fetchByPrimaryKeys

public static Map<Serializable,MDRRuleGroupInstance> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

findAll

public static List<MDRRuleGroupInstance> findAll()
Returns all the m d r rule group instances.

Returns:
the m d r rule group instances

findAll

public static List<MDRRuleGroupInstance> findAll(int start,
                                                 int end)
Returns a range of all the m d r rule group instances.

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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
Returns:
the range of m d r rule group instances

findAll

public static List<MDRRuleGroupInstance> findAll(int start,
                                                 int end,
                                                 OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances.

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 MDRRuleGroupInstanceModelImpl. 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 rule group instances
end - the upper bound of the range of m d r rule group instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of m d r rule group instances

removeAll

public static void removeAll()
Removes all the m d r rule group instances from the database.


countAll

public static int countAll()
Returns the number of m d r rule group instances.

Returns:
the number of m d r rule group instances

getPersistence

public static MDRRuleGroupInstancePersistence getPersistence()

setPersistence

@Deprecated
public void setPersistence(MDRRuleGroupInstancePersistence persistence)
Deprecated. As of 6.2.0


Liferay 7.0-ce-m6