|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.client.beans.PVConfig
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 |
private static final String SERVER_CLASS
private static final boolean SERVER
private static WVSProperties wvsProperties
private static boolean VERBOSE
private String containerRef
Constructor Detail |
public PVConfig()
Method Detail |
public void setContainerRef(String ref)
public String getContainerRef()
public boolean isVerbose()
public Vector getConfigList()
public String getConfigName(String oid)
public String create(String name, String context)
public boolean delete(String oid, String oid1)
public Vector getContentList(String oid)
public String getAddFileURL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |