public class SAPEntryServiceWrapper extends java.lang.Object implements SAPEntryService, com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
SAPEntryService.SAPEntryService| Constructor and Description |
|---|
SAPEntryServiceWrapper() |
SAPEntryServiceWrapper(SAPEntryService sapEntryService) |
| Modifier and Type | Method and Description |
|---|---|
SAPEntry |
addSAPEntry(java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SAPEntry |
deleteSAPEntry(long sapEntryId) |
SAPEntry |
deleteSAPEntry(SAPEntry sapEntry) |
SAPEntry |
fetchSAPEntry(long companyId,
java.lang.String name) |
java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end) |
java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) |
int |
getCompanySAPEntriesCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SAPEntry |
getSAPEntry(long sapEntryId) |
SAPEntry |
getSAPEntry(long companyId,
java.lang.String name) |
SAPEntryService |
getWrappedService() |
void |
setWrappedService(SAPEntryService sapEntryService) |
SAPEntry |
updateSAPEntry(long sapEntryId,
java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public SAPEntryServiceWrapper()
public SAPEntryServiceWrapper(SAPEntryService sapEntryService)
public SAPEntry addSAPEntry(java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException
deleteSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry fetchSAPEntry(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
fetchSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end)
getCompanySAPEntries in interface SAPEntryServicepublic java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
getCompanySAPEntries in interface SAPEntryServicepublic int getCompanySAPEntriesCount(long companyId)
getCompanySAPEntriesCount in interface SAPEntryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SAPEntryServicepublic SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry getSAPEntry(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry updateSAPEntry(long sapEntryId, java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSAPEntry in interface SAPEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>public void setWrappedService(SAPEntryService sapEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>