Class BLHelper
java.lang.Object
overit.geocallapp.utilities.core.bl.BLHelper
The class contains all the utility methods for the business layer.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BLHelperReturns the business layer helper.getBOClassDescription(Class<? extends DynO> boClass) Returns the description of the given business object class.protected StringgetClassDescription(Class<?> clazz, String prefix) Returns the description of the given class.getDAOClassDescription(Class<? extends DAO> boClass) Returns the description of the given data access object class.
-
Constructor Details
-
BLHelper
public BLHelper()Instantiates a new business layer helper.
-
-
Method Details
-
getBLHelper
Returns the business layer helper.- Returns:
- the
BLHelper
-
getBOClassDescription
Returns the description of the given business object class.- Parameters:
boClass- the business object class- Returns:
- the description of the business object class
-
getDAOClassDescription
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
Returns the description of the given class.- Parameters:
clazz- the object classprefix- the prefix to discard- Returns:
- the description of the class
-