|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.common.BusinessObject
Business Object is the highest level business domain object. It is a place holder for implementing common operations and attributes common to all busines objects such as business object security, exception handling, etc.
Constructor Summary | |
BusinessObject()
|
Method Summary | |
CMException |
generateException(String exceptionKey)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
Object[] replacementVars)
Generate a new CMException. |
CMException |
generateException(String exceptionKey,
String parm1)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
String parm1,
String parm2)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
String parm1,
String parm2,
String parm3)
Convenience method which simply creates the replacement text variables as an array |
static String |
getTranslation(String messageToTranslate)
Translate the message to the appropriate international text. |
Object |
invoke(String methodName)
This method was created by a SmartGuide. |
boolean |
toBoolean(String flag)
This method was created by a SmartGuide. |
String |
toString(boolean flag)
This method was created by a SmartGuide. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessObject()
Method Detail |
public CMException generateException(String exceptionKey)
public CMException generateException(String exceptionKey, Object[] replacementVars)
public CMException generateException(String exceptionKey, String parm1)
public CMException generateException(String exceptionKey, String parm1, String parm2)
public CMException generateException(String exceptionKey, String parm1, String parm2, String parm3)
public static String getTranslation(String messageToTranslate)
public Object invoke(String methodName)
invoke
in interface Invokeable
methodName
- java.lang.String
public boolean toBoolean(String flag)
public String toString(boolean flag)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |