Class AdminLinkSectionBean
java.lang.Object
com.atlassian.administration.quicksearch.impl.spi.AbstractAdminWebItemBean
com.atlassian.administration.quicksearch.impl.spi.AdminLinkSectionBean
- All Implemented Interfaces:
AdminLinkSection,AdminWebItem
Implementation of
AdminLinkSection as a simple bean.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionAdminLinkSectionBean(String id, String label, Map<String, String> params, String location, com.google.common.base.Supplier<Iterable<AdminLinkSection>> sections, com.google.common.base.Supplier<Iterable<AdminLink>> links) AdminLinkSectionBean(String id, String label, Map<String, String> params, String location, Iterable<AdminLinkSection> sections, Iterable<AdminLink> links) -
Method Summary
Modifier and TypeMethodDescriptiongetLinks()Links of this section.Location of this section, which is usually ID of its parent section.Child sections of this section.Methods inherited from class com.atlassian.administration.quicksearch.impl.spi.AbstractAdminWebItemBean
getId, getLabel, getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.administration.quicksearch.spi.AdminWebItem
getId, getLabel, getParameters
-
Constructor Details
-
AdminLinkSectionBean
-
AdminLinkSectionBean
-
-
Method Details
-
getLocation
Description copied from interface:AdminLinkSectionLocation of this section, which is usually ID of its parent section. May benullin case of root sections.- Specified by:
getLocationin interfaceAdminLinkSection- Returns:
- location of this section
-
getSections
Description copied from interface:AdminLinkSectionChild sections of this section.- Specified by:
getSectionsin interfaceAdminLinkSection- Returns:
- child sections
-
getLinks
Description copied from interface:AdminLinkSectionLinks of this section.- Specified by:
getLinksin interfaceAdminLinkSection- Returns:
- links
-