Uses of Class
org.kuali.student.r1.common.dictionary.old.dto.ObjectStructure

Packages that use ObjectStructure
org.kuali.student.common.ui.client.service   
org.kuali.student.common.ui.server.gwt   
org.kuali.student.lum.program.server   
org.kuali.student.r1.common.assembly.dictionary.old   
org.kuali.student.r1.common.dictionary.old.dto Copyright 2010 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.student.r1.common.dictionary.service.impl.old   
org.kuali.student.r1.common.dictionary.service.old   
org.kuali.student.r1.common.dictionary.service.old.jaxws   
org.kuali.student.r1.common.validator.old   
 

Uses of ObjectStructure in org.kuali.student.common.ui.client.service
 

Methods in org.kuali.student.common.ui.client.service that return ObjectStructure
 ObjectStructure BaseRpcService.getObjectStructure(String objectTypeKey)
           
 

Method parameters in org.kuali.student.common.ui.client.service with type arguments of type ObjectStructure
 void BaseRpcServiceAsync.getObjectStructure(String objectTypeKey, com.google.gwt.user.client.rpc.AsyncCallback<ObjectStructure> callback)
           
 

Uses of ObjectStructure in org.kuali.student.common.ui.server.gwt
 

Methods in org.kuali.student.common.ui.server.gwt that return ObjectStructure
 ObjectStructure BaseRpcGwtServletAbstract.getObjectStructure(String objectTypeKey)
           
 

Uses of ObjectStructure in org.kuali.student.lum.program.server
 

Methods in org.kuali.student.lum.program.server that return ObjectStructure
 ObjectStructure StatementDataService.getObjectStructure(String objectTypeKey)
           
 

Uses of ObjectStructure in org.kuali.student.r1.common.assembly.dictionary.old
 

Methods in org.kuali.student.r1.common.assembly.dictionary.old that return ObjectStructure
protected  ObjectStructure MetadataServiceImpl.getObjectStructure(String objectKey)
          Deprecated. This method gets the object structure for given objectKey from a dictionaryService
 

Methods in org.kuali.student.r1.common.assembly.dictionary.old with parameters of type ObjectStructure
protected  State MetadataServiceImpl.getObjectState(ObjectStructure objectStructure, String type, String state)
          Deprecated. This method retrieves the desire object state for the object structure.
 

Uses of ObjectStructure in org.kuali.student.r1.common.dictionary.old.dto
 

Fields in org.kuali.student.r1.common.dictionary.old.dto declared as ObjectStructure
protected  ObjectStructure FieldDescriptor.objectStructure
          Deprecated.  
 

Fields in org.kuali.student.r1.common.dictionary.old.dto with type parameters of type ObjectStructure
protected  List<ObjectStructure> Dictionary.objectStructure
          Deprecated.  
 

Methods in org.kuali.student.r1.common.dictionary.old.dto that return ObjectStructure
 ObjectStructure FieldDescriptor.getObjectStructure()
          Deprecated.  
 

Methods in org.kuali.student.r1.common.dictionary.old.dto that return types with arguments of type ObjectStructure
 List<ObjectStructure> Dictionary.getObjectStructure()
          Deprecated. Gets the value of the objectStructure property.
 

Methods in org.kuali.student.r1.common.dictionary.old.dto with parameters of type ObjectStructure
 void FieldDescriptor.setObjectStructure(ObjectStructure objectStructure)
          Deprecated.  
 

Uses of ObjectStructure in org.kuali.student.r1.common.dictionary.service.impl.old
 

Methods in org.kuali.student.r1.common.dictionary.service.impl.old that return ObjectStructure
 ObjectStructure DictionaryServiceSpringImpl.getObjectStructure(String objectTypeKey)
          Deprecated.  
 

Uses of ObjectStructure in org.kuali.student.r1.common.dictionary.service.old
 

Methods in org.kuali.student.r1.common.dictionary.service.old that return ObjectStructure
 ObjectStructure DictionaryService.getObjectStructure(String objectTypeKey)
           
 

Uses of ObjectStructure in org.kuali.student.r1.common.dictionary.service.old.jaxws
 

Methods in org.kuali.student.r1.common.dictionary.service.old.jaxws that return ObjectStructure
 ObjectStructure GetObjectStructureResponse.getReturn()
           
 

Methods in org.kuali.student.r1.common.dictionary.service.old.jaxws with parameters of type ObjectStructure
 void GetObjectStructureResponse.setReturn(ObjectStructure new_return)
           
 

Uses of ObjectStructure in org.kuali.student.r1.common.validator.old
 

Methods in org.kuali.student.r1.common.validator.old with parameters of type ObjectStructure
protected static Field ValidatorUtils.getField(String key, ObjectStructure objStructure, String type, String state)
          Deprecated. Traverses the dictionary ObjectStructure to find the field with the match key, type and state
 List<ValidationResultInfo> Validator.validateField(Field field, Type type, State state, ObjectStructure objStruct, ConstraintDataProvider dataProvider, Stack<String> elementStack)
          Deprecated.  
 List<ValidationResultInfo> Validator.validateTypeStateObject(Object data, ObjectStructure objStructure)
          Deprecated. Validate Object and all its nested child objects for given type and state
 



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