lumis.portal.device
Class DeviceSkinManager

Package class diagram package DeviceSkinManager
java.lang.Object
  extended by lumis.portal.device.DeviceSkinManager
All Implemented Interfaces:
IDeviceSkinManager

public class DeviceSkinManager
extends Object
implements IDeviceSkinManager

Managers of Devices Skins. This manager is a implementation of IDeviceSkinManager.

Since:
6.0.1

Constructor Summary
DeviceSkinManager()
           
 
Method Summary
 Properties getSkin(String name)
          Returns the Skin properties of a given device name.
 List<String> getSkinList(String name)
          Returns the Skin List with the given name.
 Set<String> getSkinListNames()
          Returns the list of all Skin List Names.
 Set<String> getSkinNames()
          Returns the list of all Skin Names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceSkinManager

public DeviceSkinManager()
Method Detail

getSkin

public Properties getSkin(String name)
Description copied from interface: IDeviceSkinManager
Returns the Skin properties of a given device name.

Specified by:
getSkin in interface IDeviceSkinManager
Parameters:
name - name of the device.
Returns:
the Skin properties of a given device name.

getSkinNames

public Set<String> getSkinNames()
Description copied from interface: IDeviceSkinManager
Returns the list of all Skin Names.

Specified by:
getSkinNames in interface IDeviceSkinManager
Returns:
a Set of all Skin Names.

getSkinList

public List<String> getSkinList(String name)
Description copied from interface: IDeviceSkinManager
Returns the Skin List with the given name.

Specified by:
getSkinList in interface IDeviceSkinManager
Parameters:
name - name of the skin list.
Returns:
the Skin List.

getSkinListNames

public Set<String> getSkinListNames()
Description copied from interface: IDeviceSkinManager
Returns the list of all Skin List Names.

Specified by:
getSkinListNames in interface IDeviceSkinManager
Returns:
a Set of all Skin List Names.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.