it.sistematica.isharedoc.service
Class PortalServiceImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.PortalServiceImpl
All Implemented Interfaces:
PortalService

@Service(value="portalService")
public class PortalServiceImpl
extends java.lang.Object
implements PortalService


Field Summary
(package private)  it.neverworks.util.Configuration configuration
           
(package private)  it.neverworks.data.EntityManager entities
           
(package private)  it.neverworks.application.service.UserInfo userInfo
           
 
Constructor Summary
PortalServiceImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userInfo

it.neverworks.application.service.UserInfo userInfo

entities

it.neverworks.data.EntityManager entities

configuration

it.neverworks.util.Configuration configuration
Constructor Detail

PortalServiceImpl

public PortalServiceImpl()
Method Detail

getRibbons

public java.util.List<Ribbon> getRibbons()
Description copied from interface: PortalService
Gets the ribbons.

Specified by:
getRibbons in interface PortalService
Returns:
the ribbons

getRibbonName

public Ribbon getRibbonName(java.lang.String name)
Description copied from interface: PortalService
Gets the ribbon name.

Specified by:
getRibbonName in interface PortalService
Parameters:
name - the name
Returns:
the ribbon name

getRibbonItems

public java.util.List<RibbonItem> getRibbonItems(Ribbon ribbon,
                                                 java.lang.String section)
Description copied from interface: PortalService
Gets the ribbon items.

Specified by:
getRibbonItems in interface PortalService
Parameters:
ribbon - the ribbon
section - the section
Returns:
the ribbon items

getRibbonItems

public java.util.List<RibbonItem> getRibbonItems(java.lang.String ribbonName,
                                                 java.lang.String section)
Description copied from interface: PortalService
Gets the ribbon items.

Specified by:
getRibbonItems in interface PortalService
Parameters:
ribbonName - the ribbon name
section - the section
Returns:
the ribbon items