Interface SAPEntryService
- 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 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) int
getCompanySAPEntriesCount
(long companyId) Returns the OSGi service identifier.getSAPEntry
(long sapEntryId) getSAPEntry
(long companyId, String name) updateSAPEntry
(long sapEntryId, String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
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
- 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
-
getCompanySAPEntries
-
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
-