Liferay 7.0-ce-m6

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
classNameLocalService, classNamePersistence, classNameService, counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, persistedModelLocalServiceRegistry, systemEventLocalService, systemEventPersistence, 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<MDRRuleGroupInstance> 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, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRuleGroupInstance, fetchMDRRuleGroupInstanceByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportActionableDynamicQuery, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstance, getMDRRuleGroupInstanceByUuidAndGroupId, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstances, getMDRRuleGroupInstancesByUuidAndCompanyId, getMDRRuleGroupInstancesByUuidAndCompanyId, getMDRRuleGroupInstancesCount, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getModelClass, getModelClassName, getPersistedModel, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroupInstance
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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
Throws:
PortalException

addRuleGroupInstance

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

deleteGroupRuleGroupInstances

public void deleteGroupRuleGroupInstances(long groupId)

deleteRuleGroupInstance

public void deleteRuleGroupInstance(long ruleGroupInstanceId)

deleteRuleGroupInstance

@SystemEvent(action=1,
             type=1)
public void deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)

deleteRuleGroupInstances

public void deleteRuleGroupInstances(long ruleGroupId)

fetchRuleGroupInstance

public MDRRuleGroupInstance fetchRuleGroupInstance(long ruleGroupInstanceId)

fetchRuleGroupInstance

public MDRRuleGroupInstance fetchRuleGroupInstance(String className,
                                                   long classPK,
                                                   long ruleGroupId)

getRuleGroupInstance

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

getRuleGroupInstance

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

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId)

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(long ruleGroupId,
                                                        int start,
                                                        int end)

getRuleGroupInstances

public List<MDRRuleGroupInstance> getRuleGroupInstances(String className,
                                                        long classPK)

getRuleGroupInstances

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

getRuleGroupInstancesCount

public int getRuleGroupInstancesCount(long ruleGroupId)

getRuleGroupInstancesCount

public int getRuleGroupInstancesCount(String className,
                                      long classPK)

updateRuleGroupInstance

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

validate

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

Liferay 7.0-ce-m6