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.PersistedModel
createPersistedModel
(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.void
deleteAssetListEntryAssetEntryRelByAssetEntryId
(long assetEntryId) void
deleteAssetListEntryAssetEntryRelByAssetListEntryId
(long assetListEntryId) 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.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.ActionableDynamicQuery
getAssetListEntryAssetEntryRel
(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.int
Returns the number of asset list entry asset entry rels.int
getAssetListEntryAssetEntryRelsCount
(long assetListEntryId) int
getAssetListEntryAssetEntryRelsCount
(long assetListEntryId, long segmentsEntryId) int
getAssetListEntryAssetEntryRelsCount
(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.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) moveAssetListEntryAssetEntryRel
(long assetListEntryId, long segmentsEntryId, int position, int newPosition) void
setWrappedService
(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, wait
Methods 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:
addAssetListEntryAssetEntryRel
in 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:
addAssetListEntryAssetEntryRel
in 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:
addAssetListEntryAssetEntryRel
in 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:
createAssetListEntryAssetEntryRel
in 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:
createPersistedModel
in interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.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:
deleteAssetListEntryAssetEntryRel
in interfaceAssetListEntryAssetEntryRelLocalService
- Parameters:
assetListEntryAssetEntryRel
- the asset list entry asset entry rel- Returns:
- the asset list entry asset entry rel that was removed
- Throws:
PortalException
com.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:
deleteAssetListEntryAssetEntryRel
in 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:
deleteAssetListEntryAssetEntryRel
in interfaceAssetListEntryAssetEntryRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRelByAssetEntryId
public void deleteAssetListEntryAssetEntryRelByAssetEntryId(long assetEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryAssetEntryRelByAssetEntryId
in interfaceAssetListEntryAssetEntryRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntryAssetEntryRelByAssetListEntryId
public void deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId) - Specified by:
deleteAssetListEntryAssetEntryRelByAssetListEntryId
in 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:
deletePersistedModel
in interfaceAssetListEntryAssetEntryRelLocalService
- 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 interfaceAssetListEntryAssetEntryRelLocalService
- 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 interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceAssetListEntryAssetEntryRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in 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 - 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.AssetListEntryAssetEntryRelModelImpl
.- Specified by:
dynamicQuery
in 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 - 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.AssetListEntryAssetEntryRelModelImpl
.- Specified by:
dynamicQuery
in 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:
dynamicQueryCount
in 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:
dynamicQueryCount
in 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:
fetchAssetListEntryAssetEntryRel
in interfaceAssetListEntryAssetEntryRelLocalService
-
fetchAssetListEntryAssetEntryRelByUuidAndGroupId
public AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRelByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry asset entry rel matching the UUID and group.- Specified by:
fetchAssetListEntryAssetEntryRelByUuidAndGroupId
in 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
null
if a matching asset list entry asset entry rel could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in 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:
getAssetListEntryAssetEntryRel
in 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:
getAssetListEntryAssetEntryRelByAssetEntryId
in 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:
getAssetListEntryAssetEntryRelByUuidAndGroupId
in 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 - 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.AssetListEntryAssetEntryRelModelImpl
.- Specified by:
getAssetListEntryAssetEntryRels
in 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:
getAssetListEntryAssetEntryRels
in interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRels
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end) - Specified by:
getAssetListEntryAssetEntryRels
in interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRels
public List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end) - Specified by:
getAssetListEntryAssetEntryRels
in 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:
getAssetListEntryAssetEntryRelsByUuidAndCompanyId
in 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:
getAssetListEntryAssetEntryRelsByUuidAndCompanyId
in 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:
getAssetListEntryAssetEntryRelsCount
in interfaceAssetListEntryAssetEntryRelLocalService
- Returns:
- the number of asset list entry asset entry rels
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId) - Specified by:
getAssetListEntryAssetEntryRelsCount
in interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long segmentsEntryId) - Specified by:
getAssetListEntryAssetEntryRelsCount
in interfaceAssetListEntryAssetEntryRelLocalService
-
getAssetListEntryAssetEntryRelsCount
public int getAssetListEntryAssetEntryRelsCount(long assetListEntryId, long[] segmentsEntryIds) - Specified by:
getAssetListEntryAssetEntryRelsCount
in interfaceAssetListEntryAssetEntryRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQuery
in interfaceAssetListEntryAssetEntryRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceAssetListEntryAssetEntryRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
getPersistedModel
in interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.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:
moveAssetListEntryAssetEntryRel
in 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:
updateAssetListEntryAssetEntryRel
in 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:
updateAssetListEntryAssetEntryRel
in interfaceAssetListEntryAssetEntryRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
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<AssetListEntryAssetEntryRel> getCTPersistence()- Specified by:
getCTPersistence
in interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>
-
getModelClass
- Specified by:
getModelClass
in interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
getModelClass
in 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:
updateWithUnsafeFunction
in interfaceAssetListEntryAssetEntryRelLocalService
- Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
-
setWrappedService
public void setWrappedService(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
-