public class SAPEntryServiceUtil
extends java.lang.Object
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.SAPEntryService| Constructor and Description |
|---|
SAPEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SAPEntry |
addSAPEntry(java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
ServiceContext serviceContext) |
static SAPEntry |
deleteSAPEntry(long sapEntryId) |
static SAPEntry |
deleteSAPEntry(SAPEntry sapEntry) |
static SAPEntry |
fetchSAPEntry(long companyId,
java.lang.String name) |
static java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end) |
static java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end,
OrderByComparator<SAPEntry> orderByComparator) |
static int |
getCompanySAPEntriesCount(long companyId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SAPEntry |
getSAPEntry(long sapEntryId) |
static SAPEntry |
getSAPEntry(long companyId,
java.lang.String name) |
static SAPEntryService |
getService() |
static SAPEntry |
updateSAPEntry(long sapEntryId,
java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
ServiceContext serviceContext) |
public static SAPEntry addSAPEntry(java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static SAPEntry deleteSAPEntry(long sapEntryId) throws PortalException
PortalExceptionpublic static SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws PortalException
PortalExceptionpublic static SAPEntry fetchSAPEntry(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end)
public static java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, OrderByComparator<SAPEntry> orderByComparator)
public static int getCompanySAPEntriesCount(long companyId)
public static java.lang.String getOSGiServiceIdentifier()
public static SAPEntry getSAPEntry(long sapEntryId) throws PortalException
PortalExceptionpublic static SAPEntry getSAPEntry(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static SAPEntry updateSAPEntry(long sapEntryId, java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static SAPEntryService getService()