com.trackstudio.secured
Class SecuredFValueBean

java.lang.Object
  extended by com.trackstudio.tools.PropertyComparable
      extended by com.trackstudio.secured.Secured
          extended by com.trackstudio.secured.SecuredFValueBean
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
SecuredTaskFValueBean, SecuredUserFValueBean

public abstract class SecuredFValueBean
extends Secured

Bean which represents filtering criteria


Field Summary
protected  java.util.HashMap map
           
 
Fields inherited from class com.trackstudio.secured.Secured
sc
 
Fields inherited from class com.trackstudio.tools.PropertyComparable
container
 
Constructor Summary
SecuredFValueBean()
           
SecuredFValueBean(FValue f, SessionContext sc)
           
 
Method Summary
 boolean canView()
           
protected  PropertyContainer getContainer()
          Возвращает контейнер свойств
 java.lang.String getId()
           
protected  java.lang.String getStirngValueFromMap(java.lang.String key)
           
 boolean isAllowedByACL()
           
 
Methods inherited from class com.trackstudio.secured.Secured
canManage, canUpdate, getCanManage, getCanUpdate, getSecure
 
Methods inherited from class com.trackstudio.tools.PropertyComparable
compareTo, compareToIgnoreCase, compareToIgnoreCase, equals, 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

getContainer

protected PropertyContainer getContainer()
Description copied from class: PropertyComparable
Возвращает контейнер свойств

Specified by:
getContainer in class PropertyComparable
Returns:
контейнер свойств

isAllowedByACL

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

canView

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

getStirngValueFromMap

protected java.lang.String getStirngValueFromMap(java.lang.String key)


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