public class SAPEntryServiceWrapper extends java.lang.Object implements SAPEntryService, ServiceWrapper<SAPEntryService>
SAPEntryService.SAPEntryService| Constructor and Description |
|---|
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,
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,
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,
ServiceContext serviceContext) |
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, ServiceContext serviceContext) throws PortalException
addSAPEntry in interface SAPEntryServicePortalExceptionpublic SAPEntry deleteSAPEntry(long sapEntryId) throws PortalException
deleteSAPEntry in interface SAPEntryServicePortalExceptionpublic SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws PortalException
deleteSAPEntry in interface SAPEntryServicePortalExceptionpublic SAPEntry fetchSAPEntry(long companyId, java.lang.String name) throws PortalException
fetchSAPEntry in interface SAPEntryServicePortalExceptionpublic 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, 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 PortalException
getSAPEntry in interface SAPEntryServicePortalExceptionpublic SAPEntry getSAPEntry(long companyId, java.lang.String name) throws PortalException
getSAPEntry in interface SAPEntryServicePortalExceptionpublic 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, ServiceContext serviceContext) throws PortalException
updateSAPEntry in interface SAPEntryServicePortalExceptionpublic SAPEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<SAPEntryService>public void setWrappedService(SAPEntryService sapEntryService)
setWrappedService in interface ServiceWrapper<SAPEntryService>