Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Technical Specifications for the 4 Maintenance Documents to be created for the License Agreement.

Info
titleJira

https://jira.kuali.org/browse/OLE-2938

1) Agreement Method Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-29382938

Info
titleRice2.x Framework

Agreement Method information will be maintained in the ole-rice2 schema and developed in the ole-rice2 application using the new KRAD maintenance doc framework.

...

2) Agreement Status Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-29382938

Info
titleRice2.x Framework

Agreement Status information will be maintained in the ole-rice2 schema and developed in the ole-rice2 application using the new KRAD maintenance doc framework.

...

3) Agreement Type Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-29382938

Info
titleRice2.x Framework

Agreement Type information will be maintained in the ole-rice2 schema and developed in the ole-rice2 application using the new KRAD maintenance doc framework.

...

4) Agreement DocType Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-29382938

Info
titleRice2.x Framework

Agreement DocType information will be maintained in the ole-rice2 schema and developed in the ole-rice2 application using the new KRAD maintenance doc framework.

...

3. OJB-Mapping

    <class-descriptor class="org.kuali.ole.agreement.bo.OleAgreementDocType" table="ole_agr_doc_type_t">
        <field-descriptor name="agreementDocTypeId" column="AGR_DOC_TYPE_ID" jdbc-type="VARCHAR" primarykey="true" autoincrement="true" sequence-name="ole_agr_doc_type_s"/>
        <field-descriptor name="agreementDocTypeName" column="AGR_DOC_TYPE_NM" jdbc-type="VARCHAR"/>
        <field-descriptor name="objectId" column="OBJ_ID" jdbc-type="VARCHAR" index="true"/>
        <field-descriptor name="versionNumber" column="VER_NBR" jdbc-type="BIGINT" locking="true"/>
        <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR" conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
    </class-descriptor>

...

5. Data Model:The DM for Agreement DocType is going to reside in the Rice2.x Schema

                     Image Added