Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<MDRRule>
      extended by com.liferay.portlet.mobiledevicerules.service.persistence.MDRRulePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<MDRRule>, MDRRulePersistence

public class MDRRulePersistenceImpl
extends BasePersistenceImpl<MDRRule>
implements MDRRulePersistence

The persistence implementation for the m d r rule service.

Caching information and settings can be found in portal.properties

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

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_RULEGROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RULEGROUPID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RULEGROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
protected  MDRActionPersistence mdrActionPersistence
           
protected  MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupPersistence mdrRuleGroupPersistence
           
protected  MDRRulePersistence mdrRulePersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
MDRRulePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the m d r rule persistence.
 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.
protected  void cacheUniqueFindersCache(MDRRule mdrRule)
           
 void clearCache()
          Clears the cache for all m d r rules.
 void clearCache(List<MDRRule> mdrRules)
          Clears the cache for a List instances of this model.
 void clearCache(MDRRule mdrRule)
          Clears the cache for the m d r rule.
protected  void clearUniqueFindersCache(MDRRule mdrRule)
           
 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_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.
 void destroy()
           
 MDRRule fetchByPrimaryKey(long ruleId)
          Returns the m d r rule with the primary key or returns null if it could not be found.
 MDRRule fetchByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule with the primary key or returns null if it could not be found.
 MDRRule fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule fetchByUuid_First(String uuid, OrderByComparator 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 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 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 findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule with the primary key or throws a NoSuchModelException if it could not be found.
 MDRRule findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule[] findByRuleGroupId_PrevAndNext(long ruleId, long ruleGroupId, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the m d r rules where ruleGroupId = ?.
 MDRRule findByUuid_First(String uuid, OrderByComparator 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 orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
 MDRRule[] findByUuid_PrevAndNext(long ruleId, String uuid, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the m d r rules where uuid = ?.
protected  MDRRule getByRuleGroupId_PrevAndNext(Session session, MDRRule mdrRule, long ruleGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRule getByUuid_PrevAndNext(Session session, MDRRule mdrRule, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 MDRRule remove(long ruleId)
          Removes the m d r rule with the primary key from the database.
 MDRRule remove(Serializable primaryKey)
          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.
 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.
protected  MDRRule removeImpl(MDRRule mdrRule)
          Removes the model instance from the database.
protected  MDRRule toUnwrappedModel(MDRRule mdrRule)
           
 MDRRule updateImpl(MDRRule mdrRule, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_RULEGROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RULEGROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RULEGROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RULEGROUPID

FINDER_PATH_COUNT_BY_RULEGROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_RULEGROUPID

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

mdrActionPersistence

@BeanReference(type=MDRActionPersistence.class)
protected MDRActionPersistence mdrActionPersistence

mdrRulePersistence

@BeanReference(type=MDRRulePersistence.class)
protected MDRRulePersistence mdrRulePersistence

mdrRuleGroupPersistence

@BeanReference(type=MDRRuleGroupPersistence.class)
protected MDRRuleGroupPersistence mdrRuleGroupPersistence

mdrRuleGroupInstancePersistence

@BeanReference(type=MDRRuleGroupInstancePersistence.class)
protected MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

MDRRulePersistenceImpl

public MDRRulePersistenceImpl()
Method Detail

cacheResult

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

Specified by:
cacheResult in interface MDRRulePersistence
Parameters:
mdrRule - the m d r rule

cacheResult

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

Specified by:
cacheResult in interface MDRRulePersistence
Parameters:
mdrRules - the m d r rules

clearCache

public void clearCache()
Clears the cache for all m d r rules.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MDRRule>
Overrides:
clearCache in class BasePersistenceImpl<MDRRule>

clearCache

public void clearCache(MDRRule mdrRule)
Clears the cache for the m d r rule.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MDRRule>
Overrides:
clearCache in class BasePersistenceImpl<MDRRule>
Parameters:
mdrRule - the instance of this model to clear the cache for

clearCache

public void clearCache(List<MDRRule> mdrRules)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MDRRule>
Overrides:
clearCache in class BasePersistenceImpl<MDRRule>
Parameters:
mdrRules - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(MDRRule mdrRule)

clearUniqueFindersCache

protected void clearUniqueFindersCache(MDRRule mdrRule)

create

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

Specified by:
create in interface MDRRulePersistence
Parameters:
ruleId - the primary key for the new m d r rule
Returns:
the new m d r rule

remove

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

Specified by:
remove in interface MDRRulePersistence
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
SystemException - if a system exception occurred

remove

public MDRRule remove(Serializable primaryKey)
               throws NoSuchRuleException,
                      SystemException
Removes the m d r rule with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<MDRRule>
Overrides:
remove in class BasePersistenceImpl<MDRRule>
Parameters:
primaryKey - 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
SystemException - if a system exception occurred

removeImpl

protected MDRRule removeImpl(MDRRule mdrRule)
                      throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<MDRRule>
Parameters:
mdrRule - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public MDRRule updateImpl(MDRRule mdrRule,
                          boolean merge)
                   throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface MDRRulePersistence
Overrides:
updateImpl in class BasePersistenceImpl<MDRRule>
Parameters:
mdrRule - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected MDRRule toUnwrappedModel(MDRRule mdrRule)

findByPrimaryKey

public MDRRule findByPrimaryKey(Serializable primaryKey)
                         throws NoSuchModelException,
                                SystemException
Returns the m d r rule with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<MDRRule>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<MDRRule>
Parameters:
primaryKey - the primary key of the m d r rule
Returns:
the m d r rule
Throws:
NoSuchModelException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

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

Specified by:
findByPrimaryKey in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByPrimaryKey

public MDRRule fetchByPrimaryKey(Serializable primaryKey)
                          throws SystemException
Returns the m d r rule with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<MDRRule>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<MDRRule>
Parameters:
primaryKey - 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
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

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

Specified by:
fetchByPrimaryKey in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByUuid

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

Specified by:
findByUuid in interface MDRRulePersistence
Parameters:
uuid - the uuid
Returns:
the matching m d r rules
Throws:
SystemException - if a system exception occurred

findByUuid

public List<MDRRule> findByUuid(String uuid,
                                int start,
                                int end)
                         throws SystemException
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.

Specified by:
findByUuid in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByUuid

public List<MDRRule> findByUuid(String uuid,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
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.

Specified by:
findByUuid in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByUuid_First

public MDRRule findByUuid_First(String uuid,
                                OrderByComparator orderByComparator)
                         throws NoSuchRuleException,
                                SystemException
Returns the first m d r rule in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByUuid_First

public MDRRule fetchByUuid_First(String uuid,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Returns the first m d r rule in the ordered set where uuid = ?.

Specified by:
fetchByUuid_First in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public MDRRule findByUuid_Last(String uuid,
                               OrderByComparator orderByComparator)
                        throws NoSuchRuleException,
                               SystemException
Returns the last m d r rule in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByUuid_Last

public MDRRule fetchByUuid_Last(String uuid,
                                OrderByComparator orderByComparator)
                         throws SystemException
Returns the last m d r rule in the ordered set where uuid = ?.

Specified by:
fetchByUuid_Last in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

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

Specified by:
findByUuid_PrevAndNext in interface MDRRulePersistence
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
SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected MDRRule getByUuid_PrevAndNext(Session session,
                                        MDRRule mdrRule,
                                        String uuid,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByUUID_G

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

Specified by:
findByUUID_G in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByUUID_G

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

Specified by:
fetchByUUID_G in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

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

Specified by:
fetchByUUID_G in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId

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

Specified by:
findByRuleGroupId in interface MDRRulePersistence
Parameters:
ruleGroupId - the rule group ID
Returns:
the matching m d r rules
Throws:
SystemException - if a system exception occurred

findByRuleGroupId

public List<MDRRule> findByRuleGroupId(long ruleGroupId,
                                       int start,
                                       int end)
                                throws SystemException
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.

Specified by:
findByRuleGroupId in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId

public List<MDRRule> findByRuleGroupId(long ruleGroupId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
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.

Specified by:
findByRuleGroupId in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId_First

public MDRRule findByRuleGroupId_First(long ruleGroupId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchRuleException,
                                       SystemException
Returns the first m d r rule in the ordered set where ruleGroupId = ?.

Specified by:
findByRuleGroupId_First in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByRuleGroupId_First

public MDRRule fetchByRuleGroupId_First(long ruleGroupId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the first m d r rule in the ordered set where ruleGroupId = ?.

Specified by:
fetchByRuleGroupId_First in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId_Last

public MDRRule findByRuleGroupId_Last(long ruleGroupId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchRuleException,
                                      SystemException
Returns the last m d r rule in the ordered set where ruleGroupId = ?.

Specified by:
findByRuleGroupId_Last in interface MDRRulePersistence
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
SystemException - if a system exception occurred

fetchByRuleGroupId_Last

public MDRRule fetchByRuleGroupId_Last(long ruleGroupId,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns the last m d r rule in the ordered set where ruleGroupId = ?.

Specified by:
fetchByRuleGroupId_Last in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findByRuleGroupId_PrevAndNext

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

Specified by:
findByRuleGroupId_PrevAndNext in interface MDRRulePersistence
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
SystemException - if a system exception occurred

getByRuleGroupId_PrevAndNext

protected MDRRule getByRuleGroupId_PrevAndNext(Session session,
                                               MDRRule mdrRule,
                                               long ruleGroupId,
                                               OrderByComparator orderByComparator,
                                               boolean previous)

findAll

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

Specified by:
findAll in interface MDRRulePersistence
Returns:
the m d r rules
Throws:
SystemException - if a system exception occurred

findAll

public List<MDRRule> findAll(int start,
                             int end)
                      throws SystemException
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.

Specified by:
findAll in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

findAll

public List<MDRRule> findAll(int start,
                             int end,
                             OrderByComparator orderByComparator)
                      throws SystemException
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.

Specified by:
findAll in interface MDRRulePersistence
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
Throws:
SystemException - if a system exception occurred

removeByUuid

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

Specified by:
removeByUuid in interface MDRRulePersistence
Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

removeByUUID_G

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

Specified by:
removeByUUID_G in interface MDRRulePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the m d r rule that was removed
Throws:
SystemException - if a system exception occurred
NoSuchRuleException

removeByRuleGroupId

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

Specified by:
removeByRuleGroupId in interface MDRRulePersistence
Parameters:
ruleGroupId - the rule group ID
Throws:
SystemException - if a system exception occurred

removeAll

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

Specified by:
removeAll in interface MDRRulePersistence
Throws:
SystemException - if a system exception occurred

countByUuid

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

Specified by:
countByUuid in interface MDRRulePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching m d r rules
Throws:
SystemException - if a system exception occurred

countByUUID_G

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

Specified by:
countByUUID_G in interface MDRRulePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching m d r rules
Throws:
SystemException - if a system exception occurred

countByRuleGroupId

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

Specified by:
countByRuleGroupId in interface MDRRulePersistence
Parameters:
ruleGroupId - the rule group ID
Returns:
the number of matching m d r rules
Throws:
SystemException - if a system exception occurred

countAll

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

Specified by:
countAll in interface MDRRulePersistence
Returns:
the number of m d r rules
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the m d r rule persistence.


destroy

public void destroy()

Liferay 6.1.2-ce-ga3