public class AssetEntryAssetCategoryRelLocalServiceWrapper extends java.lang.Object implements AssetEntryAssetCategoryRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryAssetCategoryRelLocalService>
AssetEntryAssetCategoryRelLocalService.AssetEntryAssetCategoryRelLocalService| Constructor and Description |
|---|
AssetEntryAssetCategoryRelLocalServiceWrapper() |
AssetEntryAssetCategoryRelLocalServiceWrapper(AssetEntryAssetCategoryRelLocalService assetEntryAssetCategoryRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Adds the asset entry asset category rel to the database.
|
AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId,
int priority) |
AssetEntryAssetCategoryRel |
createAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Creates a new asset entry asset category rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
AssetEntryAssetCategoryRel |
deleteAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Deletes the asset entry asset category rel from the database.
|
AssetEntryAssetCategoryRel |
deleteAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Deletes the asset entry asset category rel with the primary key from the database.
|
void |
deleteAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
void |
deleteAssetEntryAssetCategoryRelByAssetCategoryId(long assetCategoryId) |
void |
deleteAssetEntryAssetCategoryRelByAssetEntryId(long assetEntryId) |
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 |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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> java.util.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.
|
AssetEntryAssetCategoryRel |
fetchAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) |
AssetEntryAssetCategoryRel |
fetchAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
long[] |
getAssetCategoryPrimaryKeys(long assetEntryId) |
AssetEntryAssetCategoryRel |
getAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Returns the asset entry asset category rel with the primary key.
|
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRels(int start,
int end)
Returns a range of all the asset entry asset category rels.
|
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId) |
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId,
int start,
int end) |
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator) |
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId) |
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId,
int start,
int end) |
java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator) |
int |
getAssetEntryAssetCategoryRelsCount()
Returns the number of asset entry asset category rels.
|
int |
getAssetEntryAssetCategoryRelsCount(long assetEntryId) |
int |
getAssetEntryAssetCategoryRelsCountByAssetCategoryId(long assetCategoryId) |
long[] |
getAssetEntryPrimaryKeys(long assetCategoryId) |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryAssetCategoryRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<AssetEntryAssetCategoryRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetEntryAssetCategoryRelLocalService |
getWrappedService() |
void |
setWrappedService(AssetEntryAssetCategoryRelLocalService assetEntryAssetCategoryRelLocalService) |
AssetEntryAssetCategoryRel |
updateAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Updates the asset entry asset category rel in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryAssetCategoryRel>,R,E> updateUnsafeFunction) |
public AssetEntryAssetCategoryRelLocalServiceWrapper()
public AssetEntryAssetCategoryRelLocalServiceWrapper(AssetEntryAssetCategoryRelLocalService assetEntryAssetCategoryRelLocalService)
public AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Important: Inspect AssetEntryAssetCategoryRelLocalServiceImpl 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.
addAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRel - the asset entry asset category relpublic AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId)
addAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServicepublic AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId, int priority)
addAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServicepublic AssetEntryAssetCategoryRel createAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
createAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRelId - the primary key for the new asset entry asset category relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface AssetEntryAssetCategoryRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetEntryAssetCategoryRel deleteAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Important: Inspect AssetEntryAssetCategoryRelLocalServiceImpl 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.
deleteAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRel - the asset entry asset category relpublic AssetEntryAssetCategoryRel deleteAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect AssetEntryAssetCategoryRelLocalServiceImpl 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.
deleteAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRelId - the primary key of the asset entry asset category relPortalException - if a asset entry asset category rel with the primary key could not be foundpublic void deleteAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId)
deleteAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServicepublic void deleteAssetEntryAssetCategoryRelByAssetCategoryId(long assetCategoryId)
deleteAssetEntryAssetCategoryRelByAssetCategoryId in interface AssetEntryAssetCategoryRelLocalServicepublic void deleteAssetEntryAssetCategoryRelByAssetEntryId(long assetEntryId)
deleteAssetEntryAssetCategoryRelByAssetEntryId in interface AssetEntryAssetCategoryRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface AssetEntryAssetCategoryRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetEntryAssetCategoryRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetEntryAssetCategoryRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface AssetEntryAssetCategoryRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface AssetEntryAssetCategoryRelLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
dynamicQuery in interface AssetEntryAssetCategoryRelLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
dynamicQuery in interface AssetEntryAssetCategoryRelLocalServicedynamicQuery - 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 (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetEntryAssetCategoryRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface AssetEntryAssetCategoryRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetEntryAssetCategoryRel fetchAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
fetchAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServicepublic AssetEntryAssetCategoryRel fetchAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId)
fetchAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetEntryAssetCategoryRelLocalServicepublic long[] getAssetCategoryPrimaryKeys(long assetEntryId)
getAssetCategoryPrimaryKeys in interface AssetEntryAssetCategoryRelLocalServicepublic AssetEntryAssetCategoryRel getAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) throws com.liferay.portal.kernel.exception.PortalException
getAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRelId - the primary key of the asset entry asset category relPortalException - if a asset entry asset category rel with the primary key could not be foundpublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRels(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
getAssetEntryAssetCategoryRels in interface AssetEntryAssetCategoryRelLocalServicestart - the lower bound of the range of asset entry asset category relsend - the upper bound of the range of asset entry asset category rels (not inclusive)public java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId)
getAssetEntryAssetCategoryRelsByAssetCategoryId in interface AssetEntryAssetCategoryRelLocalServicepublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId, int start, int end)
getAssetEntryAssetCategoryRelsByAssetCategoryId in interface AssetEntryAssetCategoryRelLocalServicepublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator)
getAssetEntryAssetCategoryRelsByAssetCategoryId in interface AssetEntryAssetCategoryRelLocalServicepublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId)
getAssetEntryAssetCategoryRelsByAssetEntryId in interface AssetEntryAssetCategoryRelLocalServicepublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId, int start, int end)
getAssetEntryAssetCategoryRelsByAssetEntryId in interface AssetEntryAssetCategoryRelLocalServicepublic java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator)
getAssetEntryAssetCategoryRelsByAssetEntryId in interface AssetEntryAssetCategoryRelLocalServicepublic int getAssetEntryAssetCategoryRelsCount()
getAssetEntryAssetCategoryRelsCount in interface AssetEntryAssetCategoryRelLocalServicepublic int getAssetEntryAssetCategoryRelsCount(long assetEntryId)
getAssetEntryAssetCategoryRelsCount in interface AssetEntryAssetCategoryRelLocalServicepublic int getAssetEntryAssetCategoryRelsCountByAssetCategoryId(long assetCategoryId)
getAssetEntryAssetCategoryRelsCountByAssetCategoryId in interface AssetEntryAssetCategoryRelLocalServicepublic long[] getAssetEntryPrimaryKeys(long assetCategoryId)
getAssetEntryPrimaryKeys in interface AssetEntryAssetCategoryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetEntryAssetCategoryRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetEntryAssetCategoryRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface AssetEntryAssetCategoryRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetEntryAssetCategoryRel updateAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Important: Inspect AssetEntryAssetCategoryRelLocalServiceImpl 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.
updateAssetEntryAssetCategoryRel in interface AssetEntryAssetCategoryRelLocalServiceassetEntryAssetCategoryRel - the asset entry asset category relpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryAssetCategoryRel> getCTPersistence()
getCTPersistence in interface AssetEntryAssetCategoryRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryAssetCategoryRel>public java.lang.Class<AssetEntryAssetCategoryRel> getModelClass()
getModelClass in interface AssetEntryAssetCategoryRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryAssetCategoryRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryAssetCategoryRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface AssetEntryAssetCategoryRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryAssetCategoryRel>E extends java.lang.Throwablepublic AssetEntryAssetCategoryRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryAssetCategoryRelLocalService>public void setWrappedService(AssetEntryAssetCategoryRelLocalService assetEntryAssetCategoryRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryAssetCategoryRelLocalService>