public class AssetCategoryPropertyLocalServiceWrapper extends java.lang.Object implements AssetCategoryPropertyLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyLocalService>
AssetCategoryPropertyLocalService
.AssetCategoryPropertyLocalService
Constructor and Description |
---|
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService) |
Modifier and Type | Method and Description |
---|---|
AssetCategoryProperty |
addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database.
|
AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
java.lang.String key,
java.lang.String value) |
AssetCategoryProperty |
createAssetCategoryProperty(long categoryPropertyId)
Creates a new asset category property with the primary key.
|
AssetCategoryProperty |
deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database.
|
AssetCategoryProperty |
deleteAssetCategoryProperty(long categoryPropertyId)
Deletes the asset category property with the primary key from the database.
|
void |
deleteCategoryProperties(long entryId) |
void |
deleteCategoryProperty(AssetCategoryProperty categoryProperty) |
void |
deleteCategoryProperty(long categoryPropertyId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
AssetCategoryProperty |
fetchAssetCategoryProperty(long categoryPropertyId) |
AssetCategoryProperty |
fetchCategoryProperty(long categoryId,
java.lang.String key) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<AssetCategoryProperty> |
getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties.
|
int |
getAssetCategoryPropertiesCount()
Returns the number of asset category properties.
|
AssetCategoryProperty |
getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key.
|
java.util.List<AssetCategoryProperty> |
getCategoryProperties() |
java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId) |
AssetCategoryProperty |
getCategoryProperty(long categoryId,
java.lang.String key) |
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
java.lang.String key) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetCategoryPropertyLocalService |
getWrappedService() |
void |
setWrappedService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService) |
AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database or adds it if it does not yet exist.
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
public AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
public AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
addAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category propertypublic AssetCategoryProperty addCategoryProperty(long userId, long categoryId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
addCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
createAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key for the new asset category propertypublic AssetCategoryProperty deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category propertypublic AssetCategoryProperty deleteAssetCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key of the asset category propertyPortalException
- if a asset category property with the primary key could not be foundpublic void deleteCategoryProperties(long entryId)
deleteCategoryProperties
in interface AssetCategoryPropertyLocalService
public void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
public void deleteCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface AssetCategoryPropertyLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface AssetCategoryPropertyLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface AssetCategoryPropertyLocalService
dynamicQuery
- 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 and pagination is required (start
and end
are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.asset.category.property.model.impl.AssetCategoryPropertyModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface AssetCategoryPropertyLocalService
dynamicQuery
- 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 and pagination is required (start
and end
are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.asset.category.property.model.impl.AssetCategoryPropertyModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface AssetCategoryPropertyLocalService
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 (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic AssetCategoryProperty fetchAssetCategoryProperty(long categoryPropertyId)
fetchAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
public AssetCategoryProperty fetchCategoryProperty(long categoryId, java.lang.String key)
fetchCategoryProperty
in interface AssetCategoryPropertyLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface AssetCategoryPropertyLocalService
public java.util.List<AssetCategoryProperty> getAssetCategoryProperties(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 and pagination is required (start
and end
are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.asset.category.property.model.impl.AssetCategoryPropertyModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetCategoryProperties
in interface AssetCategoryPropertyLocalService
start
- the lower bound of the range of asset category propertiesend
- the upper bound of the range of asset category properties (not inclusive)public int getAssetCategoryPropertiesCount()
getAssetCategoryPropertiesCount
in interface AssetCategoryPropertyLocalService
public AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException
getAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key of the asset category propertyPortalException
- if a asset category property with the primary key could not be foundpublic java.util.List<AssetCategoryProperty> getCategoryProperties()
getCategoryProperties
in interface AssetCategoryPropertyLocalService
public java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperties
in interface AssetCategoryPropertyLocalService
public AssetCategoryProperty getCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException
getCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public AssetCategoryProperty getCategoryProperty(long categoryId, java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
getCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, java.lang.String key)
getCategoryPropertyValues
in interface AssetCategoryPropertyLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface AssetCategoryPropertyLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetCategoryPropertyLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface AssetCategoryPropertyLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
updateAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category propertypublic AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
updateCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
updateCategoryProperty
in interface AssetCategoryPropertyLocalService
com.liferay.portal.kernel.exception.PortalException
public AssetCategoryPropertyLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyLocalService>
public void setWrappedService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyLocalService>