@ProviderType public class UserSegmentServiceWrapper extends java.lang.Object implements UserSegmentService, com.liferay.portal.kernel.service.ServiceWrapper<UserSegmentService>
UserSegmentService.UserSegmentService| Constructor and Description |
|---|
UserSegmentServiceWrapper(UserSegmentService userSegmentService) |
| Modifier and Type | Method and Description |
|---|---|
UserSegment |
addUserSegment(long userId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
UserSegment |
deleteUserSegment(long userSegmentId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<UserSegment> |
getUserSegments(long groupId) |
java.util.List<UserSegment> |
getUserSegments(long[] groupIds) |
int |
getUserSegmentsCount(long groupId) |
int |
getUserSegmentsCount(long[] groupIds) |
UserSegmentService |
getWrappedService() |
void |
setWrappedService(UserSegmentService userSegmentService) |
UserSegment |
updateUserSegment(long userSegmentId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public UserSegmentServiceWrapper(UserSegmentService userSegmentService)
public UserSegment addUserSegment(long userId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addUserSegment in interface UserSegmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic UserSegment deleteUserSegment(long userSegmentId) throws com.liferay.portal.kernel.exception.PortalException
deleteUserSegment in interface UserSegmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserSegmentServicepublic java.util.List<UserSegment> getUserSegments(long groupId)
getUserSegments in interface UserSegmentServicepublic java.util.List<UserSegment> getUserSegments(long[] groupIds)
getUserSegments in interface UserSegmentServicepublic int getUserSegmentsCount(long groupId)
getUserSegmentsCount in interface UserSegmentServicepublic int getUserSegmentsCount(long[] groupIds)
getUserSegmentsCount in interface UserSegmentServicepublic UserSegment updateUserSegment(long userSegmentId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateUserSegment in interface UserSegmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic UserSegmentService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<UserSegmentService>public void setWrappedService(UserSegmentService userSegmentService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<UserSegmentService>