|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface MDRActionPersistence
The persistence interface for the m d r action service.
Caching information and settings can be found in portal.properties
MDRActionPersistenceImpl,
MDRActionUtil| Method Summary | |
|---|---|
void |
cacheResult(List<MDRAction> mdrActions)
Caches the m d r actions in the entity cache if it is enabled. |
void |
cacheResult(MDRAction mdrAction)
Caches the m d r action in the entity cache if it is enabled. |
int |
countAll()
Returns the number of m d r actions. |
int |
countByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns the number of m d r actions where ruleGroupInstanceId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of m d r actions where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of m d r actions where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of m d r actions where uuid = ?. |
MDRAction |
create(long actionId)
Creates a new m d r action with the primary key. |
MDRAction |
fetchByPrimaryKey(long actionId)
Returns the m d r action with the primary key or returns null if it could not be found. |
MDRAction |
fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
fetchByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRAction |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRAction |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
List<MDRAction> |
findAll()
Returns all the m d r actions. |
List<MDRAction> |
findAll(int start,
int end)
Returns a range of all the m d r actions. |
List<MDRAction> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions. |
MDRAction |
findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
MDRAction |
findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction[] |
findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?. |
List<MDRAction> |
findByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end)
Returns a range of all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?. |
MDRAction |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction[] |
findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?. |
List<MDRAction> |
findByUuid_C(String uuid,
long companyId)
Returns all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?. |
MDRAction |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
findByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found. |
MDRAction |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction[] |
findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?. |
List<MDRAction> |
findByUuid(String uuid)
Returns all the m d r actions where uuid = ?. |
List<MDRAction> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r actions where uuid = ?. |
List<MDRAction> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?. |
MDRAction |
remove(long actionId)
Removes the m d r action with the primary key from the database. |
void |
removeAll()
Removes all the m d r actions from the database. |
void |
removeByRuleGroupInstanceId(long ruleGroupInstanceId)
Removes all the m d r actions where ruleGroupInstanceId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the m d r actions where uuid = ? and companyId = ? from the database. |
MDRAction |
removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the m d r actions where uuid = ? from the database. |
MDRAction |
updateImpl(MDRAction mdrAction)
|
| 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<MDRAction> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (not inclusive)
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRAction findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction[] findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
actionId - the primary key of the current m d r actionuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a m d r action 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
MDRAction findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchActionException
NoSuchActionException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchActionException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchActionException
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
List<MDRAction> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (not inclusive)
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRAction findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction 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 action could not be found
SystemException - if a system exception occurred
MDRAction[] findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
actionId - the primary key of the current m d r actionuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a m d r action 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<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId)
throws SystemException
ruleGroupInstanceId - the rule group instance ID
SystemException - if a system exception occurred
List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
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 MDRActionModelImpl. 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.
ruleGroupInstanceId - the rule group instance IDstart - the lower bound of the range of m d r actionsend - the upper bound of the range of m d r actions (not inclusive)
SystemException - if a system exception occurred
List<MDRAction> findByRuleGroupInstanceId(long ruleGroupInstanceId,
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 MDRActionModelImpl. 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.
ruleGroupInstanceId - the rule group instance IDstart - the lower bound of the range of m d r actionsend - the upper bound of the range of m d r actions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MDRAction findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
ruleGroupInstanceId - the rule group instance IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
throws SystemException
ruleGroupInstanceId - the rule group instance IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
ruleGroupInstanceId - the rule group instance IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
throws SystemException
ruleGroupInstanceId - the rule group instance IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r action could not be found
SystemException - if a system exception occurred
MDRAction[] findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActionException
actionId - the primary key of the current m d r actionruleGroupInstanceId - the rule group instance IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActionException - if a m d r action with the primary key could not be found
SystemException - if a system exception occurred
void removeByRuleGroupInstanceId(long ruleGroupInstanceId)
throws SystemException
ruleGroupInstanceId - the rule group instance ID
SystemException - if a system exception occurred
int countByRuleGroupInstanceId(long ruleGroupInstanceId)
throws SystemException
ruleGroupInstanceId - the rule group instance ID
SystemException - if a system exception occurredvoid cacheResult(MDRAction mdrAction)
mdrAction - the m d r actionvoid cacheResult(List<MDRAction> mdrActions)
mdrActions - the m d r actionsMDRAction create(long actionId)
actionId - the primary key for the new m d r action
MDRAction remove(long actionId)
throws SystemException,
NoSuchActionException
actionId - the primary key of the m d r action
NoSuchActionException - if a m d r action with the primary key could not be found
SystemException - if a system exception occurred
MDRAction updateImpl(MDRAction mdrAction)
throws SystemException
SystemException
MDRAction findByPrimaryKey(long actionId)
throws SystemException,
NoSuchActionException
NoSuchActionException if it could not be found.
actionId - the primary key of the m d r action
NoSuchActionException - if a m d r action with the primary key could not be found
SystemException - if a system exception occurred
MDRAction fetchByPrimaryKey(long actionId)
throws SystemException
null if it could not be found.
actionId - the primary key of the m d r action
null if a m d r action with the primary key could not be found
SystemException - if a system exception occurred
List<MDRAction> findAll()
throws SystemException
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (not inclusive)
SystemException - if a system exception occurred
List<MDRAction> 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 MDRActionModelImpl. 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 actionsend - the upper bound of the range of m d r actions (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-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||