com.liferay.portlet.asset.service
Class AssetLinkLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetLinkLocalServiceWrapper
- All Implemented Interfaces:
- AssetLinkLocalService
public class AssetLinkLocalServiceWrapper
- extends java.lang.Object
- implements AssetLinkLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetLinkLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetLinkLocalService
- 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)
|
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)
|
AssetLink |
getAssetLink(long linkId)
|
java.util.List<AssetLink> |
getAssetLinks(int start,
int end)
|
int |
getAssetLinksCount()
|
java.util.List<AssetLink> |
getLinks(long entryId,
int typeId)
|
java.util.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 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetLinkLocalService
- Throws:
SystemException
dynamicQuery
public java.util.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 java.util.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 java.util.List<AssetLink> getLinks(long entryId,
int typeId)
throws SystemException
- Specified by:
getLinks
in interface AssetLinkLocalService
- Throws:
SystemException
getReverseLinks
public java.util.List<AssetLink> getReverseLinks(long entryId,
int typeId)
throws SystemException
- Specified by:
getReverseLinks
in interface AssetLinkLocalService
- Throws:
SystemException
getWrappedAssetLinkLocalService
public AssetLinkLocalService getWrappedAssetLinkLocalService()