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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.kernel.exception.SystemException
- Specified by:
addAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetLink
public AssetLink createAssetLink(long linkId)
- Specified by:
createAssetLink in interface AssetLinkLocalService
deleteAssetLink
public void deleteAssetLink(long linkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAssetLink
public void deleteAssetLink(AssetLink assetLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQueryCount in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetLink
public AssetLink getAssetLink(long linkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetLinks
public java.util.List<AssetLink> getAssetLinks(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetLinks in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetLinksCount
public int getAssetLinksCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetLinksCount in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetLink
public AssetLink updateAssetLink(AssetLink assetLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetLink
public AssetLink updateAssetLink(AssetLink assetLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addLink
public AssetLink addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLink
public void deleteLink(long linkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLink in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLinks
public void deleteLinks(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLinks in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteLinks
public void deleteLinks(long entryId1,
long entryId2)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLinks in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLinks
public java.util.List<AssetLink> getLinks(long entryId,
int typeId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLinks in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getReverseLinks
public java.util.List<AssetLink> getReverseLinks(long entryId,
int typeId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getReverseLinks in interface AssetLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetLinkLocalService
public AssetLinkLocalService getWrappedAssetLinkLocalService()