|
Liferay 6.1.2-ce-ga3 | |||||||||
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.portal.mobile.device.rulegroup |
---|
Methods in com.liferay.portal.mobile.device.rulegroup with parameters of type MDRRule | |
---|---|
protected boolean |
DefaultRuleGroupProcessorImpl.evaluateRule(MDRRule rule,
ThemeDisplay themeDisplay)
|
Uses of MDRRule in com.liferay.portal.mobile.device.rulegroup.rule.impl |
---|
Methods in com.liferay.portal.mobile.device.rulegroup.rule.impl with parameters of type MDRRule | |
---|---|
boolean |
SimpleRuleHandler.evaluateRule(MDRRule mdrRule,
ThemeDisplay themeDisplay)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.lar |
---|
Methods in com.liferay.portlet.mobiledevicerules.lar with parameters of type MDRRule | |
---|---|
protected void |
MDRPortletDataHandlerImpl.exportRule(PortletDataContext portletDataContext,
Element rulesElement,
MDRRule rule)
|
protected String |
MDRPortletDataHandlerImpl.getRulePath(PortletDataContext portletDataContext,
MDRRule rule)
|
protected void |
MDRPortletDataHandlerImpl.importRule(PortletDataContext portletDataContext,
Element ruleElement,
MDRRuleGroup ruleGroup,
MDRRule rule)
|
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. Renamed to 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.model.impl |
---|
Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement MDRRule | |
---|---|
class |
MDRRuleBaseImpl
The extended model base implementation for the MDRRule service. |
class |
MDRRuleImpl
|
Methods in com.liferay.portlet.mobiledevicerules.model.impl that return MDRRule | |
---|---|
MDRRule |
MDRRuleCacheModel.toEntityModel()
|
MDRRule |
MDRRuleModelImpl.toEscapedModel()
|
static MDRRule |
MDRRuleModelImpl.toModel(MDRRuleSoap soapModel)
Converts the soap model instance into a normal model instance. |
MDRRule |
MDRRuleModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.mobiledevicerules.model.impl that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRuleGroupImpl.getRules()
|
CacheModel<MDRRule> |
MDRRuleModelImpl.toCacheModel()
|
static List<MDRRule> |
MDRRuleModelImpl.toModels(MDRRuleSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.mobiledevicerules.model.impl with parameters of type MDRRule | |
---|---|
int |
MDRRuleModelImpl.compareTo(MDRRule mdrRule)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.service |
---|
Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRule | |
---|---|
static MDRRule |
MDRRuleLocalServiceUtil.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
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.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)
|
MDRRule |
MDRRuleServiceWrapper.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,
UnicodeProperties typeSettingsProperties,
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)
|
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(MDRRule rule,
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.createMDRRule(long ruleId)
Creates a new m d r rule with the primary key. |
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.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
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(MDRRule mdrRule)
Deletes the m d r rule 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.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchMDRRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchRule(long ruleId)
|
MDRRule |
MDRRuleService.fetchRule(long ruleId)
|
MDRRule |
MDRRuleServiceWrapper.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
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.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
MDRRule |
MDRRuleLocalService.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
static MDRRule |
MDRRuleLocalServiceUtil.getRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.getRule(long ruleId)
|
MDRRule |
MDRRuleService.getRule(long ruleId)
|
MDRRule |
MDRRuleServiceWrapper.getRule(long ruleId)
|
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 |
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,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalServiceWrapper.updateMDRRule(MDRRule mdrRule,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalService.updateMDRRule(MDRRule mdrRule,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
static MDRRule |
MDRRuleLocalServiceUtil.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)
|
MDRRule |
MDRRuleServiceWrapper.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,
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)
|
MDRRule |
MDRRuleServiceWrapper.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 | |
---|---|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
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.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId)
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getRules(long ruleGroupId,
int start,
int end)
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId,
int start,
int end)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId,
int start,
int end)
|
Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRule | |
---|---|
static MDRRule |
MDRRuleLocalServiceUtil.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
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.copyRule(MDRRule rule,
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.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule 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 void |
MDRRuleLocalServiceUtil.deleteRule(MDRRule rule)
|
void |
MDRRuleLocalServiceWrapper.deleteRule(MDRRule rule)
|
void |
MDRRuleLocalService.deleteRule(MDRRule rule)
|
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 |
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,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalServiceWrapper.updateMDRRule(MDRRule mdrRule,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalService.updateMDRRule(MDRRule mdrRule,
boolean merge)
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.base |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRule | |
---|---|
MDRRule |
MDRRuleLocalServiceBaseImpl.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalServiceBaseImpl.createMDRRule(long ruleId)
Creates a new m d r rule with the primary key. |
MDRRule |
MDRRuleLocalServiceBaseImpl.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
MDRRule |
MDRRuleLocalServiceBaseImpl.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalServiceBaseImpl.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceBaseImpl.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
MDRRule |
MDRRuleLocalServiceBaseImpl.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
MDRRule |
MDRRuleLocalServiceBaseImpl.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalServiceBaseImpl.updateMDRRule(MDRRule mdrRule,
boolean merge)
Updates the m d r rule in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.mobiledevicerules.service.base that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRuleLocalServiceBaseImpl.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRule | |
---|---|
MDRRule |
MDRRuleLocalServiceBaseImpl.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalServiceBaseImpl.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalServiceBaseImpl.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalServiceBaseImpl.updateMDRRule(MDRRule mdrRule,
boolean merge)
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.http |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRRule | |
---|---|
static MDRRule |
MDRRuleServiceHttp.addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceHttp.addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceHttp.fetchRule(HttpPrincipal httpPrincipal,
long ruleId)
|
static MDRRule |
MDRRuleServiceHttp.getRule(HttpPrincipal httpPrincipal,
long ruleId)
|
static MDRRule |
MDRRuleServiceHttp.updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceHttp.updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.service.impl |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.impl that return MDRRule | |
---|---|
MDRRule |
MDRRuleServiceImpl.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceImpl.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceImpl.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceImpl.fetchRule(long ruleId)
|
MDRRule |
MDRRuleServiceImpl.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceImpl.getRule(long ruleId)
|
MDRRule |
MDRRuleServiceImpl.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceImpl.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceImpl.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.mobiledevicerules.service.impl that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRuleLocalServiceImpl.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalServiceImpl.getRules(long ruleGroupId,
int start,
int end)
|
Methods in com.liferay.portlet.mobiledevicerules.service.impl with parameters of type MDRRule | |
---|---|
MDRRule |
MDRRuleLocalServiceImpl.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
void |
MDRRuleLocalServiceImpl.deleteRule(MDRRule rule)
|
Uses of MDRRule in com.liferay.portlet.mobiledevicerules.service.persistence |
---|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRule | |
---|---|
MDRRule |
MDRRulePersistence.create(long ruleId)
Creates a new m d r rule with the primary key. |
static MDRRule |
MDRRuleUtil.create(long ruleId)
Creates a new m d r rule with the primary key. |
MDRRule |
MDRRulePersistenceImpl.create(long ruleId)
Creates a new m d r rule with the primary key. |
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.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
MDRRule |
MDRRulePersistenceImpl.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
MDRRule |
MDRRulePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the m d r rule with the primary key or returns null if it could not be found. |
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_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistenceImpl.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first 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.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistenceImpl.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
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_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
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)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRRule |
MDRRulePersistenceImpl.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,
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_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 |
MDRRulePersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
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 |
MDRRulePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the m d r rule with the primary key or throws a NoSuchModelException 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 = ?. |
protected MDRRule |
MDRRulePersistenceImpl.getByRuleGroupId_PrevAndNext(Session session,
MDRRule mdrRule,
long ruleGroupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MDRRule |
MDRRulePersistenceImpl.getByUuid_PrevAndNext(Session session,
MDRRule mdrRule,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
protected MDRRule |
MDRRulePersistenceImpl.removeImpl(MDRRule mdrRule)
|
protected MDRRule |
MDRRulePersistenceImpl.toUnwrappedModel(MDRRule mdrRule)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
boolean merge)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
boolean merge,
ServiceContext serviceContext)
|
MDRRule |
MDRRulePersistence.updateImpl(MDRRule mdrRule,
boolean merge)
|
static MDRRule |
MDRRuleUtil.updateImpl(MDRRule mdrRule,
boolean merge)
|
MDRRule |
MDRRulePersistenceImpl.updateImpl(MDRRule mdrRule,
boolean merge)
|
Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRRule | |
---|---|
List<MDRRule> |
MDRRulePersistence.findAll()
Returns all the m d r rules. |
static List<MDRRule> |
MDRRuleUtil.findAll()
Returns all the m d r rules. |
List<MDRRule> |
MDRRulePersistenceImpl.findAll()
Returns 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)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistenceImpl.findAll(int start,
int end)
Returns a 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.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistenceImpl.findByRuleGroupId(long ruleGroupId)
Returns 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)
Returns a range of all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered 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> |
MDRRulePersistenceImpl.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.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistenceImpl.findByUuid(String uuid)
Returns 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)
Returns a range of all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered 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> |
MDRRulePersistenceImpl.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 | |
---|---|
void |
MDRRulePersistence.cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
static void |
MDRRuleUtil.cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
void |
MDRRulePersistenceImpl.cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
protected void |
MDRRulePersistenceImpl.cacheUniqueFindersCache(MDRRule mdrRule)
|
static void |
MDRRuleUtil.clearCache(MDRRule mdrRule)
|
void |
MDRRulePersistenceImpl.clearCache(MDRRule mdrRule)
Clears the cache for the m d r rule. |
protected void |
MDRRulePersistenceImpl.clearUniqueFindersCache(MDRRule mdrRule)
|
protected MDRRule |
MDRRulePersistenceImpl.getByRuleGroupId_PrevAndNext(Session session,
MDRRule mdrRule,
long ruleGroupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MDRRule |
MDRRulePersistenceImpl.getByUuid_PrevAndNext(Session session,
MDRRule mdrRule,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected MDRRule |
MDRRulePersistenceImpl.removeImpl(MDRRule mdrRule)
|
protected MDRRule |
MDRRulePersistenceImpl.toUnwrappedModel(MDRRule mdrRule)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
boolean merge)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
boolean merge,
ServiceContext serviceContext)
|
MDRRule |
MDRRulePersistence.updateImpl(MDRRule mdrRule,
boolean merge)
|
static MDRRule |
MDRRuleUtil.updateImpl(MDRRule mdrRule,
boolean merge)
|
MDRRule |
MDRRulePersistenceImpl.updateImpl(MDRRule mdrRule,
boolean merge)
|
Method parameters in com.liferay.portlet.mobiledevicerules.service.persistence with type arguments of type MDRRule | |
---|---|
void |
MDRRulePersistence.cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
static void |
MDRRuleUtil.cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
void |
MDRRulePersistenceImpl.cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
void |
MDRRulePersistenceImpl.clearCache(List<MDRRule> mdrRules)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |