com.googlecode.fascinator.portal.services.impl
Class PortalManagerImpl

java.lang.Object
  extended by com.googlecode.fascinator.portal.services.impl.PortalManagerImpl
All Implemented Interfaces:
PortalManager

public class PortalManagerImpl
extends Object
implements PortalManager


Field Summary
 
Fields inherited from interface com.googlecode.fascinator.portal.services.PortalManager
DEFAULT_DISPLAY, DEFAULT_PORTAL_HOME, DEFAULT_PORTAL_HOME_DEV, DEFAULT_PORTAL_NAME, DEFAULT_SKIN
 
Constructor Summary
PortalManagerImpl()
           
 
Method Summary
 void add(Portal portal)
           
 boolean exists(String name)
           
 Portal get(String name)
           
 Portal getDefault()
           
 String getDefaultDisplay()
           
 String getDefaultPortal()
           
 File getHomeDir()
           
 Map<String,Portal> getPortals()
           
 List<String> getSkinPriority()
           
 void reharvest(Set<String> objectIds)
           
 void reharvest(String objectId)
           
 void remove(String name)
           
 void save(Portal portal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalManagerImpl

public PortalManagerImpl()
Method Detail

getPortals

public Map<String,Portal> getPortals()
Specified by:
getPortals in interface PortalManager

getDefault

public Portal getDefault()
Specified by:
getDefault in interface PortalManager

getHomeDir

public File getHomeDir()
Specified by:
getHomeDir in interface PortalManager

get

public Portal get(String name)
Specified by:
get in interface PortalManager

exists

public boolean exists(String name)
Specified by:
exists in interface PortalManager

add

public void add(Portal portal)
Specified by:
add in interface PortalManager

remove

public void remove(String name)
Specified by:
remove in interface PortalManager

save

public void save(Portal portal)
Specified by:
save in interface PortalManager

reharvest

public void reharvest(String objectId)
Specified by:
reharvest in interface PortalManager

reharvest

public void reharvest(Set<String> objectIds)
Specified by:
reharvest in interface PortalManager

getDefaultPortal

public String getDefaultPortal()
Specified by:
getDefaultPortal in interface PortalManager

getDefaultDisplay

public String getDefaultDisplay()
Specified by:
getDefaultDisplay in interface PortalManager

getSkinPriority

public List<String> getSkinPriority()
Specified by:
getSkinPriority in interface PortalManager


Copyright © 2009-2014. All Rights Reserved.