com.liferay.portlet.asset.service
Interface AssetTagPropertyLocalService

All Known Implementing Classes:
AssetTagPropertyLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,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 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<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)
           
 

Method Detail

addAssetTagProperty

AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
                                     throws SystemException
Throws:
SystemException

createAssetTagProperty

AssetTagProperty createAssetTagProperty(long tagPropertyId)

deleteAssetTagProperty

void deleteAssetTagProperty(long tagPropertyId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

deleteAssetTagProperty

void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
                            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

getAssetTagProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTagProperty getAssetTagProperty(long tagPropertyId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

getAssetTagProperties

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

getAssetTagPropertiesCount

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

updateAssetTagProperty

AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
                                        throws SystemException
Throws:
SystemException

updateAssetTagProperty

AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
                                        boolean merge)
                                        throws SystemException
Throws:
SystemException

addTagProperty

AssetTagProperty addTagProperty(long userId,
                                long tagId,
                                java.lang.String key,
                                java.lang.String value)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteTagProperties

void deleteTagProperties(long tagId)
                         throws SystemException
Throws:
SystemException

deleteTagProperty

void deleteTagProperty(AssetTagProperty tagProperty)
                       throws SystemException
Throws:
SystemException

deleteTagProperty

void deleteTagProperty(long tagPropertyId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getTagProperties

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

getTagProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetTagProperty> getTagProperties(long tagId)
                                                  throws SystemException
Throws:
SystemException

getTagProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTagProperty getTagProperty(long tagPropertyId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getTagProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTagProperty getTagProperty(long tagId,
                                                                         java.lang.String key)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getTagPropertyKeys

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.lang.String[] getTagPropertyKeys(long groupId)
                                      throws SystemException
Throws:
SystemException

getTagPropertyValues

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

updateTagProperty

AssetTagProperty updateTagProperty(long tagPropertyId,
                                   java.lang.String key,
                                   java.lang.String value)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException