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) voidaddSegmentsEntryClassPKs(long segmentsEntryId, long[] classPKs, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSegmentsEntry(long segmentsEntryId) voiddeleteSegmentsEntryClassPKs(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) intgetSegmentsEntriesCount(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) voidsetWrappedService(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:
addSegmentsEntryin 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:
addSegmentsEntryin 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:
addSegmentsEntryClassPKsin interfaceSegmentsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsEntry
public SegmentsEntry deleteSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsEntryin 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:
deleteSegmentsEntryClassPKsin interfaceSegmentsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSegmentsEntryService- Returns:
- the OSGi service identifier
-
getSegmentsEntries
- Specified by:
getSegmentsEntriesin interfaceSegmentsEntryService
-
getSegmentsEntries
public List<SegmentsEntry> getSegmentsEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) - Specified by:
getSegmentsEntriesin interfaceSegmentsEntryService
-
getSegmentsEntriesCount
public int getSegmentsEntriesCount(long groupId) - Specified by:
getSegmentsEntriesCountin interfaceSegmentsEntryService
-
getSegmentsEntry
public SegmentsEntry getSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryin 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:
searchSegmentsEntriesin 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:
updateSegmentsEntryin interfaceSegmentsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>
-