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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl
          extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService

public class MDRRuleGroupServiceImpl
extends MDRRuleGroupServiceBaseImpl

Author:
Edward C. Han

Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
MDRRuleGroupServiceImpl()
           
 
Method Summary
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteRuleGroup(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupServiceImpl

public MDRRuleGroupServiceImpl()
Method Detail

addRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(long groupId,
                                                                             java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                             java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                             com.liferay.portal.service.ServiceContext serviceContext)
                                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

copyRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(long ruleGroupId,
                                                                              long groupId,
                                                                              com.liferay.portal.service.ServiceContext serviceContext)
                                                                       throws com.liferay.portal.kernel.exception.PortalException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteRuleGroup

public void deleteRuleGroup(long ruleGroupId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

fetchRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
                                                                        throws com.liferay.portal.kernel.exception.PortalException,
                                                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
                                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(long ruleGroupId,
                                                                                java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                                java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                                com.liferay.portal.service.ServiceContext serviceContext)
                                                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException