|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface AssetCategoryPropertyServiceThe interface for the asset category property remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
AssetCategoryPropertyServiceUtil,
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl| Method Summary | |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value)
|
void |
deleteCategoryProperty(long categoryPropertyId)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key)
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value)
|
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
AssetCategoryProperty addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws PortalException,
SystemException
PortalException
SystemException
void deleteCategoryProperty(long categoryPropertyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
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 | ||||||||