com.liferay.portlet.asset.service.impl
Class AssetLinkLocalServiceImpl
java.lang.Object
com.liferay.portlet.asset.service.base.AssetLinkLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetLinkLocalServiceImpl
- All Implemented Interfaces:
- AssetLinkLocalService
public class AssetLinkLocalServiceImpl
- extends AssetLinkLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.asset.service.base.AssetLinkLocalServiceBaseImpl |
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Methods inherited from class com.liferay.portlet.asset.service.base.AssetLinkLocalServiceBaseImpl |
addAssetLink, createAssetLink, deleteAssetLink, deleteAssetLink, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLink, getAssetLinkLocalService, getAssetLinkPersistence, getAssetLinks, getAssetLinksCount, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetLink, updateAssetLink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetLinkLocalServiceImpl
public AssetLinkLocalServiceImpl()
addLink
public AssetLink addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteLink
public void deleteLink(long linkId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteLinks
public void deleteLinks(long entryId)
throws SystemException
- Throws:
SystemException
deleteLinks
public void deleteLinks(long entryId1,
long entryId2)
throws SystemException
- Throws:
SystemException
getLinks
public List<AssetLink> getLinks(long entryId,
int typeId)
throws SystemException
- Throws:
SystemException
getReverseLinks
public List<AssetLink> getReverseLinks(long entryId,
int typeId)
throws SystemException
- Throws:
SystemException