Package lumis.service.link
Class LinkHyperlink
- java.lang.Object
-
- lumis.service.link.LinkHyperlink
-
public abstract class LinkHyperlink extends Object
- Since:
- 4.0.0
- Version:
- $Revision: 21225 $ $Date: 2018-04-24 17:34:23 -0300 (Tue, 24 Apr 2018) $
-
-
Constructor Summary
Constructors Constructor Description LinkHyperlink()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getHyperlink(ISourceData row, String rowHyperlink, String fieldHyperlink, IURLFactory urlFactory)
Returns the hyperlink URL for a link source row.
-
-
-
Method Detail
-
getHyperlink
public static String getHyperlink(ISourceData row, String rowHyperlink, String fieldHyperlink, IURLFactory urlFactory) throws PortalException
Returns the hyperlink URL for a link source row.- Parameters:
row
- the source row.rowHyperlink
- the hyperlink to be used for a row.fieldHyperlink
- the hyperlink to be used for a field.urlFactory
- the URL factory to be used for generatingIServiceInterfaceUrl
instances.- Returns:
- the hyperlink URL.
- Throws:
PortalException
- Since:
- 5.5.0
-
-