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 Details

    • SAPEntryServiceWrapper

      public SAPEntryServiceWrapper()
    • SAPEntryServiceWrapper

      public SAPEntryServiceWrapper(SAPEntryService sapEntryService)
  • 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:
      addSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSAPEntry

      public SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSAPEntry

      public SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSAPEntry

      public SAPEntry fetchSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCompanySAPEntries

      public List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end)
      Specified by:
      getCompanySAPEntries in interface SAPEntryService
    • getCompanySAPEntries

      public List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
      Specified by:
      getCompanySAPEntries in interface SAPEntryService
    • getCompanySAPEntriesCount

      public int getCompanySAPEntriesCount(long companyId)
      Specified by:
      getCompanySAPEntriesCount in interface SAPEntryService
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface SAPEntryService
      Returns:
      the OSGi service identifier
    • getSAPEntry

      public SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSAPEntry

      public SAPEntry getSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSAPEntry in interface SAPEntryService
      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:
      updateSAPEntry in interface SAPEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public SAPEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
    • setWrappedService

      public void setWrappedService(SAPEntryService sapEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>