Package org.kuali.rice.krad.datadictionary

Examples of org.kuali.rice.krad.datadictionary.DataObjectEntry


   * with court case status. Could be modified to return the bo entry for specific tests</p>
   *
   * @param className - fully qualified class name
   */
  protected void testBoAttributesPresent(String className) {
    DataObjectEntry dataObject = KRADServiceLocatorWeb.getDataDictionaryService().getDataDictionary().getDataObjectEntry(className);
    assertNotNull("data object should not be null", dataObject);
    assertNotNull("attribute names should not be null", dataObject.getAttributeNames());
  }
View Full Code Here

TOP

Related Classes of org.kuali.rice.krad.datadictionary.DataObjectEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.