Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.service.base
Class MDRRuleGroupLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRRuleGroupLocalService
Direct Known Subclasses:
MDRRuleGroupLocalServiceImpl

public abstract class MDRRuleGroupLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements MDRRuleGroupLocalService, IdentifiableBean

Provides the base implementation for the m d r rule group local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in MDRRuleGroupLocalServiceImpl.

See Also:
MDRRuleGroupLocalServiceImpl, MDRRuleGroupLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  MDRActionLocalService mdrActionLocalService
           
protected  MDRActionPersistence mdrActionPersistence
           
protected  MDRActionService mdrActionService
           
protected  MDRRuleGroupFinder mdrRuleGroupFinder
           
protected  MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService
           
protected  MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstanceService mdrRuleGroupInstanceService
           
protected  MDRRuleGroupLocalService mdrRuleGroupLocalService
           
protected  MDRRuleGroupPersistence mdrRuleGroupPersistence
           
protected  MDRRuleGroupService mdrRuleGroupService
           
protected  MDRRuleLocalService mdrRuleLocalService
           
protected  MDRRulePersistence mdrRulePersistence
           
protected  MDRRuleService mdrRuleService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceLocalService resourceLocalService
           
protected  SystemEventLocalService systemEventLocalService
           
protected  SystemEventPersistence systemEventPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
MDRRuleGroupLocalServiceBaseImpl()
           
 
Method Summary
 MDRRuleGroup addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 void afterPropertiesSet()
           
 MDRRuleGroup createMDRRuleGroup(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
 MDRRuleGroup fetchMDRRuleGroup(long ruleGroupId)
           
 MDRRuleGroup fetchMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 GroupService getGroupService()
          Returns the group remote service.
 MDRActionLocalService getMDRActionLocalService()
          Returns the m d r action local service.
 MDRActionPersistence getMDRActionPersistence()
          Returns the m d r action persistence.
 MDRActionService getMDRActionService()
          Returns the m d r action remote service.
 MDRRuleGroup getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
 MDRRuleGroup getMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroupFinder getMDRRuleGroupFinder()
          Returns the m d r rule group finder.
 MDRRuleGroupInstanceLocalService getMDRRuleGroupInstanceLocalService()
          Returns the m d r rule group instance local service.
 MDRRuleGroupInstancePersistence getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstanceService getMDRRuleGroupInstanceService()
          Returns the m d r rule group instance remote service.
 MDRRuleGroupLocalService getMDRRuleGroupLocalService()
          Returns the m d r rule group local service.
 MDRRuleGroupPersistence getMDRRuleGroupPersistence()
          Returns the m d r rule group persistence.
 List<MDRRuleGroup> getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
 int getMDRRuleGroupsCount()
          Returns the number of m d r rule groups.
 MDRRuleGroupService getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleLocalService getMDRRuleLocalService()
          Returns the m d r rule local service.
 MDRRulePersistence getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRuleService getMDRRuleService()
          Returns the m d r rule remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 SystemEventLocalService getSystemEventLocalService()
          Returns the system event local service.
 SystemEventPersistence getSystemEventPersistence()
          Returns the system event persistence.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setMDRActionLocalService(MDRActionLocalService mdrActionLocalService)
          Sets the m d r action local service.
 void setMDRActionPersistence(MDRActionPersistence mdrActionPersistence)
          Sets the m d r action persistence.
 void setMDRActionService(MDRActionService mdrActionService)
          Sets the m d r action remote service.
 void setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void setMDRRuleGroupInstanceLocalService(MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService)
          Sets the m d r rule group instance local service.
 void setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void setMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
          Sets the m d r rule group instance remote service.
 void setMDRRuleGroupLocalService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
          Sets the m d r rule group local service.
 void setMDRRuleGroupPersistence(MDRRuleGroupPersistence mdrRuleGroupPersistence)
          Sets the m d r rule group persistence.
 void setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void setMDRRuleLocalService(MDRRuleLocalService mdrRuleLocalService)
          Sets the m d r rule local service.
 void setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
          Sets the system event local service.
 void setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 MDRRuleGroup updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService
addRuleGroup, copyRuleGroup, copyRuleGroup, deleteRuleGroup, deleteRuleGroup, deleteRuleGroups, fetchRuleGroup, getRuleGroup, getRuleGroups, getRuleGroups, getRuleGroupsCount, search, search, searchByKeywords, searchByKeywords, searchByKeywordsCount, searchByKeywordsCount, searchCount, searchCount, updateRuleGroup
 

Field Detail

mdrActionLocalService

@BeanReference(type=MDRActionLocalService.class)
protected MDRActionLocalService mdrActionLocalService

mdrActionService

@BeanReference(type=MDRActionService.class)
protected MDRActionService mdrActionService

mdrActionPersistence

@BeanReference(type=MDRActionPersistence.class)
protected MDRActionPersistence mdrActionPersistence

mdrRuleLocalService

@BeanReference(type=MDRRuleLocalService.class)
protected MDRRuleLocalService mdrRuleLocalService

mdrRuleService

@BeanReference(type=MDRRuleService.class)
protected MDRRuleService mdrRuleService

mdrRulePersistence

@BeanReference(type=MDRRulePersistence.class)
protected MDRRulePersistence mdrRulePersistence

mdrRuleGroupLocalService

@BeanReference(type=MDRRuleGroupLocalService.class)
protected MDRRuleGroupLocalService mdrRuleGroupLocalService

mdrRuleGroupService

@BeanReference(type=MDRRuleGroupService.class)
protected MDRRuleGroupService mdrRuleGroupService

mdrRuleGroupPersistence

@BeanReference(type=MDRRuleGroupPersistence.class)
protected MDRRuleGroupPersistence mdrRuleGroupPersistence

mdrRuleGroupFinder

@BeanReference(type=MDRRuleGroupFinder.class)
protected MDRRuleGroupFinder mdrRuleGroupFinder

mdrRuleGroupInstanceLocalService

@BeanReference(type=MDRRuleGroupInstanceLocalService.class)
protected MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService

mdrRuleGroupInstanceService

@BeanReference(type=MDRRuleGroupInstanceService.class)
protected MDRRuleGroupInstanceService mdrRuleGroupInstanceService

mdrRuleGroupInstancePersistence

@BeanReference(type=MDRRuleGroupInstancePersistence.class)
protected MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

systemEventLocalService

@BeanReference(type=SystemEventLocalService.class)
protected SystemEventLocalService systemEventLocalService

systemEventPersistence

@BeanReference(type=SystemEventPersistence.class)
protected SystemEventPersistence systemEventPersistence

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

MDRRuleGroupLocalServiceBaseImpl

public MDRRuleGroupLocalServiceBaseImpl()
Method Detail

addMDRRuleGroup

@Indexable(type=REINDEX)
public MDRRuleGroup addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
                             throws SystemException
Adds the m d r rule group to the database. Also notifies the appropriate model listeners.

Specified by:
addMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
mdrRuleGroup - the m d r rule group
Returns:
the m d r rule group that was added
Throws:
SystemException - if a system exception occurred

createMDRRuleGroup

public MDRRuleGroup createMDRRuleGroup(long ruleGroupId)
Creates a new m d r rule group with the primary key. Does not add the m d r rule group to the database.

Specified by:
createMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
ruleGroupId - the primary key for the new m d r rule group
Returns:
the new m d r rule group

deleteMDRRuleGroup

@Indexable(type=DELETE)
public MDRRuleGroup deleteMDRRuleGroup(long ruleGroupId)
                                throws PortalException,
                                       SystemException
Deletes the m d r rule group with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
ruleGroupId - the primary key of the m d r rule group
Returns:
the m d r rule group that was removed
Throws:
PortalException - if a m d r rule group with the primary key could not be found
SystemException - if a system exception occurred

deleteMDRRuleGroup

@Indexable(type=DELETE)
public MDRRuleGroup deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
                                throws SystemException
Deletes the m d r rule group from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
mdrRuleGroup - the m d r rule group
Returns:
the m d r rule group that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface MDRRuleGroupLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MDRRuleGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MDRRuleGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchMDRRuleGroup

public MDRRuleGroup fetchMDRRuleGroup(long ruleGroupId)
                               throws SystemException
Specified by:
fetchMDRRuleGroup in interface MDRRuleGroupLocalService
Throws:
SystemException

fetchMDRRuleGroupByUuidAndCompanyId

public MDRRuleGroup fetchMDRRuleGroupByUuidAndCompanyId(String uuid,
                                                        long companyId)
                                                 throws SystemException
Returns the m d r rule group with the matching UUID and company.

Specified by:
fetchMDRRuleGroupByUuidAndCompanyId in interface MDRRuleGroupLocalService
Parameters:
uuid - the m d r rule group's UUID
companyId - the primary key of the company
Returns:
the matching m d r rule group, or null if a matching m d r rule group could not be found
Throws:
SystemException - if a system exception occurred

fetchMDRRuleGroupByUuidAndGroupId

public MDRRuleGroup fetchMDRRuleGroupByUuidAndGroupId(String uuid,
                                                      long groupId)
                                               throws SystemException
Returns the m d r rule group matching the UUID and group.

Specified by:
fetchMDRRuleGroupByUuidAndGroupId in interface MDRRuleGroupLocalService
Parameters:
uuid - the m d r rule group's UUID
groupId - the primary key of the group
Returns:
the matching m d r rule group, or null if a matching m d r rule group could not be found
Throws:
SystemException - if a system exception occurred

getMDRRuleGroup

public MDRRuleGroup getMDRRuleGroup(long ruleGroupId)
                             throws PortalException,
                                    SystemException
Returns the m d r rule group with the primary key.

Specified by:
getMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
ruleGroupId - the primary key of the m d r rule group
Returns:
the m d r rule group
Throws:
PortalException - if a m d r rule group with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface MDRRuleGroupLocalService
Throws:
PortalException
SystemException

getMDRRuleGroupByUuidAndCompanyId

public MDRRuleGroup getMDRRuleGroupByUuidAndCompanyId(String uuid,
                                                      long companyId)
                                               throws PortalException,
                                                      SystemException
Returns the m d r rule group with the matching UUID and company.

Specified by:
getMDRRuleGroupByUuidAndCompanyId in interface MDRRuleGroupLocalService
Parameters:
uuid - the m d r rule group's UUID
companyId - the primary key of the company
Returns:
the matching m d r rule group
Throws:
PortalException - if a matching m d r rule group could not be found
SystemException - if a system exception occurred

getMDRRuleGroupByUuidAndGroupId

public MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(String uuid,
                                                    long groupId)
                                             throws PortalException,
                                                    SystemException
Returns the m d r rule group matching the UUID and group.

Specified by:
getMDRRuleGroupByUuidAndGroupId in interface MDRRuleGroupLocalService
Parameters:
uuid - the m d r rule group's UUID
groupId - the primary key of the group
Returns:
the matching m d r rule group
Throws:
PortalException - if a matching m d r rule group could not be found
SystemException - if a system exception occurred

getMDRRuleGroups

public List<MDRRuleGroup> getMDRRuleGroups(int start,
                                           int end)
                                    throws SystemException
Returns a range of all the m d r rule groups.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MDRRuleGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getMDRRuleGroups in interface MDRRuleGroupLocalService
Parameters:
start - the lower bound of the range of m d r rule groups
end - the upper bound of the range of m d r rule groups (not inclusive)
Returns:
the range of m d r rule groups
Throws:
SystemException - if a system exception occurred

getMDRRuleGroupsCount

public int getMDRRuleGroupsCount()
                          throws SystemException
Returns the number of m d r rule groups.

Specified by:
getMDRRuleGroupsCount in interface MDRRuleGroupLocalService
Returns:
the number of m d r rule groups
Throws:
SystemException - if a system exception occurred

updateMDRRuleGroup

@Indexable(type=REINDEX)
public MDRRuleGroup updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
                                throws SystemException
Updates the m d r rule group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateMDRRuleGroup in interface MDRRuleGroupLocalService
Parameters:
mdrRuleGroup - the m d r rule group
Returns:
the m d r rule group that was updated
Throws:
SystemException - if a system exception occurred

getMDRActionLocalService

public MDRActionLocalService getMDRActionLocalService()
Returns the m d r action local service.

Returns:
the m d r action local service

setMDRActionLocalService

public void setMDRActionLocalService(MDRActionLocalService mdrActionLocalService)
Sets the m d r action local service.

Parameters:
mdrActionLocalService - the m d r action local service

getMDRActionService

public MDRActionService getMDRActionService()
Returns the m d r action remote service.

Returns:
the m d r action remote service

setMDRActionService

public void setMDRActionService(MDRActionService mdrActionService)
Sets the m d r action remote service.

Parameters:
mdrActionService - the m d r action remote service

getMDRActionPersistence

public MDRActionPersistence getMDRActionPersistence()
Returns the m d r action persistence.

Returns:
the m d r action persistence

setMDRActionPersistence

public void setMDRActionPersistence(MDRActionPersistence mdrActionPersistence)
Sets the m d r action persistence.

Parameters:
mdrActionPersistence - the m d r action persistence

getMDRRuleLocalService

public MDRRuleLocalService getMDRRuleLocalService()
Returns the m d r rule local service.

Returns:
the m d r rule local service

setMDRRuleLocalService

public void setMDRRuleLocalService(MDRRuleLocalService mdrRuleLocalService)
Sets the m d r rule local service.

Parameters:
mdrRuleLocalService - the m d r rule local service

getMDRRuleService

public MDRRuleService getMDRRuleService()
Returns the m d r rule remote service.

Returns:
the m d r rule remote service

setMDRRuleService

public void setMDRRuleService(MDRRuleService mdrRuleService)
Sets the m d r rule remote service.

Parameters:
mdrRuleService - the m d r rule remote service

getMDRRulePersistence

public MDRRulePersistence getMDRRulePersistence()
Returns the m d r rule persistence.

Returns:
the m d r rule persistence

setMDRRulePersistence

public void setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
Sets the m d r rule persistence.

Parameters:
mdrRulePersistence - the m d r rule persistence

getMDRRuleGroupLocalService

public MDRRuleGroupLocalService getMDRRuleGroupLocalService()
Returns the m d r rule group local service.

Returns:
the m d r rule group local service

setMDRRuleGroupLocalService

public void setMDRRuleGroupLocalService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
Sets the m d r rule group local service.

Parameters:
mdrRuleGroupLocalService - the m d r rule group local service

getMDRRuleGroupService

public MDRRuleGroupService getMDRRuleGroupService()
Returns the m d r rule group remote service.

Returns:
the m d r rule group remote service

setMDRRuleGroupService

public void setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
Sets the m d r rule group remote service.

Parameters:
mdrRuleGroupService - the m d r rule group remote service

getMDRRuleGroupPersistence

public MDRRuleGroupPersistence getMDRRuleGroupPersistence()
Returns the m d r rule group persistence.

Returns:
the m d r rule group persistence

setMDRRuleGroupPersistence

public void setMDRRuleGroupPersistence(MDRRuleGroupPersistence mdrRuleGroupPersistence)
Sets the m d r rule group persistence.

Parameters:
mdrRuleGroupPersistence - the m d r rule group persistence

getMDRRuleGroupFinder

public MDRRuleGroupFinder getMDRRuleGroupFinder()
Returns the m d r rule group finder.

Returns:
the m d r rule group finder

setMDRRuleGroupFinder

public void setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
Sets the m d r rule group finder.

Parameters:
mdrRuleGroupFinder - the m d r rule group finder

getMDRRuleGroupInstanceLocalService

public MDRRuleGroupInstanceLocalService getMDRRuleGroupInstanceLocalService()
Returns the m d r rule group instance local service.

Returns:
the m d r rule group instance local service

setMDRRuleGroupInstanceLocalService

public void setMDRRuleGroupInstanceLocalService(MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService)
Sets the m d r rule group instance local service.

Parameters:
mdrRuleGroupInstanceLocalService - the m d r rule group instance local service

getMDRRuleGroupInstanceService

public MDRRuleGroupInstanceService getMDRRuleGroupInstanceService()
Returns the m d r rule group instance remote service.

Returns:
the m d r rule group instance remote service

setMDRRuleGroupInstanceService

public void setMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Sets the m d r rule group instance remote service.

Parameters:
mdrRuleGroupInstanceService - the m d r rule group instance remote service

getMDRRuleGroupInstancePersistence

public MDRRuleGroupInstancePersistence getMDRRuleGroupInstancePersistence()
Returns the m d r rule group instance persistence.

Returns:
the m d r rule group instance persistence

setMDRRuleGroupInstancePersistence

public void setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
Sets the m d r rule group instance persistence.

Parameters:
mdrRuleGroupInstancePersistence - the m d r rule group instance persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getSystemEventLocalService

public SystemEventLocalService getSystemEventLocalService()
Returns the system event local service.

Returns:
the system event local service

setSystemEventLocalService

public void setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
Sets the system event local service.

Parameters:
systemEventLocalService - the system event local service

getSystemEventPersistence

public SystemEventPersistence getSystemEventPersistence()
Returns the system event persistence.

Returns:
the system event persistence

setSystemEventPersistence

public void setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
Sets the system event persistence.

Parameters:
systemEventPersistence - the system event persistence

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface MDRRuleGroupLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface MDRRuleGroupLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5