Package com.liferay.segments.service
Class SegmentsEntryServiceWrapper
java.lang.Object
com.liferay.segments.service.SegmentsEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
,SegmentsEntryService
public class SegmentsEntryServiceWrapper
extends Object
implements SegmentsEntryService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
Provides a wrapper for
SegmentsEntryService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSegmentsEntry
(String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext) addSegmentsEntry
(String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, String criteria, String source, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
addSegmentsEntryClassPKs
(long segmentsEntryId, long[] classPKs, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSegmentsEntry
(long segmentsEntryId) void
deleteSegmentsEntryClassPKs
(long segmentsEntryId, long[] classPKs) Returns the OSGi service identifier.getSegmentsEntries
(long groupId) getSegmentsEntries
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) int
getSegmentsEntriesCount
(long groupId) getSegmentsEntry
(long segmentsEntryId) com.liferay.portal.kernel.search.BaseModelSearchResult<SegmentsEntry>
searchSegmentsEntries
(long companyId, long groupId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) void
setWrappedService
(SegmentsEntryService segmentsEntryService) updateSegmentsEntry
(long segmentsEntryId, String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SegmentsEntryServiceWrapper
public SegmentsEntryServiceWrapper() -
SegmentsEntryServiceWrapper
-
-
Method Details
-
addSegmentsEntry
public SegmentsEntry addSegmentsEntry(String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addSegmentsEntry
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addSegmentsEntry
public SegmentsEntry addSegmentsEntry(String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, String criteria, String source, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addSegmentsEntry
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addSegmentsEntryClassPKs
public void addSegmentsEntryClassPKs(long segmentsEntryId, long[] classPKs, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addSegmentsEntryClassPKs
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsEntry
public SegmentsEntry deleteSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsEntry
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsEntryClassPKs
public void deleteSegmentsEntryClassPKs(long segmentsEntryId, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsEntryClassPKs
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceSegmentsEntryService
- Returns:
- the OSGi service identifier
-
getSegmentsEntries
- Specified by:
getSegmentsEntries
in interfaceSegmentsEntryService
-
getSegmentsEntries
public List<SegmentsEntry> getSegmentsEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) - Specified by:
getSegmentsEntries
in interfaceSegmentsEntryService
-
getSegmentsEntriesCount
public int getSegmentsEntriesCount(long groupId) - Specified by:
getSegmentsEntriesCount
in interfaceSegmentsEntryService
-
getSegmentsEntry
public SegmentsEntry getSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntry
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchSegmentsEntries
public com.liferay.portal.kernel.search.BaseModelSearchResult<SegmentsEntry> searchSegmentsEntries(long companyId, long groupId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchSegmentsEntries
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsEntry
public SegmentsEntry updateSegmentsEntry(long segmentsEntryId, String segmentsEntryKey, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateSegmentsEntry
in interfaceSegmentsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
-