Versions Compared

Key

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

...

2) Type of Ownership Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

1. Type Of Ownership Maintenance (Create/Update/Search)

    a. KRAD Design: A simple KRAD maintenance document will be used to create and update a new or an existing Type Of Ownership record.

    b. Participants:

         OleTypeOfOwnership.xml

...

         OleTypeOfOwnership_UT.java

    c. Framework: Rice2.x

2. Security

    OLE_CAT namespace will be used for defining some Cataloging roles, and edocs

    a. Roles:

  • OLE_Cataloging_Admin - Create ,edit and provide blanket approve for Type Of Ownership
  • Additional/Permitted Super User - Create ,edit and provide blanket approve forType Of Ownership
  • User - Can view the Type Of Ownership

    b. Permissions to do the following on the below entities:

        Type Of Ownership

        a) Create

        b) Edit

        c) View(Inquiry)

        d) Blanket Approve

3. OJB-Mapping

      <class-descriptor class="org.kuali.ole.catalog.bo.OleTypeOfOwnership"  table="OLE_CAT_TYPE_OWNERSHIP_T">
              <field-descriptor name="typeOfOwnershipId" column="TYPE_OWNERSHIP_ID" jdbc-type="INTEGER" primarykey="true" autoincrement="true" sequence-name="OLE_CAT_TYPE_OWNERSHIP_S" />
              <field-descriptor name="typeOfOwnershipCode" column="TYPE_OWNERSHIP_CD" jdbc-type="VARCHAR" />
              <field-descriptor name="typeOfOwnershipName" column="TYPE_OWNERSHIP_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="source" column="SRC" jdbc-type="VARCHAR" />
              <field-descriptor name="sourceDate" column="SRC_DT" jdbc-type="DATE" />
              <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR" conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
</class-descriptor>

4. Services

5. Data Model:The DM for Type Of Ownership is going to reside in the Rice2.x Schema

     

3) Action Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

1. Action Maintenance (Create/Update/Search)

    a. KRAD Design: A simple KRAD maintenance document will be used to create and update a new or an existing Action record.

    b. Participants:

         OleAction.xml

         OleActionMaintenanceDocument.xml

...

         OleAction_UT.java

    c. Framework: Rice2.x

2. Security

   OLE_CAT namespace will be used for defining some Cataloging roles, and edocs

   a. Roles:

  • OLE_Cataloging_Admin - Create ,edit and provide blanket approve for Action
  • Additional/Permitted Super User - Create ,edit and provide blanket approve for Action
  • User - Can view the Action

   b. Permissions to do the following on the below entities:

      Action

       a) Create

       b) Edit

       c) View(Inquiry)

       d) Blanket Approve

3. OJB-Mapping

       <class-descriptor class="org.kuali.ole.catalog.bo.OleAction"  table="OLE_CAT_ACTION_T">
                <field-descriptor name="actionId" column="ACTION_ID" jdbc-type="INTEGER" primarykey="true" autoincrement="true" sequence-name="OLE_CAT_ACTION_S" />
                <field-descriptor name="actionCode" column="ACTION_CD" jdbc-type="VARCHAR" />
                <field-descriptor name="actionName" column="ACTION_NM" jdbc-type="VARCHAR" />
                <field-descriptor name="actionDescription" column="ACTION_DESC" 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="source" column="SRC" jdbc-type="VARCHAR" />
                <field-descriptor name="sourceDate" column="SRC_DT" jdbc-type="DATE" />
                <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR" conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
       </class-descriptor>

4. Services

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

  

4) Access Method Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

1. Access Method Maintenance (Create/Update/Search)

    a. KRAD Design: A simple KRAD maintenance document will be used to create and update a new or an existing Access Method record.

    b. Participants:

         OleAccessMethod.xml

...

         OleAccessMethod_UT.java

    c. Framework: Rice2.x

2. Security    

    OLE_CAT namespace will be used for defining some Cataloging roles, and edocs

    a. Roles:

  • OLE_Cataloging_Admin - Create ,edit and provide blanket approve for Access Method
  • Additional/Permitted Super User - Create ,edit and provide blanket approve for Access Method
  • User - Can view the Access Method

   b. Permissions to do the following on the below entities:

      Access Method

       a) Create

       b) Edit

       c) View(Inquiry)

       d) Blanket Approve

3. OJB-Mapping

        <class-descriptor class="org.kuali.ole.catalog.bo.OleAccessMethod" table="OLE_CAT_ACCS_MTHD_T">
                <field-descriptor name="accessMethodId" column="ACCS_MTHD_ID" jdbc-type="INTEGER" primarykey="true" autoincrement="true" sequence-name="OLE_CAT_ACCS_MTHD_S" />
                <field-descriptor name="accessMethodCode" column="ACCS_MTHD_CD" jdbc-type="VARCHAR" />
                <field-descriptor name="accessMethodName" column="ACCS_MTHD_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="source" column="SRC" jdbc-type="VARCHAR" />
                <field-descriptor name="sourceDate" column="SRC_DT" jdbc-type="DATE" />
                <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR" conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
       </class-descriptor

4. Services

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

    

5) Acquisition Method Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

1. Acquisition Method Maintenance (Create/Update/Search)

    a. KRAD Design: A simple KRAD maintenance document will be used to create and update a new or an existing Acquisition Method record.

    b. Participants:

         OleAcquisitionMethod.xml

...

         OleAcquisitionMethod_UT.java

    c. Framework: Rice2.x

2. Security

   OLE_CAT namespace will be used for defining some Cataloging roles, and edocs

   a. Roles:

  • OLE_Cataloging_Admin - Create ,edit and provide blanket approve for Acquisition Method
  • Additional/Permitted Super User - Create ,edit and provide blanket approve for Acquisition Method
  • User - Can view the Acquisition Method

   b. Permissions to do the following on the below entities:

      Acquisition Method

       a) Create

       b) Edit

       c) View(Inquiry)

       d) Blanket Approve

3. OJB-Mapping

       <class-descriptor class="org.kuali.ole.catalog.bo.OleAcquisitionMethod" table="OLE_CAT_ACQ_MTHD_T">
           <field-descriptor name="acquisitionMethodId" column="ACQ_MTHD_ID" jdbc-type="INTEGER" primarykey="true" autoincrement="true" sequence-name="OLE_CAT_ACQ_MTHD_S" />
           <field-descriptor name="acquisitionMethodCode" column="ACQ_MTHD_CD" jdbc-type="VARCHAR" />
           <field-descriptor name="acquisitionMethodName" column="ACQ_MTHD_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="source" column="SRC" jdbc-type="VARCHAR" />
           <field-descriptor name="sourceDate" column="SRC_DT" jdbc-type="DATE" />
           <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR" conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
</class-descriptor>

4. Services

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

6) Completeness Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

7)  ELA Relationship Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

8) Encoding Level Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

9) Field Encoding Level Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

10) General Retention Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

11) Lending Policy Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

12) Notation Type Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

13) Privacy Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

14) Receipt Status Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

15) Record Type Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

16) Reproduction Policy Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

17) Shelving Order Maintenance Document Technical Specification

https://jira.kuali.org/browse/OLE-2894
Info
titleJira
Jira

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

Info
titleRice2.x Framework

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

...

18) Shelving Schema Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

19) Separate or Composite Report Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

Separate or Composite Report information will be maintained in the ole-rice2 schema and developed in the ole-rice2 application using the new KRAD maintenance doc framework.

...

20) Retention Policy Type Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

21) Instance Item type Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

22) Specific Retention Policy Type Unit Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

23) Source of Term Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

24) Statistical Searching Codes Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...

25) Country Codes Maintenance Document Technical Specification

Info
titleJira

https://jira.kuali.org/browse/OLE-2894https://jira.kuali.org/browse/OLE-2806

Info
titleRice2.x Framework

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

...