com.ptc.epm.commands.util
Class AttributeHelper.Server

java.lang.Object
  extended bycom.ptc.epm.commands.util.AttributeHelper.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
AttributeHelper

public static class AttributeHelper.Server
extends Object
implements RemoteAccess


Field Summary
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
AttributeHelper.Server()
           
 
Method Summary
static List getIBANames(Class forClass)
           
static boolean validateAttribute(String attributeName, String attributeValue)
           
static void validateTypedObject(WTCollection typedObjs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER
Constructor Detail

AttributeHelper.Server

public AttributeHelper.Server()
Method Detail

getIBANames

public static List getIBANames(Class forClass)
                        throws WTException,
                               RemoteException
Throws:
WTException
RemoteException

validateTypedObject

public static void validateTypedObject(WTCollection typedObjs)
                                throws WTException,
                                       WTPropertyVetoException,
                                       RemoteException
Throws:
WTException
WTPropertyVetoException
RemoteException

validateAttribute

public static boolean validateAttribute(String attributeName,
                                        String attributeValue)
                                 throws WTException,
                                        WTPropertyVetoException,
                                        RemoteException
Throws:
WTException
WTPropertyVetoException
RemoteException