Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupServiceUtil

java.lang.Object
  extended by 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.

Constructor Summary
MDRRuleGroupServiceUtil()
           
 
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 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static MDRRuleGroup getRuleGroup(long ruleGroupId)
           
static MDRRuleGroupService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(MDRRuleGroupService service)
          Deprecated.  
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
 

Constructor Detail

MDRRuleGroupServiceUtil

public MDRRuleGroupServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

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)
Deprecated. 


Liferay 6.1.2-ce-ga3