|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetCategoryPropertyLocalService
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.
AssetCategoryPropertyLocalServiceUtil
Method Detail |
---|
AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
SystemException
AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
void deleteAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetCategoryPropertiesCount() throws SystemException
SystemException
AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
SystemException
AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge) throws SystemException
SystemException
AssetCategoryProperty addCategoryProperty(long userId, long categoryId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
PortalException
SystemException
void deleteCategoryProperties(long entryId) throws SystemException
SystemException
void deleteCategoryProperty(AssetCategoryProperty categoryProperty) throws SystemException
SystemException
void deleteCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getCategoryProperties() throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetCategoryProperty getCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetCategoryProperty getCategoryProperty(long categoryId, java.lang.String key) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, java.lang.String key) throws SystemException
SystemException
AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
PortalException
SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |