gran.secured
Class SecuredUDFBean
java.lang.Object
gran.secured.Secured
gran.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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
SecuredUDFBean
public SecuredUDFBean()
SecuredUDFBean
public SecuredUDFBean(Udf u,
SessionContext sc)
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.