|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface MDRRulePersistence
The persistence interface for the m d r rule service.
Caching information and settings can be found in portal.properties
MDRRulePersistenceImpl,
MDRRuleUtil| Method Summary | |
|---|---|
abstract void |
cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
abstract void |
cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of m d r rules. |
abstract int |
countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rules where ruleGroupId = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rules where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rules where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of m d r rules where uuid = ?. |
abstract MDRRule |
create(long ruleId)
Creates a new m d r rule with the primary key. |
abstract MDRRule |
fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
abstract MDRRule |
fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
abstract MDRRule |
fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
abstract MDRRule |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
abstract MDRRule |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
abstract MDRRule |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
abstract 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. |
abstract 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. |
abstract MDRRule |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
abstract List<MDRRule> |
findAll()
Returns all the m d r rules. |
abstract List<MDRRule> |
findAll(int start,
int end)
Returns a range of all the m d r rules. |
abstract List<MDRRule> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
abstract MDRRule |
findByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found. |
abstract MDRRule |
findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
abstract MDRRule |
findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
abstract 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 = ?. |
abstract List<MDRRule> |
findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
abstract List<MDRRule> |
findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
abstract List<MDRRule> |
findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
abstract MDRRule |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
abstract MDRRule |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
abstract MDRRule[] |
findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
abstract List<MDRRule> |
findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
abstract 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 = ?. |
abstract List<MDRRule> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
abstract MDRRule |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
abstract 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. |
abstract MDRRule |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
abstract 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 = ?. |
abstract List<MDRRule> |
findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
abstract List<MDRRule> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
abstract List<MDRRule> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
abstract MDRRule |
remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
abstract void |
removeAll()
Removes all the m d r rules from the database. |
abstract void |
removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rules where ruleGroupId = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rules where uuid = ? and companyId = ? from the database. |
abstract MDRRule |
removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the m d r rules where uuid = ? from the database. |
abstract 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 |
|---|
List<MDRRule> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<MDRRule> findByUuid(String uuid,
int start,
int end)
throws SystemException
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.
uuid - the uuidstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
SystemException - if a system exception occurred
List<MDRRule> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
uuid - the uuidstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRRule findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule[] findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
ruleId - the primary key of the current m d r ruleuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
MDRRule findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchRuleException
NoSuchRuleException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchRuleException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchRuleException
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
List<MDRRule> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<MDRRule> findByUuid_C(String uuid,
long companyId,
int start,
int end)
throws SystemException
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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
SystemException - if a system exception occurred
List<MDRRule> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRRule findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule[] findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
ruleId - the primary key of the current m d r ruleuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int countByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<MDRRule> findByRuleGroupId(long ruleGroupId)
throws SystemException
ruleGroupId - the rule group ID
SystemException - if a system exception occurred
List<MDRRule> findByRuleGroupId(long ruleGroupId,
int start,
int end)
throws SystemException
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.
ruleGroupId - the rule group IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
SystemException - if a system exception occurred
List<MDRRule> findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
ruleGroupId - the rule group IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRRule findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
throws SystemException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
throws SystemException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
SystemException - if a system exception occurred
MDRRule[] findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRuleException
ruleId - the primary key of the current m d r ruleruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
void removeByRuleGroupId(long ruleGroupId)
throws SystemException
ruleGroupId - the rule group ID
SystemException - if a system exception occurred
int countByRuleGroupId(long ruleGroupId)
throws SystemException
ruleGroupId - the rule group ID
SystemException - if a system exception occurredvoid cacheResult(MDRRule mdrRule)
mdrRule - the m d r rulevoid cacheResult(List<MDRRule> mdrRules)
mdrRules - the m d r rulesMDRRule create(long ruleId)
ruleId - the primary key for the new m d r rule
MDRRule remove(long ruleId)
throws SystemException,
NoSuchRuleException
ruleId - the primary key of the m d r rule
NoSuchRuleException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
MDRRule updateImpl(MDRRule mdrRule)
throws SystemException
SystemException
MDRRule findByPrimaryKey(long ruleId)
throws SystemException,
NoSuchRuleException
NoSuchRuleException if it could not be found.
ruleId - the primary key of the m d r rule
NoSuchRuleException - if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
MDRRule fetchByPrimaryKey(long ruleId)
throws SystemException
null if it could not be found.
ruleId - the primary key of the m d r rule
null if a m d r rule with the primary key could not be found
SystemException - if a system exception occurred
List<MDRRule> findAll()
throws SystemException
SystemException - if a system exception occurred
List<MDRRule> findAll(int start,
int end)
throws SystemException
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.
start - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
SystemException - if a system exception occurred
List<MDRRule> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
start - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||