com.sapportals.wcm.util.controlstatus

Class ControlStatusService

java.lang.Object
  extended bycom.sapportals.wcm.util.controlstatus.ControlStatusService

public class ControlStatusService
extends Object


Field Summary
static String CACHE
           
static String CSS
           
static int MAX_SIZE
           
 
Method Summary
 String addControlStatus(IControlStatus status)
          adds the given object and returns the key to retrieve the object again through the getControlStatus method.
 boolean deleteControlStatus(String key)
          deletes an IControlStatus object with the given key from the service's persistence.
 List getCacheEntries(Locale locale)
           
 IControlStatus getControlStatus(String key)
          returns the IControlStatus that has been saved with this key.
static ControlStatusService getInstance()
          returns the singleton instance of this service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSS

public static final String CSS
See Also:
Constant Field Values

CACHE

public static final String CACHE
See Also:
Constant Field Values

MAX_SIZE

public static final int MAX_SIZE
See Also:
Constant Field Values
Method Detail

getInstance

public static ControlStatusService getInstance()
returns the singleton instance of this service. If this method is called for the first time, the service will read its configuration to initialize its persistence layer, using the CacheFactory . If no configuration can be found or the configuration is invalid, the service will use a simple HashMap to store IControlStatus elements. This mode is unsafe and error messages will be provided in the log files.

Returns:
the singleton instance of this service

getControlStatus

public IControlStatus getControlStatus(String key)
                                throws ControlStatusException
returns the IControlStatus that has been saved with this key.

Parameters:
key - TBD: Description of the incoming method parameter
Returns:
an IControlStatus object or null .
Throws:
ControlStatusException - if an exception in the persistence layer occurs. The original exception is nested within the thrown exception.

getCacheEntries

public List getCacheEntries(Locale locale)

addControlStatus

public String addControlStatus(IControlStatus status)
                        throws ControlStatusException
adds the given object and returns the key to retrieve the object again through the getControlStatus method. This method is synchronized because execution of this method might change the structure of the underlying persistence. The returned key is also added as an attribute to the status.

Parameters:
status - the object to store
Returns:
the key to retrieve the given object at a later time
Throws:
ControlStatusException - if an exception in the persistence layer occurs. The original exception is nested within the thrown exception.

deleteControlStatus

public boolean deleteControlStatus(String key)
                            throws ControlStatusException
deletes an IControlStatus object with the given key from the service's persistence.

Parameters:
key - the key of the object to delete
Returns:
flag stating if a document was found and consequently deleted ( true ) or if no element could be found (false ).
Throws:
ControlStatusException - if an exception in the persistence layer occurs. The original exception is nested within the thrown exception. If the exception is thrown, it is unknown, if the object has been deleted or not.


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.