|
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 AssetVocabularyLocalService
This interface defines the service. The default implementation is
AssetVocabularyLocalServiceImpl.
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.
AssetVocabularyLocalServiceUtil| Method Detail |
|---|
AssetVocabulary addAssetVocabulary(AssetVocabulary assetVocabulary)
throws SystemException
SystemExceptionAssetVocabulary createAssetVocabulary(long vocabularyId)
void deleteAssetVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteAssetVocabulary(AssetVocabulary assetVocabulary)
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)
AssetVocabulary getAssetVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetVocabulary getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetVocabulary> getAssetVocabularies(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetVocabulariesCount()
throws SystemException
SystemException
AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary)
throws SystemException
SystemException
AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary,
boolean merge)
throws SystemException
SystemException
AssetVocabulary addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void addVocabularyResources(AssetVocabulary vocabulary,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addVocabularyResources(AssetVocabulary vocabulary,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void deleteVocabulary(AssetVocabulary vocabulary)
throws PortalException,
SystemException
PortalException
SystemException
void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetVocabulary getGroupVocabulary(long groupId,
String name)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
AssetVocabulary updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
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 | |||||||||