Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that throw NoSuchRuleGroupException
 MDRRuleGroup[] MDRRuleGroupPersistence.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group with the primary key or throws a NoSuchModelException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
static MDRRuleGroup MDRRuleGroupUtil.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
static MDRRuleGroup MDRRuleGroupUtil.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5