com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupServiceUtil
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceUtil
public class MDRRuleGroupServiceUtil
- extends Object
The utility for the m d r rule group remote service. This utility wraps MDRRuleGroupServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
MDRRuleGroupService
,
MDRRuleGroupServiceBaseImpl
,
MDRRuleGroupServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
static MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static void |
deleteRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
static MDRRuleGroupService |
getService()
|
void |
setService(MDRRuleGroupService service)
|
static MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupServiceUtil
public MDRRuleGroupServiceUtil()
addRuleGroup
public static MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
copyRuleGroup
public static MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRuleGroup
public static void deleteRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
fetchRuleGroup
public static MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRuleGroup
public static MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateRuleGroup
public static MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static MDRRuleGroupService getService()
setService
public void setService(MDRRuleGroupService service)