Liferay 7.0-ce-m6

com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<MDRRuleGroupLocalService>, MDRRuleGroupLocalService

@ProviderType
public class MDRRuleGroupLocalServiceWrapper
extends Object
implements MDRRuleGroupLocalService, ServiceWrapper<MDRRuleGroupLocalService>

Provides a wrapper for MDRRuleGroupLocalService.

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

Constructor Summary
MDRRuleGroupLocalServiceWrapper(MDRRuleGroupLocalService mdrRuleGroupLocalService)
           
 
Method Summary
 MDRRuleGroup addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 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.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteRuleGroup(long ruleGroupId)
           
 void deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 void deleteRuleGroups(long groupId)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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 matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 MDRRuleGroup fetchMDRRuleGroup(long ruleGroupId)
           
 MDRRuleGroup fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup fetchRuleGroup(long ruleGroupId)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 MDRRuleGroup getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
 MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 List<MDRRuleGroup> getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
 List<MDRRuleGroup> getMDRRuleGroupsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the m d r rule groups matching the UUID and company.
 List<MDRRuleGroup> getMDRRuleGroupsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroup> orderByComparator)
          Returns a range of m d r rule groups matching the UUID and company.
 int getMDRRuleGroupsCount()
          Returns the number of m d r rule groups.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 MDRRuleGroup getRuleGroup(long ruleGroupId)
           
 List<MDRRuleGroup> getRuleGroups(long groupId)
           
 List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
           
 List<MDRRuleGroup> getRuleGroups(long groupId, int start, int end)
           
 int getRuleGroupsCount(long groupId)
           
 int getRuleGroupsCount(long[] groupIds)
           
 MDRRuleGroupLocalService getWrappedMDRRuleGroupLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 MDRRuleGroupLocalService getWrappedService()
           
 List<MDRRuleGroup> search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by search(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 int searchByKeywordsCount(long groupId, String keywords, boolean andOperator)
          Deprecated. As of 6.2.0, replaced by searchByKeywordsCount(long, String, LinkedHashMap, boolean)
 int searchByKeywordsCount(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int searchCount(long groupId, String name, boolean andOperator)
          Deprecated. As of 6.2.0, replaced by searchCount(long, String, LinkedHashMap, boolean)
 int searchCount(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRRuleGroupLocalService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService)
 void setWrappedService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
           
 MDRRuleGroup updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroup updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupLocalServiceWrapper

public MDRRuleGroupLocalServiceWrapper(MDRRuleGroupLocalService mdrRuleGroupLocalService)
Method Detail

addMDRRuleGroup

public MDRRuleGroup addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
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

addRuleGroup

public MDRRuleGroup addRuleGroup(long groupId,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 ServiceContext serviceContext)
                          throws PortalException
Specified by:
addRuleGroup in interface MDRRuleGroupLocalService
Throws:
PortalException

copyRuleGroup

public MDRRuleGroup copyRuleGroup(MDRRuleGroup ruleGroup,
                                  long groupId,
                                  ServiceContext serviceContext)
                           throws PortalException
Specified by:
copyRuleGroup in interface MDRRuleGroupLocalService
Throws:
PortalException

copyRuleGroup

public MDRRuleGroup copyRuleGroup(long ruleGroupId,
                                  long groupId,
                                  ServiceContext serviceContext)
                           throws PortalException
Specified by:
copyRuleGroup in interface MDRRuleGroupLocalService
Throws:
PortalException

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

public MDRRuleGroup deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
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

deleteMDRRuleGroup

public MDRRuleGroup deleteMDRRuleGroup(long ruleGroupId)
                                throws PortalException
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

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface MDRRuleGroupLocalService
Throws:
PortalException

deleteRuleGroup

public void deleteRuleGroup(MDRRuleGroup ruleGroup)
Specified by:
deleteRuleGroup in interface MDRRuleGroupLocalService

deleteRuleGroup

public void deleteRuleGroup(long ruleGroupId)
Specified by:
deleteRuleGroup in interface MDRRuleGroupLocalService

deleteRuleGroups

public void deleteRuleGroups(long groupId)
Specified by:
deleteRuleGroups in interface MDRRuleGroupLocalService

dynamicQuery

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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
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

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface MDRRuleGroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching 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 matching the dynamic query

fetchMDRRuleGroup

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

fetchMDRRuleGroupByUuidAndGroupId

public MDRRuleGroup fetchMDRRuleGroupByUuidAndGroupId(String uuid,
                                                      long groupId)
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

fetchRuleGroup

public MDRRuleGroup fetchRuleGroup(long ruleGroupId)
Specified by:
fetchRuleGroup in interface MDRRuleGroupLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface MDRRuleGroupLocalService

getBeanIdentifier

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

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

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface MDRRuleGroupLocalService

getMDRRuleGroup

public MDRRuleGroup getMDRRuleGroup(long ruleGroupId)
                             throws PortalException
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

getMDRRuleGroupByUuidAndGroupId

public MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(String uuid,
                                                    long groupId)
                                             throws PortalException
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

getMDRRuleGroups

public List<MDRRuleGroup> getMDRRuleGroups(int start,
                                           int end)
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

getMDRRuleGroupsByUuidAndCompanyId

public List<MDRRuleGroup> getMDRRuleGroupsByUuidAndCompanyId(String uuid,
                                                             long companyId)
Returns all the m d r rule groups matching the UUID and company.

Specified by:
getMDRRuleGroupsByUuidAndCompanyId in interface MDRRuleGroupLocalService
Parameters:
uuid - the UUID of the m d r rule groups
companyId - the primary key of the company
Returns:
the matching m d r rule groups, or an empty list if no matches were found

getMDRRuleGroupsByUuidAndCompanyId

public List<MDRRuleGroup> getMDRRuleGroupsByUuidAndCompanyId(String uuid,
                                                             long companyId,
                                                             int start,
                                                             int end,
                                                             OrderByComparator<MDRRuleGroup> orderByComparator)
Returns a range of m d r rule groups matching the UUID and company.

Specified by:
getMDRRuleGroupsByUuidAndCompanyId in interface MDRRuleGroupLocalService
Parameters:
uuid - the UUID of the m d r rule groups
companyId - the primary key of the company
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)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching m d r rule groups, or an empty list if no matches were found

getMDRRuleGroupsCount

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

Specified by:
getMDRRuleGroupsCount in interface MDRRuleGroupLocalService
Returns:
the number of m d r rule groups

getPersistedModel

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

getRuleGroup

public MDRRuleGroup getRuleGroup(long ruleGroupId)
                          throws PortalException
Specified by:
getRuleGroup in interface MDRRuleGroupLocalService
Throws:
PortalException

getRuleGroups

public List<MDRRuleGroup> getRuleGroups(long groupId)
Specified by:
getRuleGroups in interface MDRRuleGroupLocalService

getRuleGroups

public List<MDRRuleGroup> getRuleGroups(long groupId,
                                        int start,
                                        int end)
Specified by:
getRuleGroups in interface MDRRuleGroupLocalService

getRuleGroups

public List<MDRRuleGroup> getRuleGroups(long[] groupIds,
                                        int start,
                                        int end)
Specified by:
getRuleGroups in interface MDRRuleGroupLocalService

getRuleGroupsCount

public int getRuleGroupsCount(long groupId)
Specified by:
getRuleGroupsCount in interface MDRRuleGroupLocalService

getRuleGroupsCount

public int getRuleGroupsCount(long[] groupIds)
Specified by:
getRuleGroupsCount in interface MDRRuleGroupLocalService

search

@Deprecated
public List<MDRRuleGroup> search(long groupId,
                                            String name,
                                            boolean andOperator,
                                            int start,
                                            int end)
Deprecated. As of 6.2.0, replaced by search(long, String, LinkedHashMap, boolean, int, int)

Specified by:
search in interface MDRRuleGroupLocalService

search

public List<MDRRuleGroup> search(long groupId,
                                 String name,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator,
                                 int start,
                                 int end)
Specified by:
search in interface MDRRuleGroupLocalService

searchByKeywords

@Deprecated
public List<MDRRuleGroup> searchByKeywords(long groupId,
                                                      String keywords,
                                                      boolean andOperator,
                                                      int start,
                                                      int end)
Deprecated. As of 6.2.0, replaced by searchByKeywords(long, String, LinkedHashMap, boolean, int, int)

Specified by:
searchByKeywords in interface MDRRuleGroupLocalService

searchByKeywords

public List<MDRRuleGroup> searchByKeywords(long groupId,
                                           String keywords,
                                           LinkedHashMap<String,Object> params,
                                           boolean andOperator,
                                           int start,
                                           int end)
Specified by:
searchByKeywords in interface MDRRuleGroupLocalService

searchByKeywordsCount

@Deprecated
public int searchByKeywordsCount(long groupId,
                                            String keywords,
                                            boolean andOperator)
Deprecated. As of 6.2.0, replaced by searchByKeywordsCount(long, String, LinkedHashMap, boolean)

Specified by:
searchByKeywordsCount in interface MDRRuleGroupLocalService

searchByKeywordsCount

public int searchByKeywordsCount(long groupId,
                                 String keywords,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator)
Specified by:
searchByKeywordsCount in interface MDRRuleGroupLocalService

searchCount

@Deprecated
public int searchCount(long groupId,
                                  String name,
                                  boolean andOperator)
Deprecated. As of 6.2.0, replaced by searchCount(long, String, LinkedHashMap, boolean)

Specified by:
searchCount in interface MDRRuleGroupLocalService

searchCount

public int searchCount(long groupId,
                       String name,
                       LinkedHashMap<String,Object> params,
                       boolean andOperator)
Specified by:
searchCount in interface MDRRuleGroupLocalService

setBeanIdentifier

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

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

updateMDRRuleGroup

public MDRRuleGroup updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
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

updateRuleGroup

public MDRRuleGroup updateRuleGroup(long ruleGroupId,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
updateRuleGroup in interface MDRRuleGroupLocalService
Throws:
PortalException

getWrappedMDRRuleGroupLocalService

@Deprecated
public MDRRuleGroupLocalService getWrappedMDRRuleGroupLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedMDRRuleGroupLocalService

@Deprecated
public void setWrappedMDRRuleGroupLocalService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService)


getWrappedService

public MDRRuleGroupLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MDRRuleGroupLocalService>

setWrappedService

public void setWrappedService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<MDRRuleGroupLocalService>

Liferay 7.0-ce-m6