Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupInstanceServiceUtil

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceServiceUtil

public class MDRRuleGroupInstanceServiceUtil
extends Object

The utility for the m d r rule group instance remote service. This utility wraps MDRRuleGroupInstanceServiceImpl 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:
MDRRuleGroupInstanceService, MDRRuleGroupInstanceServiceBaseImpl, MDRRuleGroupInstanceServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MDRRuleGroupInstanceServiceUtil()
           
 
Method Summary
static MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
static MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
static void deleteRuleGroupInstance(long ruleGroupInstanceId)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static int getRuleGroupInstancesCount(String className, long classPK)
           
static MDRRuleGroupInstanceService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(MDRRuleGroupInstanceService service)
          Deprecated.  
static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceServiceUtil

public MDRRuleGroupInstanceServiceUtil()
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

addRuleGroupInstance

public static MDRRuleGroupInstance addRuleGroupInstance(long groupId,
                                                        String className,
                                                        long classPK,
                                                        long ruleGroupId,
                                                        int priority,
                                                        ServiceContext serviceContext)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

addRuleGroupInstance

public static MDRRuleGroupInstance addRuleGroupInstance(long groupId,
                                                        String className,
                                                        long classPK,
                                                        long ruleGroupId,
                                                        ServiceContext serviceContext)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

deleteRuleGroupInstance

public static void deleteRuleGroupInstance(long ruleGroupInstanceId)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

getRuleGroupInstances

public static List<MDRRuleGroupInstance> getRuleGroupInstances(String className,
                                                               long classPK,
                                                               int start,
                                                               int end,
                                                               OrderByComparator orderByComparator)
                                                        throws SystemException
Throws:
SystemException

getRuleGroupInstancesCount

public static int getRuleGroupInstancesCount(String className,
                                             long classPK)
                                      throws SystemException
Throws:
SystemException

updateRuleGroupInstance

public static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId,
                                                           int priority)
                                                    throws PortalException,
                                                           SystemException
Throws:
PortalException
SystemException

getService

public static MDRRuleGroupInstanceService getService()

setService

public void setService(MDRRuleGroupInstanceService service)
Deprecated. 


Liferay 6.1.2-ce-ga3