Class SAPEntryServiceWrapper
java.lang.Object
com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>,SAPEntryService
public class SAPEntryServiceWrapper
extends Object
implements SAPEntryService, com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
Provides a wrapper for
SAPEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSAPEntry(String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSAPEntry(long sapEntryId) deleteSAPEntry(SAPEntry sapEntry) fetchSAPEntry(long companyId, String name) getCompanySAPEntries(long companyId, int start, int end) getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) intgetCompanySAPEntriesCount(long companyId) Returns the OSGi service identifier.getSAPEntry(long sapEntryId) getSAPEntry(long companyId, String name) voidsetWrappedService(SAPEntryService sapEntryService) updateSAPEntry(long sapEntryId, String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SAPEntryServiceWrapper
public SAPEntryServiceWrapper() -
SAPEntryServiceWrapper
-
-
Method Details
-
addSAPEntry
public SAPEntry addSAPEntry(String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSAPEntry
public SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSAPEntry
public SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSAPEntry
public SAPEntry fetchSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCompanySAPEntries
- Specified by:
getCompanySAPEntriesin interfaceSAPEntryService
-
getCompanySAPEntries
public List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) - Specified by:
getCompanySAPEntriesin interfaceSAPEntryService
-
getCompanySAPEntriesCount
public int getCompanySAPEntriesCount(long companyId) - Specified by:
getCompanySAPEntriesCountin interfaceSAPEntryService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSAPEntryService- Returns:
- the OSGi service identifier
-
getSAPEntry
public SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSAPEntry
public SAPEntry getSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSAPEntry
public SAPEntry updateSAPEntry(long sapEntryId, String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateSAPEntryin interfaceSAPEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
-