com.liferay.portlet.asset.service
Interface AssetTagPropertyLocalService
- All Known Implementing Classes:
- AssetTagPropertyLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AssetTagPropertyLocalService
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.AssetTagPropertyLocalServiceImpl
}.
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:
AssetTagPropertyLocalServiceUtil
- Generated:
Method Summary |
AssetTagProperty |
addAssetTagProperty(AssetTagProperty assetTagProperty)
|
AssetTagProperty |
addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.String value)
|
AssetTagProperty |
createAssetTagProperty(long tagPropertyId)
|
void |
deleteAssetTagProperty(AssetTagProperty assetTagProperty)
|
void |
deleteAssetTagProperty(long tagPropertyId)
|
void |
deleteTagProperties(long tagId)
|
void |
deleteTagProperty(AssetTagProperty tagProperty)
|
void |
deleteTagProperty(long tagPropertyId)
|
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<AssetTagProperty> |
getAssetTagProperties(int start,
int end)
|
int |
getAssetTagPropertiesCount()
|
AssetTagProperty |
getAssetTagProperty(long tagPropertyId)
|
java.util.List<AssetTagProperty> |
getTagProperties()
|
java.util.List<AssetTagProperty> |
getTagProperties(long tagId)
|
AssetTagProperty |
getTagProperty(long tagPropertyId)
|
AssetTagProperty |
getTagProperty(long tagId,
java.lang.String key)
|
java.lang.String[] |
getTagPropertyKeys(long groupId)
|
java.util.List<AssetTagProperty> |
getTagPropertyValues(long groupId,
java.lang.String key)
|
AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty)
|
AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
|
AssetTagProperty |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
|
addAssetTagProperty
AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetTagProperty
AssetTagProperty createAssetTagProperty(long tagPropertyId)
deleteAssetTagProperty
void deleteAssetTagProperty(long tagPropertyId)
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
deleteAssetTagProperty
void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
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
getAssetTagProperty
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagProperty getAssetTagProperty(long tagPropertyId)
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
getAssetTagProperties
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetTagProperty> getAssetTagProperties(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetTagPropertiesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetTagPropertiesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagProperty
AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagProperty
AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addTagProperty
AssetTagProperty addTagProperty(long userId,
long tagId,
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
deleteTagProperties
void deleteTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagProperty
void deleteTagProperty(AssetTagProperty tagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagProperty
void deleteTagProperty(long tagPropertyId)
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
getTagProperties
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetTagProperty> getTagProperties()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperties
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetTagProperty> getTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperty
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagProperty getTagProperty(long tagPropertyId)
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
getTagProperty
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagProperty getTagProperty(long tagId,
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
getTagPropertyKeys
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.lang.String[] getTagPropertyKeys(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagPropertyValues
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetTagProperty> getTagPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTagProperty
AssetTagProperty updateTagProperty(long tagPropertyId,
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