Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service.impl
Class MDRRuleGroupInstanceLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl
          extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupInstanceLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRRuleGroupInstanceLocalService

public class MDRRuleGroupInstanceLocalServiceImpl
extends MDRRuleGroupInstanceLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl
counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MDRRuleGroupInstanceLocalServiceImpl()
           
 
Method Summary
 MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 void deleteGroupRuleGroupInstances(long groupId)
           
 void deleteRuleGroupInstance(long ruleGroupInstanceId)
           
 void deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 void deleteRuleGroupInstances(long ruleGroupId)
           
 MDRRuleGroupInstance fetchRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance fetchRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance getRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance getRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId)
           
 List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId, int start, int end)
           
 List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK)
           
 List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 int getRuleGroupInstancesCount(long ruleGroupId)
           
 int getRuleGroupInstancesCount(String className, long classPK)
           
 MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
protected  void validate(long classNameId, long classPK, long ruleGroupId)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceLocalServiceBaseImpl
addMDRRuleGroupInstance, afterPropertiesSet, createMDRRuleGroupInstance, deleteMDRRuleGroupInstance, deleteMDRRuleGroupInstance, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRuleGroupInstance, getBeanIdentifier, getCounterLocalService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstance, getMDRRuleGroupInstanceByUuidAndGroupId, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstances, getMDRRuleGroupInstancesCount, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroupInstance, updateMDRRuleGroupInstance
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceLocalServiceImpl

public MDRRuleGroupInstanceLocalServiceImpl()
Method Detail

addRuleGroupInstance

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

addRuleGroupInstance

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

deleteGroupRuleGroupInstances

public void deleteGroupRuleGroupInstances(long groupId)
                                   throws SystemException
Throws:
SystemException

deleteRuleGroupInstance

public void deleteRuleGroupInstance(long ruleGroupInstanceId)
                             throws SystemException
Throws:
SystemException

deleteRuleGroupInstance

public void deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
                             throws SystemException
Throws:
SystemException

deleteRuleGroupInstances

public void deleteRuleGroupInstances(long ruleGroupId)
                              throws SystemException
Throws:
SystemException

fetchRuleGroupInstance

public MDRRuleGroupInstance fetchRuleGroupInstance(long ruleGroupInstanceId)
                                            throws SystemException
Throws:
SystemException

fetchRuleGroupInstance

public MDRRuleGroupInstance fetchRuleGroupInstance(String className,
                                                   long classPK,
                                                   long ruleGroupId)
                                            throws SystemException
Throws:
SystemException

getRuleGroupInstance

public MDRRuleGroupInstance getRuleGroupInstance(long ruleGroupInstanceId)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getRuleGroupInstance

public MDRRuleGroupInstance getRuleGroupInstance(String className,
                                                 long classPK,
                                                 long ruleGroupId)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId)
                                                 throws SystemException
Throws:
SystemException

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Throws:
SystemException

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(String className,
                                                        long classPK)
                                                 throws SystemException
Throws:
SystemException

getRuleGroupInstances

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

getRuleGroupInstancesCount

public int getRuleGroupInstancesCount(long ruleGroupId)
                               throws SystemException
Throws:
SystemException

getRuleGroupInstancesCount

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

updateRuleGroupInstance

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

validate

protected void validate(long classNameId,
                        long classPK,
                        long ruleGroupId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3