com.trackstudio.secured
Class AbstractBeanWithUdf

java.lang.Object
  extended by com.trackstudio.tools.PropertyComparable
      extended by com.trackstudio.secured.Secured
          extended by com.trackstudio.secured.AbstractBeanWithUdf
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
SecuredTaskBean, SecuredUserBean

public abstract class AbstractBeanWithUdf
extends Secured

Bean with custom fields


Field Summary
 
Fields inherited from class com.trackstudio.secured.Secured
sc
 
Fields inherited from class com.trackstudio.tools.PropertyComparable
container
 
Constructor Summary
AbstractBeanWithUdf()
           
 
Method Summary
abstract  java.util.ArrayList<SecuredUDFValueBean> getFilteredUDFValues()
           
abstract  java.util.HashMap<java.lang.String,SecuredUDFValueBean> getUDFValues()
           
abstract  java.util.ArrayList<SecuredUDFValueBean> getUDFValuesList()
           
 
Methods inherited from class com.trackstudio.secured.Secured
canManage, canUpdate, canView, getCanManage, getCanUpdate, getId, getSecure, isAllowedByACL
 
Methods inherited from class com.trackstudio.tools.PropertyComparable
compareTo, compareToIgnoreCase, compareToIgnoreCase, equals, getContainer, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBeanWithUdf

public AbstractBeanWithUdf()
Method Detail

getUDFValuesList

public abstract java.util.ArrayList<SecuredUDFValueBean> getUDFValuesList()
                                                                   throws GranException
Throws:
GranException

getUDFValues

public abstract java.util.HashMap<java.lang.String,SecuredUDFValueBean> getUDFValues()
                                                                              throws GranException
Throws:
GranException

getFilteredUDFValues

public abstract java.util.ArrayList<SecuredUDFValueBean> getFilteredUDFValues()
                                                                       throws GranException
Throws:
GranException


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