All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.rice.location.web.county.CountyMaintenanceDocument.xml Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2005-2015 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="CountyMaintenanceDocument" parent="CountyMaintenanceDocument-parentBean"/>

  <bean id="CountyMaintenanceDocument-parentBean" abstract="true" parent="MaintenanceDocumentEntry">
    <property name="dataObjectClass" value="org.kuali.rice.location.impl.county.CountyBo"/>
    <property name="maintainableClass" value="org.kuali.rice.location.web.county.CountyMaintainableImpl"/>
    <property name="maintainableSections">
      <list>
        <ref bean="CountyMaintenanceDocument-EditCounties"/>
      </list>
    </property>
    <property name="defaultExistenceChecks">
      <list>
        <bean parent="ReferenceDefinition" p:attributeName="country" p:attributeToHighlightOnFail="countryCode"/>
        <bean parent="ReferenceDefinition" p:attributeName="state" p:attributeToHighlightOnFail="stateCode"/>
      </list>
    </property>    
    <property name="lockingKeys">
      <list>
      	<value>countryCode</value>
        <value>code</value>
        <value>stateCode</value>
      </list>
    </property>

    <property name="documentTypeName" value="CountyMaintenanceDocument"/>
    <property name="documentAuthorizerClass" value="org.kuali.rice.kns.document.authorization.MaintenanceDocumentAuthorizerBase"/>

    <property name="workflowProperties">
      <ref bean="CountyMaintenanceDocument-workflowProperties"/>
    </property>
  </bean>

<!-- Maintenance Section Definitions -->


  <bean id="CountyMaintenanceDocument-EditCounties" parent="CountyMaintenanceDocument-EditCounties-parentBean"/>

  <bean id="CountyMaintenanceDocument-EditCounties-parentBean" abstract="true" parent="MaintainableSectionDefinition">
    <property name="id" value="Edit Counties"/>
    <property name="title" value="Edit Counties"/>
    <property name="maintainableItems">
      <list>
        <bean parent="MaintainableFieldDefinition" p:name="countryCode" p:required="true"/>
        <bean parent="MaintainableFieldDefinition" p:name="code" p:required="true"/>
        <bean parent="MaintainableFieldDefinition" p:name="stateCode" p:required="true"/>
        <bean parent="MaintainableFieldDefinition" p:name="name" p:required="true"/>
        <bean parent="MaintainableFieldDefinition" p:name="active" p:defaultValue="true"/>
      </list>
    </property>
  </bean>

<!-- Exported Workflow Properties -->


  <bean id="CountyMaintenanceDocument-workflowProperties" parent="CountyMaintenanceDocument-workflowProperties-parentBean"/>

  <bean id="CountyMaintenanceDocument-workflowProperties-parentBean" abstract="true" parent="WorkflowProperties">
  </bean>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy