Search in sources :

Example 11 with RMRealmModel

use of com.sun.identity.console.realm.model.RMRealmModel in project OpenAM by OpenRock.

the class RMRealmAddViewBean method createPropertyModel.

private void createPropertyModel() {
    RMRealmModel model = (RMRealmModel) getModel();
    try {
        propertySheetModel = new AMPropertySheetModel(model.getCreateRealmPropertyXML());
        propertySheetModel.clear();
    } catch (AMConsoleException e) {
        setInlineAlertMessage(CCAlert.TYPE_ERROR, "message.error", e.getMessage());
    }
}
Also used : AMPropertySheetModel(com.sun.identity.console.base.model.AMPropertySheetModel) AMConsoleException(com.sun.identity.console.base.model.AMConsoleException) RMRealmModel(com.sun.identity.console.realm.model.RMRealmModel)

Aggregations

RMRealmModel (com.sun.identity.console.realm.model.RMRealmModel)11 AMConsoleException (com.sun.identity.console.base.model.AMConsoleException)9 AMPropertySheet (com.sun.identity.console.base.AMPropertySheet)4 Map (java.util.Map)4 HashMap (java.util.HashMap)3 AMPropertySheetModel (com.sun.identity.console.base.model.AMPropertySheetModel)2 SerializedField (com.sun.identity.console.components.view.html.SerializedField)2 ArrayList (java.util.ArrayList)2 HashSet (java.util.HashSet)2 Iterator (java.util.Iterator)2 List (java.util.List)2 Set (java.util.Set)2 Option (com.iplanet.jato.view.html.Option)1 OptionList (com.iplanet.jato.view.html.OptionList)1 AMViewBeanBase (com.sun.identity.console.base.AMViewBeanBase)1 AMViewConfig (com.sun.identity.console.base.AMViewConfig)1 CCSelectableList (com.sun.web.ui.view.html.CCSelectableList)1 CCActionTable (com.sun.web.ui.view.table.CCActionTable)1