com.liferay.portlet.asset.service
Class AssetTagPropertyLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetTagPropertyLocalServiceWrapper
- All Implemented Interfaces:
- AssetTagPropertyLocalService
public class AssetTagPropertyLocalServiceWrapper
- extends Object
- implements AssetTagPropertyLocalService
This class is a wrapper for AssetTagPropertyLocalService.
- See Also:
AssetTagPropertyLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetTagProperty |
addAssetTagProperty(AssetTagProperty assetTagProperty)
|
AssetTagProperty |
addTagProperty(long userId,
long tagId,
String key,
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<AssetTagProperty> |
getAssetTagProperties(int start,
int end)
|
int |
getAssetTagPropertiesCount()
|
AssetTagProperty |
getAssetTagProperty(long tagPropertyId)
|
List<AssetTagProperty> |
getTagProperties()
|
List<AssetTagProperty> |
getTagProperties(long tagId)
|
AssetTagProperty |
getTagProperty(long tagPropertyId)
|
AssetTagProperty |
getTagProperty(long tagId,
String key)
|
String[] |
getTagPropertyKeys(long groupId)
|
List<AssetTagProperty> |
getTagPropertyValues(long groupId,
String key)
|
AssetTagPropertyLocalService |
getWrappedAssetTagPropertyLocalService()
|
AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty)
|
AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
|
AssetTagProperty |
updateTagProperty(long tagPropertyId,
String key,
String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyLocalServiceWrapper
public AssetTagPropertyLocalServiceWrapper(AssetTagPropertyLocalService assetTagPropertyLocalService)
addAssetTagProperty
public AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Specified by:
addAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
SystemException
createAssetTagProperty
public AssetTagProperty createAssetTagProperty(long tagPropertyId)
- Specified by:
createAssetTagProperty in interface AssetTagPropertyLocalService
deleteAssetTagProperty
public void deleteAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Specified by:
deleteAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
deleteAssetTagProperty
public void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Specified by:
deleteAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagPropertyLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagPropertyLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagPropertyLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AssetTagPropertyLocalService
- Throws:
SystemException
getAssetTagProperty
public AssetTagProperty getAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Specified by:
getAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
getAssetTagProperties
public List<AssetTagProperty> getAssetTagProperties(int start,
int end)
throws SystemException
- Specified by:
getAssetTagProperties in interface AssetTagPropertyLocalService
- Throws:
SystemException
getAssetTagPropertiesCount
public int getAssetTagPropertiesCount()
throws SystemException
- Specified by:
getAssetTagPropertiesCount in interface AssetTagPropertyLocalService
- Throws:
SystemException
updateAssetTagProperty
public AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Specified by:
updateAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
SystemException
updateAssetTagProperty
public AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
throws SystemException
- Specified by:
updateAssetTagProperty in interface AssetTagPropertyLocalService
- Throws:
SystemException
addTagProperty
public AssetTagProperty addTagProperty(long userId,
long tagId,
String key,
String value)
throws PortalException,
SystemException
- Specified by:
addTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
deleteTagProperties
public void deleteTagProperties(long tagId)
throws SystemException
- Specified by:
deleteTagProperties in interface AssetTagPropertyLocalService
- Throws:
SystemException
deleteTagProperty
public void deleteTagProperty(AssetTagProperty tagProperty)
throws SystemException
- Specified by:
deleteTagProperty in interface AssetTagPropertyLocalService
- Throws:
SystemException
deleteTagProperty
public void deleteTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Specified by:
deleteTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
getTagProperties
public List<AssetTagProperty> getTagProperties()
throws SystemException
- Specified by:
getTagProperties in interface AssetTagPropertyLocalService
- Throws:
SystemException
getTagProperties
public List<AssetTagProperty> getTagProperties(long tagId)
throws SystemException
- Specified by:
getTagProperties in interface AssetTagPropertyLocalService
- Throws:
SystemException
getTagProperty
public AssetTagProperty getTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Specified by:
getTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
getTagProperty
public AssetTagProperty getTagProperty(long tagId,
String key)
throws PortalException,
SystemException
- Specified by:
getTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
getTagPropertyKeys
public String[] getTagPropertyKeys(long groupId)
throws SystemException
- Specified by:
getTagPropertyKeys in interface AssetTagPropertyLocalService
- Throws:
SystemException
getTagPropertyValues
public List<AssetTagProperty> getTagPropertyValues(long groupId,
String key)
throws SystemException
- Specified by:
getTagPropertyValues in interface AssetTagPropertyLocalService
- Throws:
SystemException
updateTagProperty
public AssetTagProperty updateTagProperty(long tagPropertyId,
String key,
String value)
throws PortalException,
SystemException
- Specified by:
updateTagProperty in interface AssetTagPropertyLocalService
- Throws:
PortalException
SystemException
getWrappedAssetTagPropertyLocalService
public AssetTagPropertyLocalService getWrappedAssetTagPropertyLocalService()