org.kuali.rice.devtools.generators.dd
Class BeanDDCreator

java.lang.Object
  extended by org.kuali.rice.devtools.generators.dd.BeanDDCreator

Deprecated. this is for the legacy kns.

@Deprecated
public class BeanDDCreator
extends Object


Constructor Summary
BeanDDCreator()
          Deprecated.  
 
Method Summary
static String camelCaseToString(String className)
          Deprecated.  
static String getSimpleAbstractInheritanceBean(Class<? extends BusinessObject> boClass, String propertyName, String parentBean)
          Deprecated.  
static String getSimpleAbstractInheritanceBeanWithLabel(Class<? extends BusinessObject> boClass, String propertyName, String parentBean, String label)
          Deprecated.  
static String getSimpleParentBeanReference(Class<? extends BusinessObject> boClass, String propertyName)
          Deprecated.  
static boolean isNormalProperty(PropertyDescriptor p)
          Deprecated.  
static void main(String[] args)
          Deprecated. This method...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDDCreator

public BeanDDCreator()
Deprecated. 
Method Detail

main

public static void main(String[] args)
                 throws Exception
Deprecated. 
This method...

Parameters:
args -
Throws:
Exception

getSimpleAbstractInheritanceBean

public static String getSimpleAbstractInheritanceBean(Class<? extends BusinessObject> boClass,
                                                      String propertyName,
                                                      String parentBean)
Deprecated. 

getSimpleAbstractInheritanceBeanWithLabel

public static String getSimpleAbstractInheritanceBeanWithLabel(Class<? extends BusinessObject> boClass,
                                                               String propertyName,
                                                               String parentBean,
                                                               String label)
Deprecated. 

getSimpleParentBeanReference

public static String getSimpleParentBeanReference(Class<? extends BusinessObject> boClass,
                                                  String propertyName)
Deprecated. 

isNormalProperty

public static boolean isNormalProperty(PropertyDescriptor p)
Deprecated. 

camelCaseToString

public static String camelCaseToString(String className)
Deprecated. 


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