Searched refs:hasGlobalSubSchema (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubSchemaModelImpl.java66 public boolean hasGlobalSubSchema() { method in class:SubSchemaModelImpl
67 return subConfigMeta.hasGlobalSubSchema();
113 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema());
H A DSubSchemaModel.java47 boolean hasGlobalSubSchema(); method in interface:SubSchemaModel
H A DSubConfigModel.java121 boolean hasGlobalSubSchema(); method in interface:SubConfigModel
H A DSubConfigModelImpl.java141 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema());
246 public boolean hasGlobalSubSchema() { method in class:SubConfigModelImpl
247 return subConfigMeta.hasGlobalSubSchema();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubSchemaModelImpl.java66 public boolean hasGlobalSubSchema() { method in class:SubSchemaModelImpl
67 return subConfigMeta.hasGlobalSubSchema();
113 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema());
H A DSubSchemaModel.java47 boolean hasGlobalSubSchema(); method in interface:SubSchemaModel
H A DSubConfigModel.java121 boolean hasGlobalSubSchema(); method in interface:SubConfigModel
H A DSubConfigModelImpl.java141 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema());
246 public boolean hasGlobalSubSchema() { method in class:SubConfigModelImpl
247 return subConfigMeta.hasGlobalSubSchema();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSubConfigEditViewBean.java120 if (model.hasGlobalSubSchema()) {
244 if (model.hasGlobalSubSchema()){
H A DSCServiceProfileViewBean.java107 if (model.hasGlobalSubSchema()) {
165 if (model.hasGlobalSubSchema()) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCServiceProfileViewBean.java107 if (model.hasGlobalSubSchema()) {
165 if (model.hasGlobalSubSchema()) {
H A DSubConfigEditViewBean.java120 if (model.hasGlobalSubSchema()) {
244 if (model.hasGlobalSubSchema()){
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java100 public boolean hasGlobalSubSchema() { method in class:SubConfigMeta
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java100 public boolean hasGlobalSubSchema() { method in class:SubConfigMeta

Completed in 58 milliseconds