com.liferay.portlet.asset.service
Interface AssetCategoryPropertyLocalService

All Known Implementing Classes:
AssetCategoryPropertyLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,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 dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 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 SystemException
Throws:
SystemException

createAssetCategoryProperty

AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)

deleteAssetCategoryProperty

void deleteAssetCategoryProperty(long categoryPropertyId)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

deleteAssetCategoryProperty

void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                 throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Throws:
SystemException

getAssetCategoryProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
                                               throws PortalException,
                                                      SystemException
Throws:
PortalException
SystemException

getAssetCategoryProperties

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

getAssetCategoryPropertiesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getAssetCategoryPropertiesCount()
                                    throws SystemException
Throws:
SystemException

updateAssetCategoryProperty

AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                  throws SystemException
Throws:
SystemException

updateAssetCategoryProperty

AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
                                                  boolean merge)
                                                  throws SystemException
Throws:
SystemException

addCategoryProperty

AssetCategoryProperty addCategoryProperty(long userId,
                                          long categoryId,
                                          java.lang.String key,
                                          java.lang.String value)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

deleteCategoryProperties

void deleteCategoryProperties(long entryId)
                              throws SystemException
Throws:
SystemException

deleteCategoryProperty

void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                            throws SystemException
Throws:
SystemException

deleteCategoryProperty

void deleteCategoryProperty(long categoryPropertyId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getCategoryProperties

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

getCategoryProperties

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

getCategoryProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getCategoryProperty

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

getCategoryPropertyValues

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

updateCategoryProperty

AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                             java.lang.String key,
                                             java.lang.String value)
                                             throws PortalException,
                                                    SystemException
Throws:
PortalException
SystemException