|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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.findByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found. |
MDRRule |
MDRRulePersistenceImpl.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.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistenceImpl.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first 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_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistenceImpl.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last 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.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[] |
MDRRulePersistenceImpl.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.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
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_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 |
MDRRulePersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last 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.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[] |
MDRRulePersistenceImpl.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.remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
static MDRRule |
MDRRuleUtil.remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
MDRRule |
MDRRulePersistenceImpl.remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
MDRRule |
MDRRulePersistenceImpl.remove(Serializable primaryKey)
Removes the m d r rule with the primary key from the database. |
MDRRule |
MDRRulePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? 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 |
MDRRulePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |