Uses of Class
org.kuali.rice.krad.datadictionary.AttributeSecurity

Packages that use AttributeSecurity
org.kuali.rice.kns.util Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.datadictionary   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.uif.field   
 

Uses of AttributeSecurity in org.kuali.rice.kns.util
 

Methods in org.kuali.rice.kns.util that return types with arguments of type AttributeSecurity
static Map<String,AttributeSecurity> MaintenanceUtils.retrievePropertyPathToAttributeSecurityMappings(String docTypeName)
           
 

Uses of AttributeSecurity in org.kuali.rice.krad.datadictionary
 

Fields in org.kuali.rice.krad.datadictionary declared as AttributeSecurity
protected  AttributeSecurity AttributeDefinition.attributeSecurity
           
 

Methods in org.kuali.rice.krad.datadictionary that return AttributeSecurity
 AttributeSecurity AttributeDefinition.getAttributeSecurity()
           
 

Methods in org.kuali.rice.krad.datadictionary with parameters of type AttributeSecurity
 void AttributeDefinition.setAttributeSecurity(AttributeSecurity attributeSecurity)
           
 

Uses of AttributeSecurity in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return AttributeSecurity
 AttributeSecurity DataDictionaryService.getAttributeSecurity(String entryName, String attributeName)
          the AttributeSecurity object defined for the attribute's data value
 

Uses of AttributeSecurity in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return AttributeSecurity
 AttributeSecurity DataDictionaryServiceImpl.getAttributeSecurity(String entryName, String attributeName)
           
 

Uses of AttributeSecurity in org.kuali.rice.krad.uif.field
 

Methods in org.kuali.rice.krad.uif.field that return AttributeSecurity
 AttributeSecurity DataFieldSecurity.getAttributeSecurity()
          Attribute security instance configured or picked up for the field
 

Methods in org.kuali.rice.krad.uif.field with parameters of type AttributeSecurity
 void DataFieldSecurity.setAttributeSecurity(AttributeSecurity attributeSecurity)
          Setter for the fields attribute security
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.