@ProviderType public class ChannelInstanceLocalServiceWrapper extends java.lang.Object implements ChannelInstanceLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceLocalService>
ChannelInstanceLocalService.ChannelInstanceLocalService| Constructor and Description |
|---|
ChannelInstanceLocalServiceWrapper(ChannelInstanceLocalService channelInstanceLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ChannelInstance |
addChannelInstance(ChannelInstance channelInstance)
Adds the channel instance to the database.
|
ChannelInstance |
addChannelInstance(long userId,
long tacticId,
java.lang.String channelKey,
long campaignId,
java.lang.String alias,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ChannelInstance |
createChannelInstance(long channelInstanceId)
Creates a new channel instance with the primary key.
|
ChannelInstance |
deleteChannelInstance(ChannelInstance channelInstance)
Deletes the channel instance from the database.
|
ChannelInstance |
deleteChannelInstance(long channelInstanceId)
Deletes the channel instance with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
ChannelInstance |
fetchChannelInstance(long channelInstanceId) |
ChannelInstance |
fetchChannelInstanceByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the channel instance matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<ChannelInstance> |
getCampaignChannelInstances(long campaignId) |
java.util.List<ChannelInstance> |
getCampaignChannelInstances(long campaignId,
java.lang.String channelKey) |
ChannelInstance |
getChannelInstance(long channelInstanceId)
Returns the channel instance with the primary key.
|
ChannelInstance |
getChannelInstanceByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the channel instance matching the UUID and group.
|
java.util.List<ChannelInstance> |
getChannelInstances(int start,
int end)
Returns a range of all the channel instances.
|
java.util.List<ChannelInstance> |
getChannelInstances(long tacticId) |
java.util.List<ChannelInstance> |
getChannelInstances(long tacticId,
java.lang.String channelKey) |
java.util.List<ChannelInstance> |
getChannelInstancesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the channel instances matching the UUID and company.
|
java.util.List<ChannelInstance> |
getChannelInstancesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ChannelInstance> orderByComparator)
Returns a range of channel instances matching the UUID and company.
|
int |
getChannelInstancesCount()
Returns the number of channel instances.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
ChannelInstanceLocalService |
getWrappedService() |
void |
setWrappedService(ChannelInstanceLocalService channelInstanceLocalService) |
ChannelInstance |
updateChannelInstance(ChannelInstance channelInstance)
Updates the channel instance in the database or adds it if it does not yet exist.
|
ChannelInstance |
updateChannelInstance(long channelInstanceId,
java.lang.String alias,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public ChannelInstanceLocalServiceWrapper(ChannelInstanceLocalService channelInstanceLocalService)
public ChannelInstance addChannelInstance(ChannelInstance channelInstance)
addChannelInstance in interface ChannelInstanceLocalServicechannelInstance - the channel instancepublic ChannelInstance addChannelInstance(long userId, long tacticId, java.lang.String channelKey, long campaignId, java.lang.String alias, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addChannelInstance in interface ChannelInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChannelInstance createChannelInstance(long channelInstanceId)
createChannelInstance in interface ChannelInstanceLocalServicechannelInstanceId - the primary key for the new channel instancepublic ChannelInstance deleteChannelInstance(ChannelInstance channelInstance) throws com.liferay.portal.kernel.exception.PortalException
deleteChannelInstance in interface ChannelInstanceLocalServicechannelInstance - the channel instancePortalExceptionpublic ChannelInstance deleteChannelInstance(long channelInstanceId) throws com.liferay.portal.kernel.exception.PortalException
deleteChannelInstance in interface ChannelInstanceLocalServicechannelInstanceId - the primary key of the channel instancePortalException - if a channel instance with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface ChannelInstanceLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface ChannelInstanceLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface ChannelInstanceLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ChannelInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ChannelInstanceLocalServicedynamicQuery - 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ChannelInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ChannelInstanceLocalServicedynamicQuery - 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface ChannelInstanceLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface ChannelInstanceLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic ChannelInstance fetchChannelInstance(long channelInstanceId)
fetchChannelInstance in interface ChannelInstanceLocalServicepublic ChannelInstance fetchChannelInstanceByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchChannelInstanceByUuidAndGroupId in interface ChannelInstanceLocalServiceuuid - the channel instance's UUIDgroupId - the primary key of the groupnull if a matching channel instance could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ChannelInstanceLocalServicepublic java.util.List<ChannelInstance> getCampaignChannelInstances(long campaignId)
getCampaignChannelInstances in interface ChannelInstanceLocalServicepublic java.util.List<ChannelInstance> getCampaignChannelInstances(long campaignId, java.lang.String channelKey)
getCampaignChannelInstances in interface ChannelInstanceLocalServicepublic ChannelInstance getChannelInstance(long channelInstanceId) throws com.liferay.portal.kernel.exception.PortalException
getChannelInstance in interface ChannelInstanceLocalServicechannelInstanceId - the primary key of the channel instancePortalException - if a channel instance with the primary key could not be foundpublic ChannelInstance getChannelInstanceByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getChannelInstanceByUuidAndGroupId in interface ChannelInstanceLocalServiceuuid - the channel instance's UUIDgroupId - the primary key of the groupPortalException - if a matching channel instance could not be foundpublic java.util.List<ChannelInstance> getChannelInstances(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ChannelInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getChannelInstances in interface ChannelInstanceLocalServicestart - the lower bound of the range of channel instancesend - the upper bound of the range of channel instances (not inclusive)public java.util.List<ChannelInstance> getChannelInstances(long tacticId)
getChannelInstances in interface ChannelInstanceLocalServicepublic java.util.List<ChannelInstance> getChannelInstances(long tacticId, java.lang.String channelKey)
getChannelInstances in interface ChannelInstanceLocalServicepublic java.util.List<ChannelInstance> getChannelInstancesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getChannelInstancesByUuidAndCompanyId in interface ChannelInstanceLocalServiceuuid - the UUID of the channel instancescompanyId - the primary key of the companypublic java.util.List<ChannelInstance> getChannelInstancesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ChannelInstance> orderByComparator)
getChannelInstancesByUuidAndCompanyId in interface ChannelInstanceLocalServiceuuid - the UUID of the channel instancescompanyId - the primary key of the companystart - the lower bound of the range of channel instancesend - the upper bound of the range of channel instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getChannelInstancesCount()
getChannelInstancesCount in interface ChannelInstanceLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface ChannelInstanceLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ChannelInstanceLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ChannelInstanceLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface ChannelInstanceLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChannelInstance updateChannelInstance(ChannelInstance channelInstance)
updateChannelInstance in interface ChannelInstanceLocalServicechannelInstance - the channel instancepublic ChannelInstance updateChannelInstance(long channelInstanceId, java.lang.String alias, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateChannelInstance in interface ChannelInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChannelInstanceLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceLocalService>public void setWrappedService(ChannelInstanceLocalService channelInstanceLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceLocalService>