Searched refs:viewBeanName (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubSchemaModel.java61 * @param viewBeanName Name of View Bean.
67 String viewBeanName,
65 getPropertySheetXML( String parentId, String viewBeanName, String viewBeanClassName ) argument
H A DSubSchemaModelImpl.java96 * @param viewBeanName Name of View Bean.
102 String viewBeanName,
114 xmlBuilder.setViewBeanName(viewBeanName);
100 getPropertySheetXML( String parentId, String viewBeanName, String viewBeanClassName ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubSchemaModel.java61 * @param viewBeanName Name of View Bean.
67 String viewBeanName,
65 getPropertySheetXML( String parentId, String viewBeanName, String viewBeanClassName ) argument
H A DSubSchemaModelImpl.java96 * @param viewBeanName Name of View Bean.
102 String viewBeanName,
114 xmlBuilder.setViewBeanName(viewBeanName);
100 getPropertySheetXML( String parentId, String viewBeanName, String viewBeanClassName ) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java137 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
H A DPropertyXMLBuilderBase.java132 protected String viewBeanName; field in class:PropertyXMLBuilderBase
370 viewBeanName = name;
379 return viewBeanName;
H A DPropertyXMLBuilder.java292 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java137 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
H A DPropertyXMLBuilderBase.java132 protected String viewBeanName; field in class:PropertyXMLBuilderBase
370 viewBeanName = name;
379 return viewBeanName;
H A DPropertyXMLBuilder.java292 configTable, SUB_CONFIG_TABLE_VIEW_BEAN, viewBeanName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSAddViewBeanBase.java55 public STSAddViewBeanBase(String viewBeanName, String defaultDisplayUrl, String serviceName, argument
57 super(viewBeanName, defaultDisplayUrl, serviceName);
H A DSTSEditViewBeanBase.java75 protected STSEditViewBeanBase(String viewBeanName, STSType stsType) { argument
76 super(viewBeanName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSAddViewBeanBase.java55 public STSAddViewBeanBase(String viewBeanName, String defaultDisplayUrl, String serviceName, argument
57 super(viewBeanName, defaultDisplayUrl, serviceName);
H A DSTSEditViewBeanBase.java75 protected STSEditViewBeanBase(String viewBeanName, STSType stsType) { argument
76 super(viewBeanName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java109 public String getPropertySheetXML(String realmName, String viewBeanName, String viewBeanClassName) throws argument
116 xmlBuilder.setViewBeanName(viewBeanName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java109 public String getPropertySheetXML(String realmName, String viewBeanName, String viewBeanClassName) throws argument
116 xmlBuilder.setViewBeanName(viewBeanName);

Completed in 60 milliseconds