<template mode="any">/layouts/layout_default_template.xhtml</template>
</templates>
<rows>
- <!-- <row><widget>accessionDate</widget></row> -->
<row><widget>acquisitionAuthorizer</widget></row>
<row><widget>acquisitionAuthorizerDate</widget></row>
- <row><widget>acquisitionDate</widget></row>
<row><widget>acquisitionFundingCurrency</widget></row>
<row><widget>acquisitionFundingValue</widget></row>
<row><widget>acquisitionFundingSource</widget></row>
<row><widget>transferOfTitleNumber</widget></row>
<row><widget>fieldCollectionEventName</widget></row>
</rows>
-
- <!-- <widget name="accessionDate" type="text">
- <labels>
- <label mode="any">accessionDate</label>
- </labels>
- <translated>true</translated>
- <fields>
- <field>acquisitions_common:accessionDate</field>
- </fields>
- <properties widgetMode="edit">
- <property name="styleClass">dataInputText</property>
- </properties>
- </widget> -->
<widget name="acquisitionAuthorizer" type="text">
<labels>
<property name="styleClass">dataInputText</property>
</properties>
</widget>
-
- <widget name="acquisitionDate" type="text">
- <labels>
- <label mode="any">acquisitionDate</label>
- </labels>
- <translated>true</translated>
- <fields>
- <field>acquisitions_common:acquisitionDate</field>
- </fields>
- <properties widgetMode="edit">
- <property name="styleClass">dataInputText</property>
- </properties>
- </widget>
-
+
<widget name="acquisitionFundingCurrency" type="text">
<labels>
<label mode="any">acquisitionFundingCurrency</label>
</xs:complexType>\r
</xs:element>\r
\r
- <!-- <xs:element name="acquisitionDateGroupList" type="acquisitionDateGroupList"/>\r
- \r
- <xs:complexType name="acquisitionDateGroupList">\r
- <xs:sequence>\r
- <xs:element name="acquisitionDateGroup" type="structuredDateGroup" minOccurs="0"\r
- maxOccurs="unbounded"/>\r
- </xs:sequence>\r
- </xs:complexType> -->\r
- \r
<xs:element name="acquisitionFundingList" type="acquisitionFundingList"/>\r
<xs:element name="acquisitionMethod" type="xs:string"/>\r
<xs:element name="acquisitionNote" type="xs:string"/>\r
List<String> acquisitionFundingSources,
List<String> acqOwners,
List<String> acquisitionSources) {
- // String accessionDate,
AcquisitionsCommon acquisition = new AcquisitionsCommon();
- // acquisition.setAccessionDate(accessionDate);
acquisition.setAcquisitionAuthorizer(acquisitionAuthorizer);
// AcquisitionFunding-related authrefs fields are *not* currently
*\r
*/\r
public interface AcquisitionJAXBSchema {\r
- // final static String ACCESSIONDATE = "accessionDate";\r
+\r
}\r
\r
\r
private List<String> personIdsCreated = new ArrayList<String>();
private String personAuthCSID = null;
private String depositorRefName = null;
- // private String exitDate = null;
private String exitNumber = null;
private final static String CURRENT_DATE_UTC =
GregorianCalendarDateTimeUtils.currentDateUTC();
}
private PoxPayloadOut createObjectExitInstance(String depositorRefName, String exitNumber) {
- // , String exitDate
- // this.exitDate = exitDate;
this.exitNumber = exitNumber;
this.depositorRefName = depositorRefName;
ObjectexitCommon objectexit = new ObjectexitCommon();
objectexit.setDepositor(depositorRefName);
objectexit.setExitNumber(exitNumber);
- // objectexit.setExitDate(exitDate);
PoxPayloadOut multipart = new PoxPayloadOut(ObjectExitClient.SERVICE_PAYLOAD_NAME);
PayloadOutputPart commonPart = multipart.addPart(new ObjectExitClient().getCommonPartName(),
public interface ObjectexitJAXBSchema {
final static String OBJECT_EXIT_CURRENT_OWNER = "currentOwner";
final static String OBJECT_EXIT_DEPOSITOR = "depositor";
- // final static String OBJECT_EXIT_DATE = "exitDate";
final static String OBJECT_EXIT_METHODS = "exitMethods";
final static String OBJECT_EXIT_METHOD = "exitMethod";
final static String OBJECT_EXIT_NOTE = "exitNote";
<row><widget>nameAdditions</widget></row>
<!-- Repeatable fields are commented out for now until we -->
<!-- identify how to represent these complex types in layouts. -->
-<!-- <row><widget>contactName</widget></row>-->
- <!-- <row><widget>foundingDate</widget></row>
- <row><widget>dissolutionDate</widget></row> -->
+<!-- <row><widget>contactName</widget></row> -->
<row><widget>foundingPlace</widget></row>
<!-- <row><widget>group</widget></row> -->
<!-- <row><widget>function</widget></row> -->
<property name="styleClass">dataInputText</property>
</properties>
</widget>
-
- <widget name="foundingDate" type="text">
- <labels>
- <label mode="any">foundingDate</label>
- </labels>
- <translated>true</translated>
- <fields>
- <field schema="organizations_common">foundingDate</field>
- </fields>
- <properties widgetMode="edit">
- <property name="styleClass">dataInputText</property>
- </properties>
- </widget>
-
- <widget name="dissolutionDate" type="text">
- <labels>
- <label mode="any">dissolutionDate</label>
- </labels>
- <translated>true</translated>
- <fields>
- <field schema="organizations_common">dissolutionDate</field>
- </fields>
- <properties widgetMode="edit">
- <property name="styleClass">dataInputText</property>
- </properties>
- </widget>
-->
<widget name="foundingPlace" type="text">
<labels>
</xs:complexType>
</xs:element>
<xs:element name="foundingDate" type="structuredDateGroup"/>
- <!-- <xs:element name="foundingDate" type="xs:string"/> -->
<xs:element name="dissolutionDate" type="structuredDateGroup"/>
- <!-- <xs:element name="dissolutionDate" type="xs:string"/> -->
<xs:element name="foundingPlace" type="xs:string"/>
<xs:element name="groups">
<xs:complexType>
final static String SHORT_NAME = "shortName";\r
final static String NAME_ADDITIONS = "nameAdditions";\r
final static String CONTACT_NAMES = "contactNames";\r
- // final static String FOUNDING_DATE = "foundingDate";\r
- // final static String DISSOLUTION_DATE = "dissolutionDate";\r
final static String FOUNDING_PLACE = "foundingPlace";\r
final static String GROUPS = "groups";\r
final static String FUNCTIONS = "functions";\r
<xs:element name="contactNames" type="contactNameList"/>
<xs:element name="foundingDate" type="structuredDateGroup"/>
<xs:element name="dissolutionDate" type="structuredDateGroup"/>
- <!-- <xs:element name="foundingDate" type="xs:string"/>
- <xs:element name="dissolutionDate" type="xs:string"/> -->
<xs:element name="foundingPlace" type="xs:string"/>
<xs:element name="groups" type="groupList"/>
<xs:element name="functions" type="functionList"/>