Uses of Class
org.kuali.kfs.sys.businessobject.BusinessObjectProperty

Packages that use BusinessObjectProperty
org.kuali.kfs.sys.businessobject   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of BusinessObjectProperty in org.kuali.kfs.sys.businessobject
 

Methods in org.kuali.kfs.sys.businessobject that return BusinessObjectProperty
 BusinessObjectProperty FunctionalFieldDescription.getBusinessObjectProperty()
           
 

Methods in org.kuali.kfs.sys.businessobject with parameters of type BusinessObjectProperty
 void FunctionalFieldDescription.setBusinessObjectProperty(BusinessObjectProperty businessObjectProperty)
           
 

Uses of BusinessObjectProperty in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return BusinessObjectProperty
 BusinessObjectProperty KfsBusinessObjectMetaDataService.getBusinessObjectProperty(String componentClass, String propertyName)
           
 

Methods in org.kuali.kfs.sys.service that return types with arguments of type BusinessObjectProperty
 List<BusinessObjectProperty> KfsBusinessObjectMetaDataService.findBusinessObjectProperties(String namespaceCode, String componentLabel, String propertyLabel)
           
 

Uses of BusinessObjectProperty in org.kuali.kfs.sys.service.impl
 

Methods in org.kuali.kfs.sys.service.impl that return BusinessObjectProperty
 BusinessObjectProperty KfsBusinessObjectMetaDataServiceImpl.getBusinessObjectProperty(String componentClass, String propertyName)
           
 

Methods in org.kuali.kfs.sys.service.impl that return types with arguments of type BusinessObjectProperty
 List<BusinessObjectProperty> KfsBusinessObjectMetaDataServiceImpl.findBusinessObjectProperties(String namespaceCode, String componentLabel, String propertyLabel)
           
 



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