|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceWrapper
public class AssetCategoryPropertyLocalServiceWrapper
This class is a wrapper for AssetCategoryPropertyLocalService
.
AssetCategoryPropertyLocalService
Constructor Summary | |
---|---|
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
|
Method Summary | |
---|---|
AssetCategoryProperty |
addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database. |
AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
AssetCategoryProperty |
createAssetCategoryProperty(long categoryPropertyId)
Creates a new asset category property with the primary key. |
void |
deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database. |
void |
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
List<AssetCategoryProperty> |
getAssetCategoryProperties(int start,
int end)
Gets a range of all the asset category properties. |
int |
getAssetCategoryPropertiesCount()
Gets the number of asset category properties. |
AssetCategoryProperty |
getAssetCategoryProperty(long categoryPropertyId)
Gets the asset category property with the primary key. |
List<AssetCategoryProperty> |
getCategoryProperties()
|
List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryId,
String key)
|
List<AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
String key)
|
AssetCategoryPropertyLocalService |
getWrappedAssetCategoryPropertyLocalService()
|
AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database. |
AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
boolean merge)
Updates the asset category property in the database. |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Method Detail |
---|
public AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
addAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category property to add
SystemException
- if a system exception occurredpublic AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
createAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key for the new asset category property
public void deleteAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key of the asset category property to delete
PortalException
- if a asset category property with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category property to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface AssetCategoryPropertyLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
getAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
categoryPropertyId
- the primary key of the asset category property to get
PortalException
- if a asset category property with the primary key could not be found
SystemException
- if a system exception occurredpublic List<AssetCategoryProperty> getAssetCategoryProperties(int start, int end) throws SystemException
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 QueryUtil.ALL_POS
will return the full result set.
getAssetCategoryProperties
in interface AssetCategoryPropertyLocalService
start
- the lower bound of the range of asset category properties to returnend
- the upper bound of the range of asset category properties to return (not inclusive)
SystemException
- if a system exception occurredpublic int getAssetCategoryPropertiesCount() throws SystemException
getAssetCategoryPropertiesCount
in interface AssetCategoryPropertyLocalService
SystemException
- if a system exception occurredpublic AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
updateAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category property to update
SystemException
- if a system exception occurredpublic AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge) throws SystemException
updateAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
assetCategoryProperty
- the asset category property to updatemerge
- whether to merge the asset category property with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic AssetCategoryProperty addCategoryProperty(long userId, long categoryId, String key, String value) throws PortalException, SystemException
addCategoryProperty
in interface AssetCategoryPropertyLocalService
PortalException
SystemException
public void deleteCategoryProperties(long entryId) throws SystemException
deleteCategoryProperties
in interface AssetCategoryPropertyLocalService
SystemException
public void deleteCategoryProperty(AssetCategoryProperty categoryProperty) throws SystemException
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
SystemException
public void deleteCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
PortalException
SystemException
public List<AssetCategoryProperty> getCategoryProperties() throws SystemException
getCategoryProperties
in interface AssetCategoryPropertyLocalService
SystemException
public List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
getCategoryProperties
in interface AssetCategoryPropertyLocalService
SystemException
public AssetCategoryProperty getCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
getCategoryProperty
in interface AssetCategoryPropertyLocalService
PortalException
SystemException
public AssetCategoryProperty getCategoryProperty(long categoryId, String key) throws PortalException, SystemException
getCategoryProperty
in interface AssetCategoryPropertyLocalService
PortalException
SystemException
public List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, String key) throws SystemException
getCategoryPropertyValues
in interface AssetCategoryPropertyLocalService
SystemException
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException, SystemException
updateCategoryProperty
in interface AssetCategoryPropertyLocalService
PortalException
SystemException
public AssetCategoryPropertyLocalService getWrappedAssetCategoryPropertyLocalService()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |