use of eu.europa.ec.fisheries.schema.rules.mobileterminal.v1.IdType in project UVMS-ActivityModule-APP by UnionVMS.
the class VesselTransportMeansMapper method mapToVesselIdentifierEntities.
protected Set<VesselIdentifierEntity> mapToVesselIdentifierEntities(List<IDType> idTypes, VesselTransportMeansEntity vesselTransportMeansEntity) {
if (idTypes == null || idTypes.isEmpty()) {
return Collections.emptySet();
}
Set<VesselIdentifierEntity> vesselIdentifierEntities = new HashSet<>();
for (IDType idType : idTypes) {
VesselIdentifierEntity vesselIdentifierEntity = VesselTransportMeansMapper.INSTANCE.mapToVesselIdentifierEntity(idType);
vesselIdentifierEntity.setVesselTransportMeans(vesselTransportMeansEntity);
vesselIdentifierEntities.add(vesselIdentifierEntity);
}
return vesselIdentifierEntities;
}
use of eu.europa.ec.fisheries.schema.rules.mobileterminal.v1.IdType in project UVMS-ActivityModule-APP by UnionVMS.
the class ActivityEventServiceBean method collectAllIdsFromMessage.
private Map<ActivityTableType, List<IDType>> collectAllIdsFromMessage(FLUXFAReportMessage faRepMessage) {
Map<ActivityTableType, List<IDType>> idsmap = new EnumMap<>(ActivityTableType.class);
idsmap.put(ActivityTableType.RELATED_FLUX_REPORT_DOCUMENT_ENTITY, new ArrayList<IDType>());
if (faRepMessage == null) {
return idsmap;
}
List<FAReportDocument> faReportDocuments = faRepMessage.getFAReportDocuments();
if (CollectionUtils.isNotEmpty(faReportDocuments)) {
for (FAReportDocument faRepDoc : faReportDocuments) {
FLUXReportDocument relatedFLUXReportDocument = faRepDoc.getRelatedFLUXReportDocument();
if (relatedFLUXReportDocument != null) {
List<IDType> idTypes = new ArrayList<>();
idTypes.addAll(relatedFLUXReportDocument.getIDS());
idTypes.add(relatedFLUXReportDocument.getReferencedID());
idTypes.removeAll(Collections.singletonList(null));
idsmap.get(ActivityTableType.RELATED_FLUX_REPORT_DOCUMENT_ENTITY).addAll(idTypes);
}
}
}
return idsmap;
}
use of eu.europa.ec.fisheries.schema.rules.mobileterminal.v1.IdType in project UVMS-ActivityModule-APP by UnionVMS.
the class MapperUtil method getFluxReportDocument.
public static FLUXReportDocument getFluxReportDocument() {
List<IDType> ids = Arrays.asList(getIdType("flux_report_doc_1", "fhty58-gh586t-5tjf8-t58rjewe"));
IDType referencedID = getIdType("Ref ID 1", "fhty58-gh586t-5tjf8-t58rjewe");
DateTimeType creationDateTime = getDateTimeType("2016-07-01 11:15:00");
CodeType purposeCode = getCodeType("5", "FLUX_GP_PURPOSE");
final TextType purpose = getTextType("Purpose Text");
CodeType typeCode = getCodeType("FluxReportTypeCode", "fhty58-gh586t-5tjf8-t58rjewe");
FLUXParty ownerFLUXParty = new FLUXParty(Arrays.asList(getIdType("Owner flux party id 1", "58fjrut-tjfuri-586jte-5jfur")), Arrays.asList(getTextType("This is sample text for owner flux party")));
FLUXReportDocument fluxReportDocument = new FLUXReportDocument(ids, referencedID, creationDateTime, purposeCode, purpose, typeCode, ownerFLUXParty);
return fluxReportDocument;
}
use of eu.europa.ec.fisheries.schema.rules.mobileterminal.v1.IdType in project UVMS-ActivityModule-APP by UnionVMS.
the class MapperUtil method getFluxLocation.
public static FLUXLocation getFluxLocation() {
FLUXLocation fluxLocation = new FLUXLocation();
CodeType typeCode = getCodeType("AREA", "FLUX_LOCATION_TYPE");
IDType countryID = getIdType("XEU", "TERRITORY");
CodeType regionalFisheriesManagementOrganizationCode = getCodeType("RFMO1", "fhty58-gh586t-5tjf8-t58rjewe");
FLUXGeographicalCoordinate specifiedPhysicalFLUXGeographicalCoordinate = getFluxGeographicalCoordinate();
IDType id = getIdType("25.5b", "FAO_AREA");
CodeType geopoliticalRegionCode = getCodeType("Code type 2", "fhty258-g3h586t-5t4jf8-t58rjew5e");
List<TextType> names = Arrays.asList(getTextType("This is sample name"));
IDType sovereignRightsCountryID = getIdType("sovereign rights id 1", "fhty58-gh5486t-5t5jf8-t58rjewe");
IDType jurisdictionCountryID = getIdType("jurisdiction country id 1", "fht1y58-gh5876t-5t3jf8-t58rjewe");
List<FLUXCharacteristic> applicableFLUXCharacteristics = null;
List<StructuredAddress> postalStructuredAddresses = Arrays.asList(getStructuredAddress());
StructuredAddress physicalStructuredAddress = getStructuredAddress();
fluxLocation.setTypeCode(typeCode);
fluxLocation.setCountryID(countryID);
fluxLocation.setRegionalFisheriesManagementOrganizationCode(regionalFisheriesManagementOrganizationCode);
fluxLocation.setSpecifiedPhysicalFLUXGeographicalCoordinate(specifiedPhysicalFLUXGeographicalCoordinate);
fluxLocation.setID(id);
fluxLocation.setGeopoliticalRegionCode(geopoliticalRegionCode);
fluxLocation.setNames(names);
fluxLocation.setSovereignRightsCountryID(sovereignRightsCountryID);
fluxLocation.setJurisdictionCountryID(jurisdictionCountryID);
fluxLocation.setApplicableFLUXCharacteristics(applicableFLUXCharacteristics);
fluxLocation.setPostalStructuredAddresses(postalStructuredAddresses);
fluxLocation.setPhysicalStructuredAddress(physicalStructuredAddress);
return fluxLocation;
}
use of eu.europa.ec.fisheries.schema.rules.mobileterminal.v1.IdType in project UVMS-ActivityModule-APP by UnionVMS.
the class MapperUtil method getVesselTransportMeans.
public static VesselTransportMeans getVesselTransportMeans() {
VesselTransportMeans vesselTransportMeans = new VesselTransportMeans();
CodeType roleCode = getCodeType("CATCHING_VESSEL", "FA_VESSEL_ROLE");
List<TextType> names = Arrays.asList(getTextType("Test Name"));
List<FLAPDocument> grantedFLAPDocuments = Arrays.asList(getFlapDocument());
List<IDType> ids = Arrays.asList(getIdType("ID 1", "CFR"));
List<ContactParty> specifiedContactParties = Arrays.asList(getContactParty());
List<RegistrationEvent> specifiedRegistrationEvents = Arrays.asList(getRegistrationEvent());
VesselCountry vesselCounty = new VesselCountry(getIdType("Country Id 1", "tu587r-5jt85-tjfur7-tjgut7"));
vesselTransportMeans.setRoleCode(roleCode);
vesselTransportMeans.setNames(names);
vesselTransportMeans.setGrantedFLAPDocuments(grantedFLAPDocuments);
vesselTransportMeans.setIDS(ids);
vesselTransportMeans.setSpecifiedContactParties(specifiedContactParties);
vesselTransportMeans.setSpecifiedRegistrationEvents(specifiedRegistrationEvents);
vesselTransportMeans.setRegistrationVesselCountry(vesselCounty);
return vesselTransportMeans;
}
Aggregations