public class SourceServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<SourceService>, SourceService
SourceService
.SourceService
Constructor and Description |
---|
SourceServiceWrapper() |
SourceServiceWrapper(SourceService sourceService) |
Modifier and Type | Method and Description |
---|---|
Source |
addSource(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String driverClassName,
java.lang.String driverUrl,
java.lang.String driverUserName,
java.lang.String driverPassword,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
Source |
deleteSource(long sourceId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
Source |
getSource(long sourceId) |
java.util.List<Source> |
getSources(long groupId,
java.lang.String name,
java.lang.String driverUrl,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) |
int |
getSourcesCount(long groupId,
java.lang.String name,
java.lang.String driverUrl,
boolean andSearch) |
SourceService |
getWrappedService() |
void |
setWrappedService(SourceService sourceService) |
Source |
updateSource(long sourceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String driverClassName,
java.lang.String driverUrl,
java.lang.String driverUserName,
java.lang.String driverPassword,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public SourceServiceWrapper()
public SourceServiceWrapper(SourceService sourceService)
public Source addSource(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String driverClassName, java.lang.String driverUrl, java.lang.String driverUserName, java.lang.String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSource
in interface SourceService
com.liferay.portal.kernel.exception.PortalException
public Source deleteSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
deleteSource
in interface SourceService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SourceService
public Source getSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
getSource
in interface SourceService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<Source> getSources(long groupId, java.lang.String name, java.lang.String driverUrl, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getSources
in interface SourceService
com.liferay.portal.kernel.exception.PortalException
public int getSourcesCount(long groupId, java.lang.String name, java.lang.String driverUrl, boolean andSearch)
getSourcesCount
in interface SourceService
public Source updateSource(long sourceId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String driverClassName, java.lang.String driverUrl, java.lang.String driverUserName, java.lang.String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSource
in interface SourceService
com.liferay.portal.kernel.exception.PortalException
public SourceService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SourceService>
public void setWrappedService(SourceService sourceService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SourceService>