it.sistematica.isharedoc.service
Interface PortalService

All Known Implementing Classes:
PortalServiceImpl

public interface PortalService

The Interface PortalService.


Method Summary
 java.util.List<RibbonItem> getRibbonItems(Ribbon ribbon, java.lang.String section)
          Gets the ribbon items.
 java.util.List<RibbonItem> getRibbonItems(java.lang.String ribbonName, java.lang.String section)
          Gets the ribbon items.
 Ribbon getRibbonName(java.lang.String name)
          Gets the ribbon name.
 java.util.List<Ribbon> getRibbons()
          Gets the ribbons.
 

Method Detail

getRibbons

java.util.List<Ribbon> getRibbons()
Gets the ribbons.

Returns:
the ribbons

getRibbonName

Ribbon getRibbonName(java.lang.String name)
Gets the ribbon name.

Parameters:
name - the name
Returns:
the ribbon name

getRibbonItems

java.util.List<RibbonItem> getRibbonItems(Ribbon ribbon,
                                          java.lang.String section)
Gets the ribbon items.

Parameters:
ribbon - the ribbon
section - the section
Returns:
the ribbon items

getRibbonItems

java.util.List<RibbonItem> getRibbonItems(java.lang.String ribbonName,
                                          java.lang.String section)
Gets the ribbon items.

Parameters:
ribbonName - the ribbon name
section - the section
Returns:
the ribbon items