gran.secured
Class SecuredFValueBean

java.lang.Object
  extended bygran.secured.Secured
      extended bygran.secured.SecuredFValueBean
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
SecuredTaskFValueBean, SecuredUserFValueBean

public abstract class SecuredFValueBean
extends Secured


Field Summary
protected  java.util.HashMap map
           
 
Fields inherited from class gran.secured.Secured
sc
 
Constructor Summary
SecuredFValueBean()
           
SecuredFValueBean(FValue f, SessionContext sc)
           
 
Method Summary
 boolean canUpdate()
           
 boolean canView()
           
 int compareTo(java.lang.Object o)
           
 java.lang.String getId()
           
abstract  FvalueBean getSOAP()
           
 
Methods inherited from class gran.secured.Secured
compare, equals, getCanUpdate, getSecure, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected java.util.HashMap map
Constructor Detail

SecuredFValueBean

public SecuredFValueBean()

SecuredFValueBean

public SecuredFValueBean(FValue f,
                         SessionContext sc)
Method Detail

getId

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

compareTo

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

canUpdate

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

canView

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

getSOAP

public abstract FvalueBean getSOAP()


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