Class AssetListEntrySegmentsEntryRelLocalServiceWrapper
- All Implemented Interfaces:
AssetListEntrySegmentsEntryRelLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
AssetListEntrySegmentsEntryRelLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetListEntrySegmentsEntryRelLocalServiceWrapper(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, int priority, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Adds the asset list entry segments entry rel to the database.createAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) Creates a new asset list entry segments entry rel with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) Deletes the asset list entry segments entry rel with the primary key from the database.voiddeleteAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) deleteAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Deletes the asset list entry segments entry rel from the database.voiddeleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId) voiddeleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) fetchAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry segments entry rel matching the UUID and group.fetchAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerygetAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) Returns the asset list entry segments entry rel with the primary key.getAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) getAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry segments entry rel matching the UUID and group.getAssetListEntrySegmentsEntryRels(int start, int end) Returns a range of all the asset list entry segments entry rels.getAssetListEntrySegmentsEntryRels(long assetListEntryId, int start, int end) getAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the asset list entry segments entry rels matching the UUID and company.getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns a range of asset list entry segments entry rels matching the UUID and company.intReturns the number of asset list entry segments entry rels.intgetAssetListEntrySegmentsEntryRelsCount(long assetListEntryId) com.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntrySegmentsEntryRel>com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetWrappedService(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService) updateAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Updates the asset list entry segments entry rel in the database or adds it if it does not yet exist.updateAssetListEntrySegmentsEntryRelTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) voidupdateVariationsPriority(long[] variationsPriority) <R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntrySegmentsEntryRel>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
AssetListEntrySegmentsEntryRelLocalServiceWrapper
public AssetListEntrySegmentsEntryRelLocalServiceWrapper() -
AssetListEntrySegmentsEntryRelLocalServiceWrapper
public AssetListEntrySegmentsEntryRelLocalServiceWrapper(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService)
-
-
Method Details
-
addAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Adds the asset list entry segments entry rel to the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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.
- Specified by:
addAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRel- the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel that was added
-
addAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, int priority, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel createAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) Creates a new asset list entry segments entry rel with the primary key. Does not add the asset list entry segments entry rel to the database.- Specified by:
createAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRelId- the primary key for the new asset list entry segments entry rel- Returns:
- the new asset list entry segments entry rel
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Deletes the asset list entry segments entry rel from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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.
- Specified by:
deleteAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRel- the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel that was removed
-
deleteAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException Deletes the asset list entry segments entry rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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.
- Specified by:
deleteAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel that was removed
- Throws:
PortalException- if a asset list entry segments entry rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntrySegmentsEntryRel
public void deleteAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntrySegmentsEntryRelByAssetListEntryId
public void deleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId) - Specified by:
deleteAssetListEntrySegmentsEntryRelByAssetListEntryIdin interfaceAssetListEntrySegmentsEntryRelLocalService
-
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId
public void deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId) - Specified by:
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryIdin interfaceAssetListEntrySegmentsEntryRelLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
dynamicQuery- 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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) - Specified by:
fetchAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService
-
fetchAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) - Specified by:
fetchAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService
-
fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId
public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry segments entry rel matching the UUID and group.- Specified by:
fetchAssetListEntrySegmentsEntryRelByUuidAndGroupIdin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
uuid- the asset list entry segments entry rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
fetchAssetListEntrySegmentsEntryRels
public List<AssetListEntrySegmentsEntryRel> fetchAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds) - Specified by:
fetchAssetListEntrySegmentsEntryRelsin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry segments entry rel with the primary key.- Specified by:
getAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel
- Throws:
PortalException- if a asset list entry segments entry rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntrySegmentsEntryRelByUuidAndGroupId
public AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry segments entry rel matching the UUID and group.- Specified by:
getAssetListEntrySegmentsEntryRelByUuidAndGroupIdin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
uuid- the asset list entry segments entry rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry segments entry rel
- Throws:
PortalException- if a matching asset list entry segments entry rel could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getAssetListEntrySegmentsEntryRels
Returns a range of all the asset list entry segments entry rels.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.- Specified by:
getAssetListEntrySegmentsEntryRelsin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
start- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of asset list entry segments entry rels
-
getAssetListEntrySegmentsEntryRels
public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, int start, int end) - Specified by:
getAssetListEntrySegmentsEntryRelsin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getAssetListEntrySegmentsEntryRels
public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) - Specified by:
getAssetListEntrySegmentsEntryRelsin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId
public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the asset list entry segments entry rels matching the UUID and company.- Specified by:
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyIdin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
uuid- the UUID of the asset list entry segments entry relscompanyId- the primary key of the company- Returns:
- the matching asset list entry segments entry rels, or an empty list if no matches were found
-
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId
public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns a range of asset list entry segments entry rels matching the UUID and company.- Specified by:
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyIdin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
uuid- the UUID of the asset list entry segments entry relscompanyId- the primary key of the companystart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching asset list entry segments entry rels, or an empty list if no matches were found
-
getAssetListEntrySegmentsEntryRelsCount
public int getAssetListEntrySegmentsEntryRelsCount()Returns the number of asset list entry segments entry rels.- Specified by:
getAssetListEntrySegmentsEntryRelsCountin interfaceAssetListEntrySegmentsEntryRelLocalService- Returns:
- the number of asset list entry segments entry rels
-
getAssetListEntrySegmentsEntryRelsCount
public int getAssetListEntrySegmentsEntryRelsCount(long assetListEntryId) - Specified by:
getAssetListEntrySegmentsEntryRelsCountin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetListEntrySegmentsEntryRelLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Updates the asset list entry segments entry rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect AssetListEntrySegmentsEntryRelLocalServiceImpl 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.
- Specified by:
updateAssetListEntrySegmentsEntryRelin interfaceAssetListEntrySegmentsEntryRelLocalService- Parameters:
assetListEntrySegmentsEntryRel- the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel that was updated
-
updateAssetListEntrySegmentsEntryRelTypeSettings
public AssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRelTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) - Specified by:
updateAssetListEntrySegmentsEntryRelTypeSettingsin interfaceAssetListEntrySegmentsEntryRelLocalService
-
updateVariationsPriority
public void updateVariationsPriority(long[] variationsPriority) - Specified by:
updateVariationsPriorityin interfaceAssetListEntrySegmentsEntryRelLocalService
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntrySegmentsEntryRel> getCTPersistence()- Specified by:
getCTPersistencein interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>
-
getModelClass
- Specified by:
getModelClassin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntrySegmentsEntryRel>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceAssetListEntrySegmentsEntryRelLocalService- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
-
setWrappedService
public void setWrappedService(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
-