Class AssetListEntryAssetEntryRelLocalServiceWrapper
- All Implemented Interfaces:
AssetListEntryAssetEntryRelLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
AssetListEntryAssetEntryRelLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetListEntryAssetEntryRelLocalServiceWrapper(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) Adds the asset list entry asset entry rel to the database.createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) Creates a new asset list entry asset entry rel with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) Deletes the asset list entry asset entry rel with the primary key from the database.deleteAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position) deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) Deletes the asset list entry asset entry rel from the database.voiddeleteAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) voiddeleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId) 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.fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) fetchAssetListEntryAssetEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry asset entry rel matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerygetAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) Returns the asset list entry asset entry rel with the primary key.getAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) getAssetListEntryAssetEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry asset entry rel matching the UUID and group.getAssetListEntryAssetEntryRels(int start, int end) Returns a range of all the asset list entry asset entry rels.getAssetListEntryAssetEntryRels(long assetListEntryId, int start, int end) getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end) getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end) getAssetListEntryAssetEntryRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the asset list entry asset entry rels matching the UUID and company.getAssetListEntryAssetEntryRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) Returns a range of asset list entry asset entry rels matching the UUID and company.intReturns the number of asset list entry asset entry rels.intgetAssetListEntryAssetEntryRelsCount(long assetListEntryId) intgetAssetListEntryAssetEntryRelsCount(long assetListEntryId, long segmentsEntryId) intgetAssetListEntryAssetEntryRelsCount(long assetListEntryId, long[] segmentsEntryIds) com.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>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) moveAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position, int newPosition) voidsetWrappedService(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId, long assetListEntryId, long assetEntryId, long segmentsEntryId, int position) updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) Updates the asset list entry asset entry rel in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>, 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
-
AssetListEntryAssetEntryRelLocalServiceWrapper
public AssetListEntryAssetEntryRelLocalServiceWrapper() -
AssetListEntryAssetEntryRelLocalServiceWrapper
public AssetListEntryAssetEntryRelLocalServiceWrapper(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService)
-
-
Method Details
-
addAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) Adds the asset list entry asset entry rel to the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
addAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRel- the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel that was added
-
addAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) Creates a new asset list entry asset entry rel with the primary key. Does not add the asset list entry asset entry rel to the database.- Specified by:
createAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRelId- the primary key for the new asset list entry asset entry rel- Returns:
- the new asset list entry asset entry rel
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) throws com.liferay.portal.kernel.exception.PortalException Deletes the asset list entry asset entry rel from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
deleteAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRel- the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel that was removed
- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws com.liferay.portal.kernel.exception.PortalException Deletes the asset list entry asset entry rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
deleteAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRelId- the primary key of the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel that was removed
- Throws:
PortalException- if a asset list entry asset entry rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRelByAssetEntryId
public void deleteAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryAssetEntryRelByAssetEntryIdin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRelByAssetListEntryId
public void deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId) - Specified by:
deleteAssetListEntryAssetEntryRelByAssetListEntryIdin interfaceAssetListEntryAssetEntryRelLocalService
-
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 interfaceAssetListEntryAssetEntryRelLocalService- 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 interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService- 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.AssetListEntryAssetEntryRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService- 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.AssetListEntryAssetEntryRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService- 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 interfaceAssetListEntryAssetEntryRelLocalService- 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 interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) - Specified by:
fetchAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService
-
fetchAssetListEntryAssetEntryRelByUuidAndGroupId
public AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry asset entry rel matching the UUID and group.- Specified by:
fetchAssetListEntryAssetEntryRelByUuidAndGroupIdin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
uuid- the asset list entry asset entry rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry asset entry rel, or
nullif a matching asset list entry asset entry rel could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry asset entry rel with the primary key.- Specified by:
getAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRelId- the primary key of the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel
- Throws:
PortalException- if a asset list entry asset entry rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryAssetEntryRelByAssetEntryId
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) - Specified by:
getAssetListEntryAssetEntryRelByAssetEntryIdin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelByUuidAndGroupId
public AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRelByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry asset entry rel matching the UUID and group.- Specified by:
getAssetListEntryAssetEntryRelByUuidAndGroupIdin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
uuid- the asset list entry asset entry rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry asset entry rel
- Throws:
PortalException- if a matching asset list entry asset entry rel could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryAssetEntryRels
Returns a range of all the asset list entry asset 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.AssetListEntryAssetEntryRelModelImpl.- Specified by:
getAssetListEntryAssetEntryRelsin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
start- the lower bound of the range of asset list entry asset entry relsend- the upper bound of the range of asset list entry asset entry rels (not inclusive)- Returns:
- the range of asset list entry asset entry rels
-
getAssetListEntryAssetEntryRels
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, int start, int end) - Specified by:
getAssetListEntryAssetEntryRelsin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRels
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end) - Specified by:
getAssetListEntryAssetEntryRelsin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRels
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end) - Specified by:
getAssetListEntryAssetEntryRelsin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelsByUuidAndCompanyId
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the asset list entry asset entry rels matching the UUID and company.- Specified by:
getAssetListEntryAssetEntryRelsByUuidAndCompanyIdin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
uuid- the UUID of the asset list entry asset entry relscompanyId- the primary key of the company- Returns:
- the matching asset list entry asset entry rels, or an empty list if no matches were found
-
getAssetListEntryAssetEntryRelsByUuidAndCompanyId
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) Returns a range of asset list entry asset entry rels matching the UUID and company.- Specified by:
getAssetListEntryAssetEntryRelsByUuidAndCompanyIdin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
uuid- the UUID of the asset list entry asset entry relscompanyId- the primary key of the companystart- the lower bound of the range of asset list entry asset entry relsend- the upper bound of the range of asset list entry asset entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching asset list entry asset entry rels, or an empty list if no matches were found
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount()Returns the number of asset list entry asset entry rels.- Specified by:
getAssetListEntryAssetEntryRelsCountin interfaceAssetListEntryAssetEntryRelLocalService- Returns:
- the number of asset list entry asset entry rels
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId) - Specified by:
getAssetListEntryAssetEntryRelsCountin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long segmentsEntryId) - Specified by:
getAssetListEntryAssetEntryRelsCountin interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long[] segmentsEntryIds) - Specified by:
getAssetListEntryAssetEntryRelsCountin interfaceAssetListEntryAssetEntryRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceAssetListEntryAssetEntryRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetListEntryAssetEntryRelLocalService- 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 interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
moveAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel moveAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel) Updates the asset list entry asset entry rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl 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:
updateAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Parameters:
assetListEntryAssetEntryRel- the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel that was updated
-
updateAssetListEntryAssetEntryRel
public AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId, long assetListEntryId, long assetEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryAssetEntryRelin interfaceAssetListEntryAssetEntryRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
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<AssetListEntryAssetEntryRel> getCTPersistence()- Specified by:
getCTPersistencein interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>
-
getModelClass
- Specified by:
getModelClassin interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceAssetListEntryAssetEntryRelLocalService- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
-
setWrappedService
public void setWrappedService(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
-