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 mail
           
protected  java.lang.Integer order
           
protected  java.lang.Integer required
           
protected  java.lang.String scriptId
           
protected  java.lang.Integer type
           
protected  java.lang.String udfId
           
protected  java.lang.String udfSourceId
           
protected  java.lang.Integer visible
           
 
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 getMail()
           
 java.lang.Integer getOrder()
           
 java.lang.Integer getRequired()
           
 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()
           
 java.lang.Integer getVisible()
           
 boolean hasScript()
           
protected  void init(Udf u)
           
 boolean mail()
           
 boolean required()
           
 boolean visible()
           
 
Methods inherited from class gran.secured.Secured
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

mail

protected java.lang.Integer mail

visible

protected java.lang.Integer visible

required

protected java.lang.Integer 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()

visible

public boolean visible()

mail

public boolean mail()

getUdfSourceId

public java.lang.String getUdfSourceId()

hasScript

public boolean hasScript()
                  throws GranException
Throws:
GranException

getUdfId

public java.lang.String getUdfId()

getMail

public java.lang.Integer getMail()

getVisible

public java.lang.Integer getVisible()

getRequired

public java.lang.Integer getRequired()

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-2004 TrackStudio, Ltd. All Rights Reserved.