|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MDRRule in com.liferay.portal.kernel.mobile.device.rulegroup.rule |
---|
Methods in com.liferay.portal.kernel.mobile.device.rulegroup.rule with parameters of type MDRRule | |
---|---|
boolean |
RuleHandler.evaluateRule(MDRRule mdrRule,
ThemeDisplay themeDisplay)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.model |
---|
Classes in com.liferay.portlet.mobiledevicerules.model that implement MDRRule | |
---|---|
class |
MDRRuleWrapper
This class is a wrapper for MDRRule . |
Methods in com.liferay.portlet.mobiledevicerules.model that return MDRRule | |
---|---|
MDRRule |
MDRRuleWrapper.getWrappedMDRRule()
Deprecated. As of 6.1.0, replaced by MDRRuleWrapper.getWrappedModel() |
MDRRule |
MDRRuleWrapper.getWrappedModel()
|
MDRRule |
MDRRuleModel.toEscapedModel()
|
MDRRule |
MDRRuleWrapper.toEscapedModel()
|
MDRRule |
MDRRuleModel.toUnescapedModel()
|
MDRRule |
MDRRuleWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.mobiledevicerules.model that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRuleGroup.getRules()
|
List<MDRRule> |
MDRRuleGroupWrapper.getRules()
|
CacheModel<MDRRule> |
MDRRuleModel.toCacheModel()
|
CacheModel<MDRRule> |
MDRRuleWrapper.toCacheModel()
|
Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRule | |
---|---|
int |
MDRRuleModel.compareTo(MDRRule mdrRule)
|
int |
MDRRuleWrapper.compareTo(MDRRule mdrRule)
|
static MDRRuleSoap |
MDRRuleSoap.toSoapModel(MDRRule model)
|
static MDRRuleSoap[] |
MDRRuleSoap.toSoapModels(MDRRule[] models)
|
static MDRRuleSoap[][] |
MDRRuleSoap.toSoapModels(MDRRule[][] models)
|
Method parameters in com.liferay.portlet.mobiledevicerules.model with type arguments of type MDRRule | |
---|---|
static MDRRuleSoap[] |
MDRRuleSoap.toSoapModels(List<MDRRule> models)
|
Constructors in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRule | |
---|---|
MDRRuleWrapper(MDRRule mdrRule)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.service |
---|
Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRule | |
---|---|
MDRRule |
MDRRuleLocalServiceWrapper.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalService.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
static MDRRule |
MDRRuleLocalServiceUtil.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.createMDRRule(long ruleId)
Creates a new m d r rule with the primary key. |
MDRRule |
MDRRuleLocalService.createMDRRule(long ruleId)
Creates a new m d r rule with the primary key. |
static MDRRule |
MDRRuleLocalServiceUtil.createMDRRule(long ruleId)
Creates a new m d r rule with the primary key. |
MDRRule |
MDRRuleLocalServiceWrapper.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
MDRRule |
MDRRuleLocalService.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
static MDRRule |
MDRRuleLocalServiceUtil.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
MDRRule |
MDRRuleLocalServiceWrapper.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalService.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
static MDRRule |
MDRRuleLocalServiceUtil.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalServiceWrapper.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchMDRRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
MDRRule |
MDRRuleLocalService.fetchMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
static MDRRule |
MDRRuleLocalServiceUtil.fetchMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
MDRRule |
MDRRuleLocalServiceWrapper.fetchMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
MDRRule |
MDRRuleLocalService.fetchMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
static MDRRule |
MDRRuleLocalServiceUtil.fetchMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
MDRRule |
MDRRuleServiceWrapper.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchRule(long ruleId)
|
MDRRule |
MDRRuleService.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
MDRRule |
MDRRuleLocalService.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
MDRRule |
MDRRuleLocalService.getMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRuleByUuidAndCompanyId(String uuid,
long companyId)
Returns the m d r rule with the matching UUID and company. |
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
MDRRule |
MDRRuleLocalService.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule matching the UUID and group. |
MDRRule |
MDRRuleServiceWrapper.getRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.getRule(long ruleId)
|
MDRRule |
MDRRuleService.getRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalService.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
static MDRRule |
MDRRuleLocalServiceUtil.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.mobiledevicerules.service that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRuleLocalService.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
static List<MDRRule> |
MDRRuleLocalServiceUtil.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId)
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId,
int start,
int end)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId,
int start,
int end)
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getRules(long ruleGroupId,
int start,
int end)
|
Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRule | |
---|---|
MDRRule |
MDRRuleLocalServiceWrapper.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalService.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
static MDRRule |
MDRRuleLocalServiceUtil.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalService.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
static MDRRule |
MDRRuleLocalServiceUtil.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
void |
MDRRuleLocalServiceWrapper.deleteRule(MDRRule rule)
|
void |
MDRRuleLocalService.deleteRule(MDRRule rule)
|
static void |
MDRRuleLocalServiceUtil.deleteRule(MDRRule rule)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalService.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
static MDRRule |
MDRRuleLocalServiceUtil.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.service.persistence |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRule | |
---|---|
static MDRRule |
MDRRuleUtil.create(long ruleId)
Creates a new m d r rule with the primary key. |
MDRRule |
MDRRulePersistence.create(long ruleId)
Creates a new m d r rule with the primary key. |
static MDRRule |
MDRRuleUtil.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
MDRRule |
MDRRulePersistence.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRRule |
MDRRulePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRRule |
MDRRuleUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRRule |
MDRRulePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRule |
MDRRuleUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
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. |
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleUtil.updateImpl(MDRRule mdrRule)
|
MDRRule |
MDRRulePersistence.updateImpl(MDRRule mdrRule)
|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRRule | |
---|---|
static List<MDRRule> |
MDRRuleUtil.findAll()
Returns all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll()
Returns all the m d r rules. |
static List<MDRRule> |
MDRRuleUtil.findAll(int start,
int end)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll(int start,
int end)
Returns a range of all the m d r rules. |
static List<MDRRule> |
MDRRuleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRule | |
---|---|
static void |
MDRRuleUtil.cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
void |
MDRRulePersistence.cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
static void |
MDRRuleUtil.clearCache(MDRRule mdrRule)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleUtil.updateImpl(MDRRule mdrRule)
|
MDRRule |
MDRRulePersistence.updateImpl(MDRRule mdrRule)
|
Method parameters in com.liferay.portlet.mobiledevicerules.service.persistence with type arguments of type MDRRule | |
---|---|
static void |
MDRRuleUtil.cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
void |
MDRRulePersistence.cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |