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.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) deleteAssetListEntrySegmentsEntryRel
(long assetListEntrySegmentsEntryRelId) Deletes the asset list entry segments entry rel with the primary key from the database.void
deleteAssetListEntrySegmentsEntryRel
(long assetListEntryId, long segmentsEntryId) deleteAssetListEntrySegmentsEntryRel
(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Deletes the asset list entry segments entry rel from the database.void
deleteAssetListEntrySegmentsEntryRelByAssetListEntryId
(long assetListEntryId) void
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId
(long segmentsEntryId) com.liferay.portal.kernel.model.PersistedModel
deletePersistedModel
(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> T
dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
dslQueryCount
(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.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.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.ActionableDynamicQuery
getAssetListEntrySegmentsEntryRel
(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.int
Returns the number of asset list entry segments entry rels.int
getAssetListEntrySegmentsEntryRelsCount
(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.ExportActionableDynamicQuery
getExportActionableDynamicQuery
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) void
setWrappedService
(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) void
updateVariationsPriority
(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, wait
Methods 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:
addAssetListEntrySegmentsEntryRel
in 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:
addAssetListEntrySegmentsEntryRel
in 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:
addAssetListEntrySegmentsEntryRel
in 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:
createAssetListEntrySegmentsEntryRel
in 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:
createPersistedModel
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.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:
deleteAssetListEntrySegmentsEntryRel
in 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:
deleteAssetListEntrySegmentsEntryRel
in 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:
deleteAssetListEntrySegmentsEntryRel
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntrySegmentsEntryRelByAssetListEntryId
public void deleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId) - Specified by:
deleteAssetListEntrySegmentsEntryRelByAssetListEntryId
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId
public void deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId) - Specified by:
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId
in 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:
deletePersistedModel
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl
.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl
.- Specified by:
dynamicQuery
in 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:
dynamicQueryCount
in 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:
dynamicQueryCount
in 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:
fetchAssetListEntrySegmentsEntryRel
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
fetchAssetListEntrySegmentsEntryRel
public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) - Specified by:
fetchAssetListEntrySegmentsEntryRel
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId
public AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry segments entry rel matching the UUID and group.- Specified by:
fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId
in 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
null
if a matching asset list entry segments entry rel could not be found
-
fetchAssetListEntrySegmentsEntryRels
public List<AssetListEntrySegmentsEntryRel> fetchAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds) - Specified by:
fetchAssetListEntrySegmentsEntryRels
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in 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:
getAssetListEntrySegmentsEntryRel
in 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:
getAssetListEntrySegmentsEntryRel
in 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:
getAssetListEntrySegmentsEntryRelByUuidAndGroupId
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl
.- Specified by:
getAssetListEntrySegmentsEntryRels
in 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:
getAssetListEntrySegmentsEntryRels
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getAssetListEntrySegmentsEntryRels
public List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) - Specified by:
getAssetListEntrySegmentsEntryRels
in 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:
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId
in 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:
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId
in 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:
getAssetListEntrySegmentsEntryRelsCount
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Returns:
- the number of asset list entry segments entry rels
-
getAssetListEntrySegmentsEntryRelsCount
public int getAssetListEntrySegmentsEntryRelsCount(long assetListEntryId) - Specified by:
getAssetListEntrySegmentsEntryRelsCount
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQuery
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
getPersistedModel
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.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:
updateAssetListEntrySegmentsEntryRel
in 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:
updateAssetListEntrySegmentsEntryRelTypeSettings
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
updateVariationsPriority
public void updateVariationsPriority(long[] variationsPriority) - Specified by:
updateVariationsPriority
in interfaceAssetListEntrySegmentsEntryRelLocalService
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntrySegmentsEntryRel> getCTPersistence()- Specified by:
getCTPersistence
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>
-
getModelClass
- Specified by:
getModelClass
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
getModelClass
in 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:
updateWithUnsafeFunction
in interfaceAssetListEntrySegmentsEntryRelLocalService
- Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntrySegmentsEntryRel>
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
-
setWrappedService
public void setWrappedService(AssetListEntrySegmentsEntryRelLocalService assetListEntrySegmentsEntryRelLocalService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntrySegmentsEntryRelLocalService>
-