Liferay 6.2-ce-ga5

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 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, 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 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 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 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 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 orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance fetchByGroupId_Last(long groupId, OrderByComparator 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 MDRRuleGroupInstance fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator 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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
static MDRRuleGroupInstance findByC_C_First(long classNameId, long classPK, OrderByComparator 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance findByGroupId_Last(long groupId, OrderByComparator 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 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 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 orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance findByRuleGroupId_Last(long ruleGroupId, OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

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

findWithDynamicQuery

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

findWithDynamicQuery

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

update

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

update

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

findByUuid

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

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

findByUuid

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

findByUuid

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

findByUuid_First

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

fetchByUuid_First

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

findByUuid_Last

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

fetchByUuid_Last

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

findByUuid_PrevAndNext

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

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the m d r rule group instances 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 rule group instances where uuid = ?.

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

findByUUID_G

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

fetchByUUID_G

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

fetchByUUID_G

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

removeByUUID_G

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

countByUUID_G

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

findByUuid_C

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

findByUuid_C

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

findByUuid_C

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

findByUuid_C_First

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

fetchByUuid_C_First

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

findByUuid_C_Last

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

fetchByUuid_C_Last

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

findByUuid_C_PrevAndNext

public static MDRRuleGroupInstance[] findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
                                                              String uuid,
                                                              long companyId,
                                                              OrderByComparator orderByComparator)
                                                       throws SystemException,
                                                              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
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 rule group instances 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 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
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<MDRRuleGroupInstance> findByGroupId(long groupId)
                                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByGroupId

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

findByGroupId

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

findByGroupId_First

public static MDRRuleGroupInstance findByGroupId_First(long groupId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       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
SystemException - if a system exception occurred

fetchByGroupId_First

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

findByGroupId_Last

public static MDRRuleGroupInstance findByGroupId_Last(long groupId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      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
SystemException - if a system exception occurred

fetchByGroupId_Last

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

findByGroupId_PrevAndNext

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

filterFindByGroupId

public static List<MDRRuleGroupInstance> filterFindByGroupId(long groupId)
                                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

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

filterFindByGroupId

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

filterFindByGroupId_PrevAndNext

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

removeByGroupId

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

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

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

filterCountByGroupId

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

findByRuleGroupId

public static List<MDRRuleGroupInstance> findByRuleGroupId(long ruleGroupId)
                                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId

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

findByRuleGroupId

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

findByRuleGroupId_First

public static MDRRuleGroupInstance findByRuleGroupId_First(long ruleGroupId,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException,
                                                           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
SystemException - if a system exception occurred

fetchByRuleGroupId_First

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

findByRuleGroupId_Last

public static MDRRuleGroupInstance findByRuleGroupId_Last(long ruleGroupId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          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
SystemException - if a system exception occurred

fetchByRuleGroupId_Last

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

findByRuleGroupId_PrevAndNext

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

removeByRuleGroupId

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

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

countByRuleGroupId

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

findByC_C

public static List<MDRRuleGroupInstance> findByC_C(long classNameId,
                                                   long classPK)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C

public static List<MDRRuleGroupInstance> findByC_C(long classNameId,
                                                   long classPK,
                                                   int start,
                                                   int end)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C

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

findByC_C_First

public static MDRRuleGroupInstance findByC_C_First(long classNameId,
                                                   long classPK,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   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
SystemException - if a system exception occurred

fetchByC_C_First

public static MDRRuleGroupInstance fetchByC_C_First(long classNameId,
                                                    long classPK,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_Last

public static MDRRuleGroupInstance findByC_C_Last(long classNameId,
                                                  long classPK,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  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
SystemException - if a system exception occurred

fetchByC_C_Last

public static MDRRuleGroupInstance fetchByC_C_Last(long classNameId,
                                                   long classPK,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_PrevAndNext

public static MDRRuleGroupInstance[] findByC_C_PrevAndNext(long ruleGroupInstanceId,
                                                           long classNameId,
                                                           long classPK,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException,
                                                           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
SystemException - if a system exception occurred

removeByC_C

public static void removeByC_C(long classNameId,
                               long classPK)
                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK)
                                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     int start,
                                                     int end)
                                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C

public static List<MDRRuleGroupInstance> findByG_C_C(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     int start,
                                                     int end,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_First

public static MDRRuleGroupInstance findByG_C_C_First(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     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
SystemException - if a system exception occurred

fetchByG_C_C_First

public static MDRRuleGroupInstance fetchByG_C_C_First(long groupId,
                                                      long classNameId,
                                                      long classPK,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_Last

public static MDRRuleGroupInstance findByG_C_C_Last(long groupId,
                                                    long classNameId,
                                                    long classPK,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    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
SystemException - if a system exception occurred

fetchByG_C_C_Last

public static MDRRuleGroupInstance fetchByG_C_C_Last(long groupId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_PrevAndNext

public static MDRRuleGroupInstance[] findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
                                                             long groupId,
                                                             long classNameId,
                                                             long classPK,
                                                             OrderByComparator orderByComparator)
                                                      throws SystemException,
                                                             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
SystemException - if a system exception occurred

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK)
                                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK,
                                                           int start,
                                                           int end)
                                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByG_C_C

public static List<MDRRuleGroupInstance> filterFindByG_C_C(long groupId,
                                                           long classNameId,
                                                           long classPK,
                                                           int start,
                                                           int end,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByG_C_C_PrevAndNext

public static MDRRuleGroupInstance[] filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
                                                                   long groupId,
                                                                   long classNameId,
                                                                   long classPK,
                                                                   OrderByComparator orderByComparator)
                                                            throws SystemException,
                                                                   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
SystemException - if a system exception occurred

removeByG_C_C

public static void removeByG_C_C(long groupId,
                                 long classNameId,
                                 long classPK)
                          throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByG_C_C

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

filterCountByG_C_C

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

findByC_C_R

public static MDRRuleGroupInstance findByC_C_R(long classNameId,
                                               long classPK,
                                               long ruleGroupId)
                                        throws SystemException,
                                               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
SystemException - if a system exception occurred

fetchByC_C_R

public static MDRRuleGroupInstance fetchByC_C_R(long classNameId,
                                                long classPK,
                                                long ruleGroupId)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByC_C_R

public static MDRRuleGroupInstance fetchByC_C_R(long classNameId,
                                                long classPK,
                                                long ruleGroupId,
                                                boolean retrieveFromCache)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeByC_C_R

public static MDRRuleGroupInstance removeByC_C_R(long classNameId,
                                                 long classPK,
                                                 long ruleGroupId)
                                          throws SystemException,
                                                 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:
SystemException - if a system exception occurred
NoSuchRuleGroupInstanceException

countByC_C_R

public static int countByC_C_R(long classNameId,
                               long classPK,
                               long ruleGroupId)
                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

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 SystemException,
                                          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
SystemException - if a system exception occurred

updateImpl

public static MDRRuleGroupInstance updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
                                       throws SystemException
Throws:
SystemException

findByPrimaryKey

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

fetchByPrimaryKey

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

findAll

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

Returns:
the m d r rule group instances
Throws:
SystemException - if a system exception occurred

findAll

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

findAll

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

removeAll

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

Throws:
SystemException - if a system exception occurred

countAll

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

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

getPersistence

public static MDRRuleGroupInstancePersistence getPersistence()

setPersistence

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


Liferay 6.2-ce-ga5