com.liferay.portlet.asset.service
Class AssetLinkLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetLinkLocalServiceWrapper
- All Implemented Interfaces:
- AssetLinkLocalService
public class AssetLinkLocalServiceWrapper
- extends Object
- implements AssetLinkLocalService
This class is a wrapper for AssetLinkLocalService.
- See Also:
AssetLinkLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetLink |
addAssetLink(AssetLink assetLink)
|
AssetLink |
addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
|
AssetLink |
createAssetLink(long linkId)
|
void |
deleteAssetLink(AssetLink assetLink)
|
void |
deleteAssetLink(long linkId)
|
void |
deleteLink(long linkId)
|
void |
deleteLinks(long entryId)
|
void |
deleteLinks(long entryId1,
long entryId2)
|
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)
|
AssetLink |
getAssetLink(long linkId)
|
List<AssetLink> |
getAssetLinks(int start,
int end)
|
int |
getAssetLinksCount()
|
List<AssetLink> |
getLinks(long entryId,
int typeId)
|
List<AssetLink> |
getReverseLinks(long entryId,
int typeId)
|
AssetLinkLocalService |
getWrappedAssetLinkLocalService()
|
AssetLink |
updateAssetLink(AssetLink assetLink)
|
AssetLink |
updateAssetLink(AssetLink assetLink,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetLinkLocalServiceWrapper
public AssetLinkLocalServiceWrapper(AssetLinkLocalService assetLinkLocalService)
addAssetLink
public AssetLink addAssetLink(AssetLink assetLink)
throws SystemException
- Specified by:
addAssetLink in interface AssetLinkLocalService
- Throws:
SystemException
createAssetLink
public AssetLink createAssetLink(long linkId)
- Specified by:
createAssetLink in interface AssetLinkLocalService
deleteAssetLink
public void deleteAssetLink(long linkId)
throws PortalException,
SystemException
- Specified by:
deleteAssetLink in interface AssetLinkLocalService
- Throws:
PortalException
SystemException
deleteAssetLink
public void deleteAssetLink(AssetLink assetLink)
throws SystemException
- Specified by:
deleteAssetLink in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AssetLinkLocalService
- Throws:
SystemException
getAssetLink
public AssetLink getAssetLink(long linkId)
throws PortalException,
SystemException
- Specified by:
getAssetLink in interface AssetLinkLocalService
- Throws:
PortalException
SystemException
getAssetLinks
public List<AssetLink> getAssetLinks(int start,
int end)
throws SystemException
- Specified by:
getAssetLinks in interface AssetLinkLocalService
- Throws:
SystemException
getAssetLinksCount
public int getAssetLinksCount()
throws SystemException
- Specified by:
getAssetLinksCount in interface AssetLinkLocalService
- Throws:
SystemException
updateAssetLink
public AssetLink updateAssetLink(AssetLink assetLink)
throws SystemException
- Specified by:
updateAssetLink in interface AssetLinkLocalService
- Throws:
SystemException
updateAssetLink
public AssetLink updateAssetLink(AssetLink assetLink,
boolean merge)
throws SystemException
- Specified by:
updateAssetLink in interface AssetLinkLocalService
- Throws:
SystemException
addLink
public AssetLink addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
throws PortalException,
SystemException
- Specified by:
addLink in interface AssetLinkLocalService
- Throws:
PortalException
SystemException
deleteLink
public void deleteLink(long linkId)
throws PortalException,
SystemException
- Specified by:
deleteLink in interface AssetLinkLocalService
- Throws:
PortalException
SystemException
deleteLinks
public void deleteLinks(long entryId)
throws SystemException
- Specified by:
deleteLinks in interface AssetLinkLocalService
- Throws:
SystemException
deleteLinks
public void deleteLinks(long entryId1,
long entryId2)
throws SystemException
- Specified by:
deleteLinks in interface AssetLinkLocalService
- Throws:
SystemException
getLinks
public List<AssetLink> getLinks(long entryId,
int typeId)
throws SystemException
- Specified by:
getLinks in interface AssetLinkLocalService
- Throws:
SystemException
getReverseLinks
public List<AssetLink> getReverseLinks(long entryId,
int typeId)
throws SystemException
- Specified by:
getReverseLinks in interface AssetLinkLocalService
- Throws:
SystemException
getWrappedAssetLinkLocalService
public AssetLinkLocalService getWrappedAssetLinkLocalService()