Class AssetTagGroupRelLocalServiceWrapper
- All Implemented Interfaces:
AssetTagGroupRelLocalService,BaseLocalService,CTService<AssetTagGroupRel>,PersistedModelLocalService,ServiceWrapper<AssetTagGroupRelLocalService>
AssetTagGroupRelLocalService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionAssetTagGroupRelLocalServiceWrapper(AssetTagGroupRelLocalService assetTagGroupRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetTagGroupRel(long groupId, long tagId) addAssetTagGroupRel(AssetTagGroupRel assetTagGroupRel) Adds the asset tag group rel to the database.createAssetTagGroupRel(long assetTagGroupRelId) Creates a new asset tag group rel with the primary key.createPersistedModel(Serializable primaryKeyObj) deleteAssetTagGroupRel(long assetTagGroupRelId) Deletes the asset tag group rel with the primary key from the database.deleteAssetTagGroupRel(AssetTagGroupRel assetTagGroupRel) Deletes the asset tag group rel from the database.voiddeleteAssetTagGroupRelsByGroupId(long groupId) voiddeleteAssetTagGroupRelsByTagId(long tagId) deletePersistedModel(PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> List<T>dynamicQuery(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>dynamicQuery(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(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.longdynamicQueryCount(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.fetchAssetTagGroupRel(long assetTagGroupRelId) fetchAssetTagGroupRelByUuidAndGroupId(String uuid, long groupId) Returns the asset tag group rel matching the UUID and group.getAssetTagGroupRel(long assetTagGroupRelId) Returns the asset tag group rel with the primary key.getAssetTagGroupRelByUuidAndGroupId(String uuid, long groupId) Returns the asset tag group rel matching the UUID and group.getAssetTagGroupRels(int start, int end) Returns a range of all the asset tag group rels.getAssetTagGroupRelsByGroupyId(long groupId) getAssetTagGroupRelsByTagId(long tagId) getAssetTagGroupRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the asset tag group rels matching the UUID and company.getAssetTagGroupRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns a range of asset tag group rels matching the UUID and company.intReturns the number of asset tag group rels.Returns the OSGi service identifier.getPersistedModel(Serializable primaryKeyObj) voidsetAssetTagGroupRels(long tagId, long[] groupIds) voidsetWrappedService(AssetTagGroupRelLocalService assetTagGroupRelLocalService) updateAssetTagGroupRel(AssetTagGroupRel assetTagGroupRel) Updates the asset tag group rel in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetTagGroupRel>, 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
-
AssetTagGroupRelLocalServiceWrapper
public AssetTagGroupRelLocalServiceWrapper() -
AssetTagGroupRelLocalServiceWrapper
public AssetTagGroupRelLocalServiceWrapper(AssetTagGroupRelLocalService assetTagGroupRelLocalService)
-
-
Method Details
-
addAssetTagGroupRel
Adds the asset tag group rel to the database. Also notifies the appropriate model listeners.Important: Inspect AssetTagGroupRelLocalServiceImpl 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:
addAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRel- the asset tag group rel- Returns:
- the asset tag group rel that was added
-
addAssetTagGroupRel
- Specified by:
addAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Throws:
PortalException
-
createAssetTagGroupRel
Creates a new asset tag group rel with the primary key. Does not add the asset tag group rel to the database.- Specified by:
createAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRelId- the primary key for the new asset tag group rel- Returns:
- the new asset tag group rel
-
createPersistedModel
- Specified by:
createPersistedModelin interfaceAssetTagGroupRelLocalService- Specified by:
createPersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
deleteAssetTagGroupRel
Deletes the asset tag group rel from the database. Also notifies the appropriate model listeners.Important: Inspect AssetTagGroupRelLocalServiceImpl 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:
deleteAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRel- the asset tag group rel- Returns:
- the asset tag group rel that was removed
-
deleteAssetTagGroupRel
Deletes the asset tag group rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect AssetTagGroupRelLocalServiceImpl 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:
deleteAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRelId- the primary key of the asset tag group rel- Returns:
- the asset tag group rel that was removed
- Throws:
PortalException- if a asset tag group rel with the primary key could not be foundPortalException
-
deleteAssetTagGroupRelsByGroupId
public void deleteAssetTagGroupRelsByGroupId(long groupId) - Specified by:
deleteAssetTagGroupRelsByGroupIdin interfaceAssetTagGroupRelLocalService
-
deleteAssetTagGroupRelsByTagId
public void deleteAssetTagGroupRelsByTagId(long tagId) - Specified by:
deleteAssetTagGroupRelsByTagIdin interfaceAssetTagGroupRelLocalService
-
deletePersistedModel
- Specified by:
deletePersistedModelin interfaceAssetTagGroupRelLocalService- Specified by:
deletePersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceAssetTagGroupRelLocalService- Specified by:
dslQueryin interfacePersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAssetTagGroupRelLocalService- Specified by:
dslQueryCountin interfacePersistedModelLocalService
-
dynamicQuery
- Specified by:
dynamicQueryin interfaceAssetTagGroupRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceAssetTagGroupRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
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.portlet.asset.model.impl.AssetTagGroupRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetTagGroupRelLocalService- 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(DynamicQuery dynamicQuery, int start, int end, 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.portlet.asset.model.impl.AssetTagGroupRelModelImpl.- Specified by:
dynamicQueryin interfaceAssetTagGroupRelLocalService- 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
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetTagGroupRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetTagGroupRelLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAssetTagGroupRel
- Specified by:
fetchAssetTagGroupRelin interfaceAssetTagGroupRelLocalService
-
fetchAssetTagGroupRelByUuidAndGroupId
Returns the asset tag group rel matching the UUID and group.- Specified by:
fetchAssetTagGroupRelByUuidAndGroupIdin interfaceAssetTagGroupRelLocalService- Parameters:
uuid- the asset tag group rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset tag group rel, or
nullif a matching asset tag group rel could not be found
-
getActionableDynamicQuery
- Specified by:
getActionableDynamicQueryin interfaceAssetTagGroupRelLocalService
-
getAssetTagGroupRel
Returns the asset tag group rel with the primary key.- Specified by:
getAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRelId- the primary key of the asset tag group rel- Returns:
- the asset tag group rel
- Throws:
PortalException- if a asset tag group rel with the primary key could not be foundPortalException
-
getAssetTagGroupRelByUuidAndGroupId
public AssetTagGroupRel getAssetTagGroupRelByUuidAndGroupId(String uuid, long groupId) throws PortalException Returns the asset tag group rel matching the UUID and group.- Specified by:
getAssetTagGroupRelByUuidAndGroupIdin interfaceAssetTagGroupRelLocalService- Parameters:
uuid- the asset tag group rel's UUIDgroupId- the primary key of the group- Returns:
- the matching asset tag group rel
- Throws:
PortalException- if a matching asset tag group rel could not be foundPortalException
-
getAssetTagGroupRels
Returns a range of all the asset tag group 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.portlet.asset.model.impl.AssetTagGroupRelModelImpl.- Specified by:
getAssetTagGroupRelsin interfaceAssetTagGroupRelLocalService- Parameters:
start- the lower bound of the range of asset tag group relsend- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of asset tag group rels
-
getAssetTagGroupRelsByGroupyId
- Specified by:
getAssetTagGroupRelsByGroupyIdin interfaceAssetTagGroupRelLocalService
-
getAssetTagGroupRelsByTagId
- Specified by:
getAssetTagGroupRelsByTagIdin interfaceAssetTagGroupRelLocalService
-
getAssetTagGroupRelsByUuidAndCompanyId
Returns all the asset tag group rels matching the UUID and company.- Specified by:
getAssetTagGroupRelsByUuidAndCompanyIdin interfaceAssetTagGroupRelLocalService- Parameters:
uuid- the UUID of the asset tag group relscompanyId- the primary key of the company- Returns:
- the matching asset tag group rels, or an empty list if no matches were found
-
getAssetTagGroupRelsByUuidAndCompanyId
public List<AssetTagGroupRel> getAssetTagGroupRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns a range of asset tag group rels matching the UUID and company.- Specified by:
getAssetTagGroupRelsByUuidAndCompanyIdin interfaceAssetTagGroupRelLocalService- Parameters:
uuid- the UUID of the asset tag group relscompanyId- the primary key of the companystart- the lower bound of the range of asset tag group relsend- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching asset tag group rels, or an empty list if no matches were found
-
getAssetTagGroupRelsCount
public int getAssetTagGroupRelsCount()Returns the number of asset tag group rels.- Specified by:
getAssetTagGroupRelsCountin interfaceAssetTagGroupRelLocalService- Returns:
- the number of asset tag group rels
-
getIndexableActionableDynamicQuery
- Specified by:
getIndexableActionableDynamicQueryin interfaceAssetTagGroupRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetTagGroupRelLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
- Specified by:
getPersistedModelin interfaceAssetTagGroupRelLocalService- Specified by:
getPersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
setAssetTagGroupRels
- Specified by:
setAssetTagGroupRelsin interfaceAssetTagGroupRelLocalService- Throws:
PortalException
-
updateAssetTagGroupRel
Updates the asset tag group rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect AssetTagGroupRelLocalServiceImpl 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:
updateAssetTagGroupRelin interfaceAssetTagGroupRelLocalService- Parameters:
assetTagGroupRel- the asset tag group rel- Returns:
- the asset tag group rel that was updated
-
getBasePersistence
- Specified by:
getBasePersistencein interfacePersistedModelLocalService
-
getCTPersistence
- Specified by:
getCTPersistencein interfaceAssetTagGroupRelLocalService- Specified by:
getCTPersistencein interfaceCTService<AssetTagGroupRel>
-
getModelClass
- Specified by:
getModelClassin interfaceAssetTagGroupRelLocalService- Specified by:
getModelClassin interfaceCTService<AssetTagGroupRel>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetTagGroupRel>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceAssetTagGroupRelLocalService- Specified by:
updateWithUnsafeFunctionin interfaceCTService<AssetTagGroupRel>- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetTagGroupRelLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetTagGroupRelLocalService>
-