Class SAPEntryServiceUtil
java.lang.Object
com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
Provides the remote service utility for SAPEntry. This utility wraps
com.liferay.portal.security.service.access.policy.service.impl.SAPEntryServiceImpl and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAPEntryaddSAPEntry(String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) static SAPEntrydeleteSAPEntry(long sapEntryId) static SAPEntrydeleteSAPEntry(SAPEntry sapEntry) static SAPEntryfetchSAPEntry(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) static intgetCompanySAPEntriesCount(long companyId) static StringReturns the OSGi service identifier.static SAPEntrygetSAPEntry(long sapEntryId) static SAPEntrygetSAPEntry(long companyId, String name) static SAPEntryServicestatic SAPEntryupdateSAPEntry(long sapEntryId, String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SAPEntryServiceUtil
public SAPEntryServiceUtil()
-
-
Method Details
-
addSAPEntry
public static 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
public static SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSAPEntry
public static SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSAPEntry
public static SAPEntry fetchSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCompanySAPEntries
-
getCompanySAPEntries
-
getCompanySAPEntriesCount
public static int getCompanySAPEntriesCount(long companyId) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getSAPEntry
public static SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSAPEntry
public static SAPEntry getSAPEntry(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSAPEntry
public static 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
-
getService
-