Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DDLRecordSetService>, DDLRecordSetService

@ProviderType
public class DDLRecordSetServiceWrapper
extends Object
implements DDLRecordSetService, ServiceWrapper<DDLRecordSetService>

Provides a wrapper for DDLRecordSetService.

See Also:
DDLRecordSetService

Constructor Summary
DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
           
 
Method Summary
 DDLRecordSet addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 void deleteRecordSet(long recordSetId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDLRecordSet getRecordSet(long recordSetId)
           
 DDLRecordSetService getWrappedDDLRecordSetService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDLRecordSetService getWrappedService()
           
 List<DDLRecordSet> search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 int searchCount(long companyId, long groupId, String keywords, int scope)
           
 int searchCount(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)
 void setWrappedService(DDLRecordSetService ddlRecordSetService)
           
 DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSetServiceWrapper

public DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
Method Detail

addRecordSet

public DDLRecordSet addRecordSet(long groupId,
                                 long ddmStructureId,
                                 String recordSetKey,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 int minDisplayRows,
                                 int scope,
                                 ServiceContext serviceContext)
                          throws PortalException
Specified by:
addRecordSet in interface DDLRecordSetService
Throws:
PortalException

deleteRecordSet

public void deleteRecordSet(long recordSetId)
                     throws PortalException
Specified by:
deleteRecordSet in interface DDLRecordSetService
Throws:
PortalException

getBeanIdentifier

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

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

getRecordSet

public DDLRecordSet getRecordSet(long recordSetId)
                          throws PortalException
Specified by:
getRecordSet in interface DDLRecordSetService
Throws:
PortalException

search

public List<DDLRecordSet> search(long companyId,
                                 long groupId,
                                 String keywords,
                                 int scope,
                                 int start,
                                 int end,
                                 OrderByComparator<DDLRecordSet> orderByComparator)
Specified by:
search in interface DDLRecordSetService

search

public List<DDLRecordSet> search(long companyId,
                                 long groupId,
                                 String name,
                                 String description,
                                 int scope,
                                 boolean andOperator,
                                 int start,
                                 int end,
                                 OrderByComparator<DDLRecordSet> orderByComparator)
Specified by:
search in interface DDLRecordSetService

searchCount

public int searchCount(long companyId,
                       long groupId,
                       String keywords,
                       int scope)
Specified by:
searchCount in interface DDLRecordSetService

searchCount

public int searchCount(long companyId,
                       long groupId,
                       String name,
                       String description,
                       int scope,
                       boolean andOperator)
Specified by:
searchCount in interface DDLRecordSetService

setBeanIdentifier

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

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

updateMinDisplayRows

public DDLRecordSet updateMinDisplayRows(long recordSetId,
                                         int minDisplayRows,
                                         ServiceContext serviceContext)
                                  throws PortalException
Specified by:
updateMinDisplayRows in interface DDLRecordSetService
Throws:
PortalException

updateRecordSet

public DDLRecordSet updateRecordSet(long groupId,
                                    long ddmStructureId,
                                    String recordSetKey,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    int minDisplayRows,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
updateRecordSet in interface DDLRecordSetService
Throws:
PortalException

updateRecordSet

public DDLRecordSet updateRecordSet(long recordSetId,
                                    long ddmStructureId,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    int minDisplayRows,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
updateRecordSet in interface DDLRecordSetService
Throws:
PortalException

getWrappedDDLRecordSetService

@Deprecated
public DDLRecordSetService getWrappedDDLRecordSetService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDDLRecordSetService

@Deprecated
public void setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)


getWrappedService

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

setWrappedService

public void setWrappedService(DDLRecordSetService ddlRecordSetService)
Specified by:
setWrappedService in interface ServiceWrapper<DDLRecordSetService>

Liferay 7.0-ce-m3