org.kuali.rice.location.web.campus.CampusMaintenanceDocument.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2018 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> <bean id="CampusMaintenanceDocument" parent="CampusMaintenanceDocument-parentBean"/> <bean id="CampusMaintenanceDocument-parentBean" abstract="true" parent="MaintenanceDocumentEntry"> <property name="dataObjectClass" value="org.kuali.rice.location.impl.campus.CampusBo"/> <property name="maintainableClass" value="org.kuali.rice.location.web.campus.CampusMaintainableImpl"/> <property name="maintainableSections"> <list> <ref bean="CampusMaintenanceDocument-EditCampus"/> </list> </property> <property name="lockingKeys"> <list> <value>code</value> </list> </property> <property name="documentTypeName" value="CampusMaintenanceDocument"/> <property name="documentAuthorizerClass" value="org.kuali.rice.kns.document.authorization.MaintenanceDocumentAuthorizerBase"/> </bean> <!-- Maintenance Section Definitions --> <bean id="CampusMaintenanceDocument-EditCampus" parent="CampusMaintenanceDocument-EditCampus-parentBean"/> <bean id="CampusMaintenanceDocument-EditCampus-parentBean" abstract="true" parent="MaintainableSectionDefinition"> <property name="maintainableItems"> <list> <bean parent="MaintainableFieldDefinition" p:required="true" p:name="code"/> <bean parent="MaintainableFieldDefinition" p:required="true" p:name="name"/> <bean parent="MaintainableFieldDefinition" p:required="true" p:name="shortName"/> <bean parent="MaintainableFieldDefinition" p:required="true" p:name="campusTypeCode"/> <bean parent="MaintainableFieldDefinition" p:defaultValue="true" p:name="active"/> <bean parent="MaintainableFieldDefinition" p:name="versionNumber"/> </list> </property> <property name="id" value="Edit Campus"/> <property name="title" value="Edit Campus"/> </bean> </beans>