|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchActionException | |
---|---|
com.liferay.portlet.mobiledevicerules.service.persistence |
Uses of NoSuchActionException in com.liferay.portlet.mobiledevicerules.service.persistence |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence that throw NoSuchActionException | |
---|---|
MDRAction |
MDRActionPersistence.findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
static MDRAction |
MDRActionUtil.findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
MDRAction |
MDRActionPersistenceImpl.findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistenceImpl.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistenceImpl.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction[] |
MDRActionPersistence.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 = ?. |
static MDRAction[] |
MDRActionUtil.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 = ?. |
MDRAction[] |
MDRActionPersistenceImpl.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 = ?. |
MDRAction |
MDRActionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.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. |
static MDRAction |
MDRActionUtil.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 |
MDRActionPersistenceImpl.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 |
MDRActionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction[] |
MDRActionPersistence.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 = ?. |
static MDRAction[] |
MDRActionUtil.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 = ?. |
MDRAction[] |
MDRActionPersistenceImpl.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 = ?. |
MDRAction |
MDRActionPersistence.remove(long actionId)
Removes the m d r action with the primary key from the database. |
static MDRAction |
MDRActionUtil.remove(long actionId)
Removes the m d r action with the primary key from the database. |
MDRAction |
MDRActionPersistenceImpl.remove(long actionId)
Removes the m d r action with the primary key from the database. |
MDRAction |
MDRActionPersistenceImpl.remove(Serializable primaryKey)
Removes the m d r action with the primary key from the database. |
MDRAction |
MDRActionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
static MDRAction |
MDRActionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
MDRAction |
MDRActionPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |