com.liferay.portlet.asset.service
Interface AssetCategoryPropertyLocalService

All Known Implementing Classes:
AssetCategoryPropertyLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AssetCategoryPropertyLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
AssetCategoryPropertyLocalServiceUtil
Generated:

Method Summary
 AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty addCategoryProperty(long userId, long categoryId, java.lang.String key, java.lang.String value)
           
 AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
           
 void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void deleteAssetCategoryProperty(long categoryPropertyId)
           
 void deleteCategoryProperties(long entryId)
           
 void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start, int end)
           
 int getAssetCategoryPropertiesCount()
           
 AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
           
 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)
           
 AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value)
           
 

Method Detail

addAssetCategoryProperty

AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetCategoryProperty

AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)

deleteAssetCategoryProperty

void deleteAssetCategoryProperty(long categoryPropertyId)
                                 throws com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetCategoryProperty

void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetCategoryProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
                                               throws com.liferay.portal.kernel.exception.PortalException,
                                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetCategoryProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start,
                                                                               int end)
                                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetCategoryPropertiesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getAssetCategoryPropertiesCount()
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetCategoryProperty

AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetCategoryProperty

AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
                                                  boolean merge)
                                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addCategoryProperty

AssetCategoryProperty addCategoryProperty(long userId,
                                          long categoryId,
                                          java.lang.String key,
                                          java.lang.String value)
                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteCategoryProperties

void deleteCategoryProperties(long entryId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteCategoryProperty

void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteCategoryProperty

void deleteCategoryProperty(long categoryPropertyId)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetCategoryProperty> getCategoryProperties()
                                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getCategoryProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getCategoryProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetCategoryProperty getCategoryProperty(long categoryId,
                                                        java.lang.String key)
                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryPropertyValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
                                                                              java.lang.String key)
                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateCategoryProperty

AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                             java.lang.String key,
                                             java.lang.String value)
                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException