com.ptc.wvs.client.beans
Class PVConfig

java.lang.Object
  extended bycom.ptc.wvs.client.beans.PVConfig

public class PVConfig
extends Object


Field Summary
private  String containerRef
           
private static boolean SERVER
           
private static String SERVER_CLASS
           
private static boolean VERBOSE
           
private static WVSProperties wvsProperties
           
 
Constructor Summary
PVConfig()
           
 
Method Summary
 String create(String name, String context)
          Create a new PVConfig object

Supported API: false
 boolean delete(String oid, String oid1)
          Delete a PVConfig object

Supported API: false
 String getAddFileURL()
          Get the gateway URL to use to add a file

Supported API: false
 Vector getConfigList()
          Gets the HTML to display a list of PVConfig objects

Supported API: false
 String getConfigName(String oid)
          Get name for a PVConfig object

Supported API: false
 String getContainerRef()
           
 Vector getContentList(String oid)
          Gets infor about the content of a config

Supported API: false
 boolean isVerbose()
           
 void setContainerRef(String ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_CLASS

private static final String SERVER_CLASS

SERVER

private static final boolean SERVER

wvsProperties

private static WVSProperties wvsProperties

VERBOSE

private static boolean VERBOSE

containerRef

private String containerRef
Constructor Detail

PVConfig

public PVConfig()
Method Detail

setContainerRef

public void setContainerRef(String ref)

getContainerRef

public String getContainerRef()

isVerbose

public boolean isVerbose()

getConfigList

public Vector getConfigList()
Gets the HTML to display a list of PVConfig objects

Supported API: false

Returns:
Vector contains String[] of data

getConfigName

public String getConfigName(String oid)
Get name for a PVConfig object

Supported API: false

Returns:
String name

create

public String create(String name,
                     String context)
Create a new PVConfig object

Supported API: false

Returns:
String oid of new config, null if failure

delete

public boolean delete(String oid,
                      String oid1)
Delete a PVConfig object

Supported API: false

Returns:
boolean success

getContentList

public Vector getContentList(String oid)
Gets infor about the content of a config

Supported API: false

Returns:
Vector contains String[] of data

getAddFileURL

public String getAddFileURL()
Get the gateway URL to use to add a file

Supported API: false

Returns:
String URL