Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.mobiledevicerules.NoSuchActionException

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 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 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[] 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 MDRActionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.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 MDRActionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.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[] MDRActionPersistence.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 = ?.
static MDRAction[] MDRActionUtil.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 = ?.
 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 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 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[] 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 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 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.
 


Liferay 6.2-ce-ga5