com.liferay.portlet.mobiledevicerules.service.http
Class MDRRuleServiceHttp
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.http.MDRRuleServiceHttp
public class MDRRuleServiceHttp
- extends Object
This class provides a HTTP utility for the
MDRRuleServiceUtil
service utility. The
static methods of this class calls the same methods of the service utility.
However, the signatures are different because it requires an additional
HttpPrincipal
parameter.
The benefits of using the HTTP utility is that it is fast and allows for
tunneling without the cost of serializing to text. The drawback is that it
only works with Java.
Set the property tunnel.servlet.hosts.allowed in portal.properties to
configure security.
The HTTP utility is only generated for remote services.
- See Also:
MDRRuleServiceSoap
,
HttpPrincipal
,
MDRRuleServiceUtil
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
static MDRRule |
addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static void |
deleteRule(HttpPrincipal httpPrincipal,
long ruleId)
|
static MDRRule |
fetchRule(HttpPrincipal httpPrincipal,
long ruleId)
|
static MDRRule |
getRule(HttpPrincipal httpPrincipal,
long ruleId)
|
static MDRRule |
updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleServiceHttp
public MDRRuleServiceHttp()
addRule
public static MDRRule addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addRule
public static MDRRule addRule(HttpPrincipal httpPrincipal,
long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRule
public static void deleteRule(HttpPrincipal httpPrincipal,
long ruleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
fetchRule
public static MDRRule fetchRule(HttpPrincipal httpPrincipal,
long ruleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRule
public static MDRRule getRule(HttpPrincipal httpPrincipal,
long ruleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRule
public static MDRRule updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRule
public static MDRRule updateRule(HttpPrincipal httpPrincipal,
long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException