Uses of Class
com.sapportals.wcm.util.controlstatus.Status

Packages that use Status
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.collection Contains interfaces for flexible rendering of collections or lists of resources.  
com.sapportals.wcm.rendering.layout Represents a container for defining the layout of explorer controls.  
com.sapportals.wcm.rendering.property   
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
com.sapportals.wcm.repository.service.layout.info   
com.sapportals.wcm.rfadapter   
com.sapportals.wcm.util.controlstatus Provides a service for the UI to persist the status of rendering objects.  
 

Uses of Status in com.sapportals.wcm.rendering.base
 

Methods in com.sapportals.wcm.rendering.base that return Status
 Status StatusFactory.getStatus()
           
 Status IFactoryInfoProvider.getStatus()
           
 Status AbstractFactory.getStatus()
           
 

Uses of Status in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection that return Status
 Status ComponentFactory.getStatus()
           
 

Uses of Status in com.sapportals.wcm.rendering.layout
 

Methods in com.sapportals.wcm.rendering.layout that return Status
 Status LayoutControllerFactory.getStatus()
           
 

Uses of Status in com.sapportals.wcm.rendering.property
 

Methods in com.sapportals.wcm.rendering.property that return Status
 Status PropertyRendererFactory.getStatus()
           
 

Uses of Status in com.sapportals.wcm.rendering.uicommand
 

Methods in com.sapportals.wcm.rendering.uicommand that return Status
 Status UICommandFactory.getStatus()
           
 

Uses of Status in com.sapportals.wcm.repository.service.layout.info
 

Methods in com.sapportals.wcm.repository.service.layout.info that return Status
 Status SettingsContainer.getStatus(SettingInfoKeyList list)
           
 Status SettingsContainer.getStatus()
           
 Status RenderObjectInfoList.getStatus()
           
 Status RenderObjectData.getStatus()
           
 Status RenderObjectContainer.getStatus()
           
 Status ISettingInfo.getStatus()
           
 Status IResourceBasedInfo.getStatus()
           
 Status IRenderObjectInfo.getStatus()
           
 

Methods in com.sapportals.wcm.repository.service.layout.info with parameters of type Status
 void RenderObjectData.setStatus(Status status)
           
 void ISettingInfo.setStatus(Status status)
           
 void IResourceBasedInfo.setStatus(Status status)
           
 

Uses of Status in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter that return Status
 Status ResultList.getStatus()
           
 Status Result.status()
           
 

Methods in com.sapportals.wcm.rfadapter with parameters of type Status
 ResultList ResultList.sublist(Status status)
           
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type Status
Result(Status status, String message, WcmException e, IResource res)
           
Result(Status status, String message, WcmException e, IResource res, AdapterCode ac)
           
 

Uses of Status in com.sapportals.wcm.util.controlstatus
 

Fields in com.sapportals.wcm.util.controlstatus declared as Status
static Status Status.OK
           
static Status Status.WARNING
           
static Status Status.ERROR
           
static Status Status.ABORT
           
static Status Status.NONE
           
 

Methods in com.sapportals.wcm.util.controlstatus that return Status
 Status StatusInformation.getStatus()
           
static Status Status.sort(Status a, Status b, boolean ascending)
           
 

Methods in com.sapportals.wcm.util.controlstatus with parameters of type Status
static Status Status.sort(Status a, Status b, boolean ascending)
           
 

Constructors in com.sapportals.wcm.util.controlstatus with parameters of type Status
StatusInformation(Status status, String message)
           
 



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.