|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
AbstractObjectTypeHandler provides default implementation to save the new
object into the PCM, thus the specific handler needs to implement only the abstract
part (it can override the save method if it needs to).
| Constructor Summary | |
AbstractObjectTypeHandler()
|
|
| Method Summary | |
void |
saveObject(java.lang.Object descriptor,
IWizardContext context)
Saves the object in the persistence. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sap.portal.admin.wizard.handlers.IObjectTypeHandler |
createObjectDescriptor |
| Constructor Detail |
public AbstractObjectTypeHandler()
| Method Detail |
public void saveObject(java.lang.Object descriptor,
IWizardContext context)
throws ObjectNotCreatedException
IObjectTypeHandlersaveObject in interface IObjectTypeHandlercom.sap.portal.admin.wizard.handlers.IObjectTypeHandlerdescriptor - the object descriptor, ready for save.context - wizard context.ObjectNotCreatedException - if the save has failed.saveObject(Object, IWizardContext),
Context.bind(String, Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||