Liferay 7.0-ce-m6

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

All Superinterfaces:
BasePersistence<MDRRule>

@ProviderType
public interface MDRRulePersistence
extends BasePersistence<MDRRule>

The persistence interface for the m d r rule service.

Caching information and settings can be found in portal.properties

See Also:
com.liferay.portlet.mobiledevicerules.service.persistence.impl.MDRRulePersistenceImpl, MDRRuleUtil

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

Method Detail

findByUuid

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

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

findByUuid

List<MDRRule> findByUuid(String uuid,
                         int start,
                         int end)
Returns a range of all the m d r rules 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 MDRRuleModelImpl. 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 rules
end - the upper bound of the range of m d r rules (not inclusive)
Returns:
the range of matching m d r rules

findByUuid

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

findByUuid_First

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

fetchByUuid_First

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

findByUuid_Last

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

fetchByUuid_Last

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

findByUuid_PrevAndNext

MDRRule[] findByUuid_PrevAndNext(long ruleId,
                                 String uuid,
                                 OrderByComparator<MDRRule> orderByComparator)
                                 throws NoSuchRuleException
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?.

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

removeByUuid

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

Parameters:
uuid - the uuid

countByUuid

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

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

findByUUID_G

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

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

fetchByUUID_G

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

fetchByUUID_G

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

removeByUUID_G

MDRRule removeByUUID_G(String uuid,
                       long groupId)
                       throws NoSuchRuleException
Removes the m d r rule where uuid = ? and groupId = ? from the database.

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

countByUUID_G

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

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

findByUuid_C

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

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

findByUuid_C

List<MDRRule> findByUuid_C(String uuid,
                           long companyId,
                           int start,
                           int end)
Returns a range of all the m d r rules 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 MDRRuleModelImpl. 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 rules
end - the upper bound of the range of m d r rules (not inclusive)
Returns:
the range of matching m d r rules

findByUuid_C

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

findByUuid_C_First

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

fetchByUuid_C_First

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

findByUuid_C_Last

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

fetchByUuid_C_Last

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

findByUuid_C_PrevAndNext

MDRRule[] findByUuid_C_PrevAndNext(long ruleId,
                                   String uuid,
                                   long companyId,
                                   OrderByComparator<MDRRule> orderByComparator)
                                   throws NoSuchRuleException
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?.

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

removeByUuid_C

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

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

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

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

findByRuleGroupId

List<MDRRule> findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?.

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

findByRuleGroupId

List<MDRRule> findByRuleGroupId(long ruleGroupId,
                                int start,
                                int end)
Returns a range of all the m d r rules 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 MDRRuleModelImpl. 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 rules
end - the upper bound of the range of m d r rules (not inclusive)
Returns:
the range of matching m d r rules

findByRuleGroupId

List<MDRRule> findByRuleGroupId(long ruleGroupId,
                                int start,
                                int end,
                                OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules 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 MDRRuleModelImpl. 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 rules
end - the upper bound of the range of m d r rules (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching m d r rules

findByRuleGroupId_First

MDRRule findByRuleGroupId_First(long ruleGroupId,
                                OrderByComparator<MDRRule> orderByComparator)
                                throws NoSuchRuleException
Returns the first m d r rule 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
Throws:
NoSuchRuleException - if a matching m d r rule could not be found

fetchByRuleGroupId_First

MDRRule fetchByRuleGroupId_First(long ruleGroupId,
                                 OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule 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, or null if a matching m d r rule could not be found

findByRuleGroupId_Last

MDRRule findByRuleGroupId_Last(long ruleGroupId,
                               OrderByComparator<MDRRule> orderByComparator)
                               throws NoSuchRuleException
Returns the last m d r rule 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
Throws:
NoSuchRuleException - if a matching m d r rule could not be found

fetchByRuleGroupId_Last

MDRRule fetchByRuleGroupId_Last(long ruleGroupId,
                                OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule 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, or null if a matching m d r rule could not be found

findByRuleGroupId_PrevAndNext

MDRRule[] findByRuleGroupId_PrevAndNext(long ruleId,
                                        long ruleGroupId,
                                        OrderByComparator<MDRRule> orderByComparator)
                                        throws NoSuchRuleException
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?.

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

removeByRuleGroupId

void removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rules where ruleGroupId = ? from the database.

Parameters:
ruleGroupId - the rule group ID

countByRuleGroupId

int countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rules where ruleGroupId = ?.

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

cacheResult

void cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled.

Parameters:
mdrRule - the m d r rule

cacheResult

void cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled.

Parameters:
mdrRules - the m d r rules

create

MDRRule create(long ruleId)
Creates a new m d r rule with the primary key. Does not add the m d r rule to the database.

Parameters:
ruleId - the primary key for the new m d r rule
Returns:
the new m d r rule

remove

MDRRule remove(long ruleId)
               throws NoSuchRuleException
Removes the m d r rule with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
ruleId - the primary key of the m d r rule
Returns:
the m d r rule that was removed
Throws:
NoSuchRuleException - if a m d r rule with the primary key could not be found

updateImpl

MDRRule updateImpl(MDRRule mdrRule)

findByPrimaryKey

MDRRule findByPrimaryKey(long ruleId)
                         throws NoSuchRuleException
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found.

Parameters:
ruleId - the primary key of the m d r rule
Returns:
the m d r rule
Throws:
NoSuchRuleException - if a m d r rule with the primary key could not be found

fetchByPrimaryKey

MDRRule fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found.

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

fetchByPrimaryKeys

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

findAll

List<MDRRule> findAll()
Returns all the m d r rules.

Returns:
the m d r rules

findAll

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

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

findAll

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

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

removeAll

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


countAll

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

Returns:
the number of m d r rules

Liferay 7.0-ce-m6