Uses of Class
gov.nih.nci.caarray.common.data.security.SecuredElementData

Packages that use SecuredElementData
gov.nih.nci.caarray.common.data.array   
gov.nih.nci.caarray.common.data.arraydesign   
gov.nih.nci.caarray.common.data.designelement   
gov.nih.nci.caarray.common.data.protocol   
gov.nih.nci.caarray.common.data.vocab   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.security.ejb   
gov.nih.nci.caarray.services.util   
gov.nih.nci.caarray.ui.protocol   
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.data.array
 

Methods in gov.nih.nci.caarray.common.data.array that return SecuredElementData
 SecuredElementData ArrayGroupDesc.getSecuredElement()
           
 

Methods in gov.nih.nci.caarray.common.data.array with parameters of type SecuredElementData
 void ArrayGroupDesc.setSecuredElement(SecuredElementData securedElement)
           
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.data.arraydesign
 

Methods in gov.nih.nci.caarray.common.data.arraydesign that return SecuredElementData
 SecuredElementData ReporterGroupDesc.getSecuredElement()
           
 SecuredElementData FeatureGroupDesc.getSecuredElement()
           
 SecuredElementData CompositeGroupDesc.getSecuredElement()
           
 SecuredElementData ArrayDesignDesc.getSecuredElement()
           
 

Methods in gov.nih.nci.caarray.common.data.arraydesign with parameters of type SecuredElementData
 void ReporterGroupDesc.setSecuredElement(SecuredElementData securedElement)
           
 void FeatureGroupDesc.setSecuredElement(SecuredElementData securedElement)
           
 void CompositeGroupDesc.setSecuredElement(SecuredElementData securedElement)
           
 void ArrayDesignDesc.setSecuredElement(SecuredElementData data)
           
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.data.designelement
 

Methods in gov.nih.nci.caarray.common.data.designelement that return SecuredElementData
 SecuredElementData CompositeSequenceDesc.getSecuredElement()
           
 

Methods in gov.nih.nci.caarray.common.data.designelement with parameters of type SecuredElementData
 void CompositeSequenceDesc.setSecuredElement(SecuredElementData securedElement)
           
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.data.protocol
 

Methods in gov.nih.nci.caarray.common.data.protocol that return SecuredElementData
 SecuredElementData SoftwareDesc.getSecuredElement()
           
 SecuredElementData ProtocolDesc.getSecuredElement()
           
 SecuredElementData HardwareDesc.getSecuredElement()
           
 

Methods in gov.nih.nci.caarray.common.data.protocol with parameters of type SecuredElementData
 void SoftwareDesc.setSecuredElement(SecuredElementData securedElement)
           
 void ProtocolDesc.setSecuredElement(SecuredElementData securedElement)
           
 void HardwareDesc.setSecuredElement(SecuredElementData securedElement)
           
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.data.vocab
 

Methods in gov.nih.nci.caarray.common.data.vocab that return SecuredElementData
 SecuredElementData VocabDesc.getSecuredElement()
           
 

Methods in gov.nih.nci.caarray.common.data.vocab with parameters of type SecuredElementData
 void VocabDesc.setSecuredElement(SecuredElementData data)
           
 

Uses of SecuredElementData in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate with parameters of type SecuredElementData
 int SecurityManagerDelegate.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 int CaSecurityManagerDelegate.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 

Uses of SecuredElementData in gov.nih.nci.caarray.services.security.ejb
 

Methods in gov.nih.nci.caarray.services.security.ejb with parameters of type SecuredElementData
 int SecurityManagerEJB.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 int CaSecurityManagerEJB.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 

Uses of SecuredElementData in gov.nih.nci.caarray.services.util
 

Methods in gov.nih.nci.caarray.services.util that return SecuredElementData
static SecuredElementData SecurityUtils.buildSecuredElement(javax.ejb.SessionContext sessionCtx_, java.lang.String packageName, long id)
          Creates a SecuredElementData with PROTECTION_GROUP_PRIVATE as a default group.
static SecuredElementData SecurityUtils.buildSecuredElement(java.lang.String owner, java.lang.String packageName, long id)
          Creates a SecuredElementData with PROTECTION_GROUP_PRIVATE as a default group.
 

Uses of SecuredElementData in gov.nih.nci.caarray.ui.protocol
 

Methods in gov.nih.nci.caarray.ui.protocol with parameters of type SecuredElementData
static java.util.HashMap ProtocolUIUtils.determineCurrentVisibilitys(SecuredElementData sde)