public class SegmentsExperimentRelLocalServiceWrapper extends java.lang.Object implements SegmentsExperimentRelLocalService, ServiceWrapper<SegmentsExperimentRelLocalService>
SegmentsExperimentRelLocalService.SegmentsExperimentRelLocalService| Constructor and Description |
|---|
SegmentsExperimentRelLocalServiceWrapper(SegmentsExperimentRelLocalService segmentsExperimentRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
SegmentsExperimentRel |
addSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId,
ServiceContext serviceContext) |
SegmentsExperimentRel |
addSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel)
Adds the segments experiment rel to the database.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
SegmentsExperimentRel |
createSegmentsExperimentRel(long segmentsExperimentRelId)
Creates a new segments experiment rel with the primary key.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
SegmentsExperimentRel |
deleteSegmentsExperimentRel(long segmentsExperimentRelId)
Deletes the segments experiment rel with the primary key from the database.
|
SegmentsExperimentRel |
deleteSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel)
Deletes the segments experiment rel from the database.
|
SegmentsExperimentRel |
deleteSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel,
boolean force) |
void |
deleteSegmentsExperimentRels(long segmentsExperimentId) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
SegmentsExperimentRel |
fetchSegmentsExperimentRel(long segmentsExperimentRelId) |
SegmentsExperimentRel |
fetchSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
CTPersistence<SegmentsExperimentRel> |
getCTPersistence() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<SegmentsExperimentRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
SegmentsExperimentRel |
getSegmentsExperimentRel(long segmentsExperimentRelId)
Returns the segments experiment rel with the primary key.
|
SegmentsExperimentRel |
getSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId) |
java.util.List<SegmentsExperimentRel> |
getSegmentsExperimentRels(int start,
int end)
Returns a range of all the segments experiment rels.
|
java.util.List<SegmentsExperimentRel> |
getSegmentsExperimentRels(long segmentsExperimentId) |
int |
getSegmentsExperimentRelsCount()
Returns the number of segments experiment rels.
|
SegmentsExperimentRelLocalService |
getWrappedService() |
void |
setWrappedService(SegmentsExperimentRelLocalService segmentsExperimentRelLocalService) |
SegmentsExperimentRel |
updateSegmentsExperimentRel(long segmentsExperimentRelId,
double split) |
SegmentsExperimentRel |
updateSegmentsExperimentRel(long segmentsExperimentId,
long segmentsExperienceId,
double split) |
SegmentsExperimentRel |
updateSegmentsExperimentRel(long segmentsExperimentRelId,
java.lang.String name,
ServiceContext serviceContext) |
SegmentsExperimentRel |
updateSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel)
Updates the segments experiment rel in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<SegmentsExperimentRel>,R,E> updateUnsafeFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic SegmentsExperimentRelLocalServiceWrapper(SegmentsExperimentRelLocalService segmentsExperimentRelLocalService)
public SegmentsExperimentRel addSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId, ServiceContext serviceContext) throws PortalException
addSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel addSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel)
Important: Inspect SegmentsExperimentRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRel - the segments experiment relpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicecreatePersistedModel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel createSegmentsExperimentRel(long segmentsExperimentRelId)
createSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRelId - the primary key for the new segments experiment relpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel deleteSegmentsExperimentRel(long segmentsExperimentRelId) throws PortalException
Important: Inspect SegmentsExperimentRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRelId - the primary key of the segments experiment relPortalException - if a segments experiment rel with the primary key could not be foundpublic SegmentsExperimentRel deleteSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel) throws PortalException
Important: Inspect SegmentsExperimentRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRel - the segments experiment relPortalExceptionpublic SegmentsExperimentRel deleteSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel, boolean force) throws PortalException
deleteSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic void deleteSegmentsExperimentRels(long segmentsExperimentId)
throws PortalException
deleteSegmentsExperimentRels in interface SegmentsExperimentRelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface SegmentsExperimentRelLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface SegmentsExperimentRelLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface SegmentsExperimentRelLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperimentRelModelImpl.
dynamicQuery in interface SegmentsExperimentRelLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperimentRelModelImpl.
dynamicQuery in interface SegmentsExperimentRelLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface SegmentsExperimentRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface SegmentsExperimentRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic SegmentsExperimentRel fetchSegmentsExperimentRel(long segmentsExperimentRelId)
fetchSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicepublic SegmentsExperimentRel fetchSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId) throws PortalException
fetchSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SegmentsExperimentRelLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface SegmentsExperimentRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SegmentsExperimentRelLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel getSegmentsExperimentRel(long segmentsExperimentRelId) throws PortalException
getSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRelId - the primary key of the segments experiment relPortalException - if a segments experiment rel with the primary key could not be foundpublic SegmentsExperimentRel getSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId) throws PortalException
getSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic java.util.List<SegmentsExperimentRel> getSegmentsExperimentRels(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.segments.model.impl.SegmentsExperimentRelModelImpl.
getSegmentsExperimentRels in interface SegmentsExperimentRelLocalServicestart - the lower bound of the range of segments experiment relsend - the upper bound of the range of segments experiment rels (not inclusive)public java.util.List<SegmentsExperimentRel> getSegmentsExperimentRels(long segmentsExperimentId)
getSegmentsExperimentRels in interface SegmentsExperimentRelLocalServicepublic int getSegmentsExperimentRelsCount()
getSegmentsExperimentRelsCount in interface SegmentsExperimentRelLocalServicepublic SegmentsExperimentRel updateSegmentsExperimentRel(long segmentsExperimentRelId, double split) throws PortalException
updateSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel updateSegmentsExperimentRel(long segmentsExperimentId, long segmentsExperienceId, double split) throws PortalException
updateSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel updateSegmentsExperimentRel(long segmentsExperimentRelId, java.lang.String name, ServiceContext serviceContext) throws PortalException
updateSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicePortalExceptionpublic SegmentsExperimentRel updateSegmentsExperimentRel(SegmentsExperimentRel segmentsExperimentRel)
Important: Inspect SegmentsExperimentRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateSegmentsExperimentRel in interface SegmentsExperimentRelLocalServicesegmentsExperimentRel - the segments experiment relpublic CTPersistence<SegmentsExperimentRel> getCTPersistence()
getCTPersistence in interface CTService<SegmentsExperimentRel>getCTPersistence in interface SegmentsExperimentRelLocalServicepublic java.lang.Class<SegmentsExperimentRel> getModelClass()
getModelClass in interface CTService<SegmentsExperimentRel>getModelClass in interface SegmentsExperimentRelLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(UnsafeFunction<CTPersistence<SegmentsExperimentRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CTService<SegmentsExperimentRel>updateWithUnsafeFunction in interface SegmentsExperimentRelLocalServiceE extends java.lang.Throwablepublic SegmentsExperimentRelLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<SegmentsExperimentRelLocalService>public void setWrappedService(SegmentsExperimentRelLocalService segmentsExperimentRelLocalService)
setWrappedService in interface ServiceWrapper<SegmentsExperimentRelLocalService>