Class SourceServiceWrapper
java.lang.Object
com.liferay.portal.reports.engine.console.service.SourceServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SourceService>,SourceService
public class SourceServiceWrapper
extends Object
implements com.liferay.portal.kernel.service.ServiceWrapper<SourceService>, SourceService
Provides a wrapper for
SourceService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSource(long groupId, Map<Locale, String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSource(long sourceId) Returns the OSGi service identifier.getSource(long sourceId) getSources(long groupId, String name, String driverUrl, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) intgetSourcesCount(long groupId, String name, String driverUrl, boolean andSearch) voidsetWrappedService(SourceService sourceService) updateSource(long sourceId, Map<Locale, String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SourceServiceWrapper
public SourceServiceWrapper() -
SourceServiceWrapper
-
-
Method Details
-
addSource
public Source addSource(long groupId, Map<Locale, String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addSourcein interfaceSourceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSource
public Source deleteSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSourcein interfaceSourceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSourceService- Returns:
- the OSGi service identifier
-
getSource
- Specified by:
getSourcein interfaceSourceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSources
public List<Source> getSources(long groupId, String name, String driverUrl, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSourcesin interfaceSourceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSourcesCount
- Specified by:
getSourcesCountin interfaceSourceService
-
updateSource
public Source updateSource(long sourceId, Map<Locale, String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateSourcein interfaceSourceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SourceService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SourceService>
-