|
Liferay 6.0.4 | |||||||||
| 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 AssetTagPropertyLocalService
This interface defines the service. The default implementation is
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.
AssetTagPropertyLocalServiceUtil| Method Detail |
|---|
AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
SystemExceptionAssetTagProperty createAssetTagProperty(long tagPropertyId)
void deleteAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
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)
AssetTagProperty getAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTagProperty> getAssetTagProperties(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetTagPropertiesCount()
throws SystemException
SystemException
AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
SystemException
AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
throws SystemException
SystemException
AssetTagProperty addTagProperty(long userId,
long tagId,
String key,
String value)
throws PortalException,
SystemException
PortalException
SystemException
void deleteTagProperties(long tagId)
throws SystemException
SystemException
void deleteTagProperty(AssetTagProperty tagProperty)
throws SystemException
SystemException
void deleteTagProperty(long tagPropertyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTagProperty> getTagProperties()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTagProperty> getTagProperties(long tagId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagProperty getTagProperty(long tagPropertyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagProperty getTagProperty(long tagId,
String key)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String[] getTagPropertyKeys(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTagProperty> getTagPropertyValues(long groupId,
String key)
throws SystemException
SystemException
AssetTagProperty updateTagProperty(long tagPropertyId,
String key,
String value)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||