public class SourceServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<SourceService>, SourceService
SourceService.SourceService| Constructor and Description |
|---|
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(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 SourceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic Source deleteSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
deleteSource in interface SourceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SourceServicepublic Source getSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
getSource in interface SourceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 SourceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getSourcesCount(long groupId,
java.lang.String name,
java.lang.String driverUrl,
boolean andSearch)
getSourcesCount in interface SourceServicepublic 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 SourceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>