gran.secured
Class SecuredUDFBean

java.lang.Object
  extended bygran.secured.Secured
      extended bygran.secured.SecuredUDFBean
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
SecuredTaskUDFBean, SecuredUserUDFBean, SecuredWorkflowUDFBean

public abstract class SecuredUDFBean
extends Secured


Field Summary
protected  java.lang.String caption
           
protected  java.lang.String def
           
protected  boolean hasScript
           
protected  java.lang.Integer order
           
protected  boolean required
           
protected  java.lang.String scriptId
           
protected  java.lang.Integer type
           
protected  java.lang.String udfId
           
protected  java.lang.String udfSourceId
           
 
Fields inherited from class gran.secured.Secured
sc
 
Constructor Summary
SecuredUDFBean()
           
SecuredUDFBean(Udf u, SessionContext sc)
           
 
Method Summary
abstract  boolean canUpdate()
           
 int compareTo(java.lang.Object o)
           
 java.lang.String getCaption()
           
 java.lang.String getDefault()
           
 java.lang.String getId()
           
 java.lang.Integer getOrder()
           
 SecuredScriptBean getScript()
           
 java.lang.String getScriptId()
           
 UdfBean getSOAP()
           
 java.lang.Integer getType()
           
 java.lang.String getUdfId()
           
 java.util.ArrayList getUdflist()
           
 java.lang.String getUdfSourceId()
           
 java.util.HashMap getUL()
           
 java.lang.String getULString()
           
 boolean hasScript()
           
protected  void init(Udf u)
           
 boolean required()
           
 
Methods inherited from class gran.secured.Secured
canView, compare, equals, getSecure, getTimestamp, hashCode, setTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udfId

protected java.lang.String udfId

caption

protected java.lang.String caption

order

protected java.lang.Integer order

def

protected java.lang.String def

hasScript

protected boolean hasScript

udfSourceId

protected java.lang.String udfSourceId

required

protected boolean required

type

protected java.lang.Integer type

scriptId

protected java.lang.String scriptId
Constructor Detail

SecuredUDFBean

public SecuredUDFBean()

SecuredUDFBean

public SecuredUDFBean(Udf u,
                      SessionContext sc)
Method Detail

init

protected void init(Udf u)

getId

public java.lang.String getId()
Specified by:
getId in class Secured

getCaption

public java.lang.String getCaption()

getOrder

public java.lang.Integer getOrder()

getDefault

public java.lang.String getDefault()
                            throws GranException
Throws:
GranException

required

public boolean required()

getType

public java.lang.Integer getType()

getUdfSourceId

public java.lang.String getUdfSourceId()

hasScript

public boolean hasScript()
                  throws GranException
Throws:
GranException

getUdfId

public java.lang.String getUdfId()

getScript

public SecuredScriptBean getScript()
                            throws GranException
Throws:
GranException

getScriptId

public java.lang.String getScriptId()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class Secured

getUL

public java.util.HashMap getUL()
                        throws GranException
Throws:
GranException

getUdflist

public java.util.ArrayList getUdflist()
                               throws GranException
Throws:
GranException

getULString

public java.lang.String getULString()
                             throws GranException
Throws:
GranException

getSOAP

public UdfBean getSOAP()
                throws GranException
Throws:
GranException

canUpdate

public abstract boolean canUpdate()
                           throws GranException
Specified by:
canUpdate in class Secured
Throws:
GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.