wt.workflow.requirement
Class RequirementHelper

java.lang.Object
  extended bywt.workflow.requirement.RequirementHelper

public class RequirementHelper
extends Object

RequirementHelper provides client invokable methods. These methods are executed on the server side.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static RequirementService service
           
 
Constructor Summary
RequirementHelper()
           
 
Method Summary
static RequirementService getService()
          Gets the object for the association that plays role: service.
private static void serviceValidate(RequirementService a_Service)
           
static void setService(RequirementService a_Service)
          Sets the object for the association that plays role: service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

private static RequirementService service
Constructor Detail

RequirementHelper

public RequirementHelper()
Method Detail

getService

public static RequirementService getService()
Gets the object for the association that plays role: service.

Supported API: false

Returns:
RequirementService

setService

public static void setService(RequirementService a_Service)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

serviceValidate

private static void serviceValidate(RequirementService a_Service)
                             throws WTPropertyVetoException
Parameters:
a_Service -
Throws:
WTPropertyVetoException