gran.secured
Class SecuredCategoryBean

java.lang.Object
  extended bygran.secured.Secured
      extended bygran.secured.SecuredCategoryBean
All Implemented Interfaces:
java.lang.Comparable

public class SecuredCategoryBean
extends Secured
implements java.lang.Comparable


Field Summary
 
Fields inherited from class gran.secured.Secured
sc
 
Constructor Summary
SecuredCategoryBean(Category cat, SessionContext sec)
           
 
Method Summary
 boolean canUpdate()
           
 boolean canView()
           
 int compareTo(java.lang.Object o)
           
 boolean getCanUpdate()
           
 java.lang.String getCreateAfter()
           
 java.lang.String getCreateBefore()
           
 java.lang.String getCreateInsteadOf()
           
 java.lang.String getEncodeName()
           
 boolean getHandlerRequired()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 CategoryBean getSOAP()
           
 SecuredTaskBean getTask()
           
 java.lang.String getTaskId()
           
 java.lang.String getTemplate()
           
 java.lang.String getUpdateAfter()
           
 java.lang.String getUpdateBefore()
           
 java.lang.String getUpdateInsteadOf()
           
 SecuredWorkflowBean getWorkflow()
           
 java.lang.String getWorkflowId()
           
 boolean hasCreateAfterTrigger()
           
 boolean hasCreateBeforeTrigger()
           
 boolean hasCreateInsteadOfTrigger()
           
 boolean hasUpdateAfterTrigger()
           
 boolean hasUpdateBeforeTrigger()
           
 boolean hasUpdateInsteadOfTrigger()
           
 boolean isGroupHandlerAllowed()
           
 boolean isHandlerRequired()
           
 void setCreateAfter(java.lang.String createAfter)
           
 void setCreateBefore(java.lang.String createBefore)
           
 void setCreateInsteadOf(java.lang.String createInsteadOf)
           
 void setUpdateAfter(java.lang.String updateAfter)
           
 void setUpdateBefore(java.lang.String updateBefore)
           
 void setUpdateInsteadOf(java.lang.String updateInsteadOf)
           
 
Methods inherited from class gran.secured.Secured
compare, equals, getSecure, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredCategoryBean

public SecuredCategoryBean(Category cat,
                           SessionContext sec)
                    throws GranException
Method Detail

getId

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

getName

public java.lang.String getName()

getEncodeName

public java.lang.String getEncodeName()

getTemplate

public java.lang.String getTemplate()
                             throws GranException
Throws:
GranException

getTask

public SecuredTaskBean getTask()
                        throws GranException
Throws:
GranException

getWorkflow

public SecuredWorkflowBean getWorkflow()
                                throws GranException
Throws:
GranException

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

getCanUpdate

public boolean getCanUpdate()
                     throws GranException
Overrides:
getCanUpdate in class Secured
Throws:
GranException

canView

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

isHandlerRequired

public boolean isHandlerRequired()

getHandlerRequired

public boolean getHandlerRequired()

getSOAP

public CategoryBean getSOAP()
                     throws GranException
Throws:
GranException

getWorkflowId

public java.lang.String getWorkflowId()

getTaskId

public java.lang.String getTaskId()

getCreateBefore

public java.lang.String getCreateBefore()

setCreateBefore

public void setCreateBefore(java.lang.String createBefore)

getCreateInsteadOf

public java.lang.String getCreateInsteadOf()

hasCreateInsteadOfTrigger

public boolean hasCreateInsteadOfTrigger()

hasUpdateInsteadOfTrigger

public boolean hasUpdateInsteadOfTrigger()

setCreateInsteadOf

public void setCreateInsteadOf(java.lang.String createInsteadOf)

hasCreateBeforeTrigger

public boolean hasCreateBeforeTrigger()

getCreateAfter

public java.lang.String getCreateAfter()

hasCreateAfterTrigger

public boolean hasCreateAfterTrigger()

setCreateAfter

public void setCreateAfter(java.lang.String createAfter)

hasUpdateBeforeTrigger

public boolean hasUpdateBeforeTrigger()

getUpdateBefore

public java.lang.String getUpdateBefore()

setUpdateBefore

public void setUpdateBefore(java.lang.String updateBefore)

getUpdateInsteadOf

public java.lang.String getUpdateInsteadOf()

setUpdateInsteadOf

public void setUpdateInsteadOf(java.lang.String updateInsteadOf)

getUpdateAfter

public java.lang.String getUpdateAfter()

hasUpdateAfterTrigger

public boolean hasUpdateAfterTrigger()

setUpdateAfter

public void setUpdateAfter(java.lang.String updateAfter)

isGroupHandlerAllowed

public boolean isGroupHandlerAllowed()


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