All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
SAPEntryServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface SAPEntryService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for SAPEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Method Details

    • addSAPEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSAPEntry

      SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSAPEntry

      SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSAPEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) SAPEntry fetchSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCompanySAPEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end)
    • getCompanySAPEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
    • getCompanySAPEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCompanySAPEntriesCount(long companyId)
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getSAPEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSAPEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) SAPEntry getSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSAPEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException