Liferay 6.2-ce-ga5

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

Packages that use NoSuchRuleException
com.liferay.portlet.mobiledevicerules.service.persistence   
 

Uses of NoSuchRuleException in com.liferay.portlet.mobiledevicerules.service.persistence
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that throw NoSuchRuleException
static MDRRule MDRRuleUtil.findByPrimaryKey(long ruleId)
          Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found.
 MDRRule MDRRulePersistence.findByPrimaryKey(long ruleId)
          Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found.
static MDRRule MDRRuleUtil.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
static MDRRule MDRRuleUtil.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
static MDRRule[] MDRRuleUtil.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 = ?.
 MDRRule[] MDRRulePersistence.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 = ?.
static MDRRule MDRRuleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRRule MDRRuleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRRule[] MDRRuleUtil.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 = ?.
 MDRRule[] MDRRulePersistence.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 = ?.
static MDRRule MDRRuleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
static MDRRule MDRRuleUtil.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 MDRRulePersistence.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.
static MDRRule MDRRuleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
static MDRRule[] MDRRuleUtil.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 = ?.
 MDRRule[] MDRRulePersistence.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 = ?.
static MDRRule MDRRuleUtil.remove(long ruleId)
          Removes the m d r rule with the primary key from the database.
 MDRRule MDRRulePersistence.remove(long ruleId)
          Removes the m d r rule with the primary key from the database.
static MDRRule MDRRuleUtil.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule where uuid = ? and groupId = ? from the database.
 MDRRule MDRRulePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5