com.sapportals.wcm.repository.service.timebasedpublish.info

Interface ITimebasedPublishInfoItem


public interface ITimebasedPublishInfoItem


Method Summary
 RID getRid()
          Returns the RID of the resource affected;
 Date getValidFrom()
          Returns the Date, set by the user, when the resource should become visible.
 Date getValidUntil()
          Returns the Date, set by the user, when the resource should become invisible.
 String getWarnings()
          returns warnings concerning the current resource, i.e. if the resource is currently not avaliable.
 boolean isSetInvisible()
          Returnes true, if the resource is yet set to be invisible.
 boolean isSetVisible()
          Returnes true, if the resource is yet set to be visible.
 

Method Detail

getRid

public RID getRid()
Returns the RID of the resource affected;

Returns:
the RID of the current resource

getValidFrom

public Date getValidFrom()
Returns the Date, set by the user, when the resource should become visible.

Returns:
the maintained valid from date

getValidUntil

public Date getValidUntil()
Returns the Date, set by the user, when the resource should become invisible.

Returns:
the maintained valid until date

isSetVisible

public boolean isSetVisible()
Returnes true, if the resource is yet set to be visible. This is usually done by a SchedulerTask.

Returns:
true, if the resource valid from date is actually handled by the service

isSetInvisible

public boolean isSetInvisible()
Returnes true, if the resource is yet set to be invisible. This is usually done by a SchedulerTask.

Returns:
true, if the resource valid until date is actually handled by the service

getWarnings

public String getWarnings()
returns warnings concerning the current resource, i.e. if the resource is currently not avaliable.

Returns:
null of a string with warnings.


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.