Class BLHelper

java.lang.Object
overit.geocallapp.utilities.core.bl.BLHelper

public class BLHelper extends Object
The class contains all the utility methods for the business layer.
Since:
1.0
  • Constructor Details

    • BLHelper

      public BLHelper()
      Instantiates a new business layer helper.
  • Method Details

    • getBLHelper

      public static BLHelper getBLHelper()
      Returns the business layer helper.
      Returns:
      the BLHelper
    • getBOClassDescription

      public String getBOClassDescription(Class<? extends DynO> boClass)
      Returns the description of the given business object class.
      Parameters:
      boClass - the business object class
      Returns:
      the description of the business object class
    • getDAOClassDescription

      public String getDAOClassDescription(Class<? extends DAO> boClass)
      Returns the description of the given data access object class.
      Parameters:
      boClass - the data access object class
      Returns:
      the description of the data access object class
    • getClassDescription

      protected String getClassDescription(Class<?> clazz, String prefix)
      Returns the description of the given class.
      Parameters:
      clazz - the object class
      prefix - the prefix to discard
      Returns:
      the description of the class