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 Summary
Constructors -
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) void
setWrappedService
(SAPEntryService sapEntryService) updateSAPEntry
(long sapEntryId, String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, String name, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SAPEntryServiceWrapper
public SAPEntryServiceWrapper() -
SAPEntryServiceWrapper
-
-
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 interfaceSAPEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSAPEntry
public SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSAPEntry
in interfaceSAPEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSAPEntry
public SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSAPEntry
in interfaceSAPEntryService
- 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 interfaceSAPEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCompanySAPEntries
- Specified by:
getCompanySAPEntries
in interfaceSAPEntryService
-
getCompanySAPEntries
public List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) - Specified by:
getCompanySAPEntries
in interfaceSAPEntryService
-
getCompanySAPEntriesCount
public int getCompanySAPEntriesCount(long companyId) - Specified by:
getCompanySAPEntriesCount
in interfaceSAPEntryService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceSAPEntryService
- Returns:
- the OSGi service identifier
-
getSAPEntry
public SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSAPEntry
in interfaceSAPEntryService
- 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 interfaceSAPEntryService
- 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 interfaceSAPEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SAPEntryService>
-