protected class BasePortletLayoutFinder.ResultImpl extends Object implements PortletLayoutFinder.Result
| Constructor and Description |
|---|
ResultImpl(long plid,
String portletId)
Deprecated.
As of Athanasius (7.3.x), replaced by
ResultImpl(long, String, boolean) |
ResultImpl(long plid,
String portletId,
boolean signInRequired) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPlid() |
String |
getPortletId() |
boolean |
isSignInRequired() |
@Deprecated
public ResultImpl(long plid,
String portletId)
ResultImpl(long, String, boolean)public ResultImpl(long plid,
String portletId,
boolean signInRequired)
public long getPlid()
getPlid in interface PortletLayoutFinder.Resultpublic String getPortletId()
getPortletId in interface PortletLayoutFinder.Resultpublic boolean isSignInRequired()
isSignInRequired in interface PortletLayoutFinder.Result