public class SegmentsExperimentRelServiceUtil
extends java.lang.Object
com.liferay.segments.service.impl.SegmentsExperimentRelServiceImpl 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.SegmentsExperimentRelService| Constructor and Description |
|---|
SegmentsExperimentRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SegmentsExperimentRel |
addSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId,
ServiceContext serviceContext) |
static SegmentsExperimentRel |
deleteSegmentsExperimentRel(long segmentsExperimentRelId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SegmentsExperimentRel |
getSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId) |
static java.util.List<SegmentsExperimentRel> |
getSegmentsExperimentRels(long segmentsExperimentId) |
static SegmentsExperimentRelService |
getService() |
static SegmentsExperimentRel |
updateSegmentsExperimentRel(long segmentsExperimentRelId,
double split) |
static SegmentsExperimentRel |
updateSegmentsExperimentRel(long segmentsExperimentRelId,
java.lang.String name,
ServiceContext serviceContext) |
public static SegmentsExperimentRel addSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static SegmentsExperimentRel deleteSegmentsExperimentRel(long segmentsExperimentRelId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static SegmentsExperimentRel getSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId) throws PortalException
PortalExceptionpublic static java.util.List<SegmentsExperimentRel> getSegmentsExperimentRels(long segmentsExperimentId) throws PortalException
PortalExceptionpublic static SegmentsExperimentRel updateSegmentsExperimentRel(long segmentsExperimentRelId, double split) throws PortalException
PortalExceptionpublic static SegmentsExperimentRel updateSegmentsExperimentRel(long segmentsExperimentRelId, java.lang.String name, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static SegmentsExperimentRelService getService()