public class GroupItemSelectorCriterion extends BaseItemSelectorCriterion
| Constructor and Description |
|---|
GroupItemSelectorCriterion() |
GroupItemSelectorCriterion(boolean privateLayout) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPortletId() |
java.lang.String |
getTarget() |
boolean |
isAllowNavigation() |
boolean |
isIncludeAllVisibleGroups() |
boolean |
isIncludeFormsSite() |
boolean |
isIncludeRecentSites() |
boolean |
isIncludeUserPersonalSite() |
boolean |
isPrivateLayout() |
void |
setAllowNavigation(boolean allowNavigation) |
void |
setIncludeAllVisibleGroups(boolean includeAllVisibleGroups) |
void |
setIncludeFormsSite(boolean includeFormsSite) |
void |
setIncludeRecentSites(boolean includeRecentSites) |
void |
setIncludeUserPersonalSite(boolean includeUserPersonalSite) |
void |
setPortletId(java.lang.String portletId) |
void |
setPrivateLayout(boolean privateLayout) |
void |
setTarget(java.lang.String target) |
getDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypespublic GroupItemSelectorCriterion()
public GroupItemSelectorCriterion(boolean privateLayout)
public java.lang.String getPortletId()
public java.lang.String getTarget()
public boolean isAllowNavigation()
public boolean isIncludeAllVisibleGroups()
public boolean isIncludeFormsSite()
public boolean isIncludeRecentSites()
public boolean isIncludeUserPersonalSite()
public boolean isPrivateLayout()
public void setAllowNavigation(boolean allowNavigation)
public void setIncludeAllVisibleGroups(boolean includeAllVisibleGroups)
public void setIncludeFormsSite(boolean includeFormsSite)
public void setIncludeRecentSites(boolean includeRecentSites)
public void setIncludeUserPersonalSite(boolean includeUserPersonalSite)
public void setPortletId(java.lang.String portletId)
public void setPrivateLayout(boolean privateLayout)
public void setTarget(java.lang.String target)