Uses of Class
com.ads.api.beans.mm.MappingSpecificationRow
Packages that use MappingSpecificationRow
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Mappings, MappingSpecifications, Project and Subject.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
-
Uses of MappingSpecificationRow in com.ads.api.beans.mm
Methods in com.ads.api.beans.mm that return types with arguments of type MappingSpecificationRowModifier and TypeMethodDescriptionMapping.getMappingSpecifications()Returns the mappingSpecifications like mappingId, mappingSequenceId, sourceName, sourceEnvironemntName etc...Method parameters in com.ads.api.beans.mm with type arguments of type MappingSpecificationRowModifier and TypeMethodDescriptionvoidMapping.setMappingSpecifications(ArrayList<MappingSpecificationRow> mappingSpecifications) Method sets the mappingSpecifications as specified. -
Uses of MappingSpecificationRow in com.ads.api.util
Methods in com.ads.api.util that return types with arguments of type MappingSpecificationRowModifier and TypeMethodDescriptionMappingManagerUtil.getMappingSpecifications(int mappingId) Returns the List of Mapping Specifications for the specified mappingId.MappingManagerUtil.getMappingSpecifications(List<Integer> mappingSequenceIds) Returns the List of MappingSpecification Rows for the specified List of mapSequenceIds.Methods in com.ads.api.util with parameters of type MappingSpecificationRowModifier and TypeMethodDescriptionMappingManagerUtil.addMappingSpecification(int mapId, MappingSpecificationRow mappingSpecificationRow) Inserts a single row of mappingSpecification for the specified mapId,mappingSpecificationRow.MappingManagerUtil.deleteMappingSpecificationRow(MappingSpecificationRow mappingSpecificationRow) Deletes the mappingSpecification for the specified mappingSpecificationRow Object.MappingManagerUtil.updateMappingSpecification(MappingSpecificationRow mappingSpecificationRow) Mapping Specification is updated as the specified mappingSpecificationRow.Method parameters in com.ads.api.util with type arguments of type MappingSpecificationRowModifier and TypeMethodDescriptionMappingManagerUtil.addMappingSpecifications(int mapId, ArrayList<MappingSpecificationRow> mappingSpecification) Inserts List of mappingSpecifications into the specified mapId.MappingManagerUtil.deleteMappingSpecificationRows(List<MappingSpecificationRow> mappingSpecificationRows) Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.MappingManagerUtil.updateMappingSpecifications(List<MappingSpecificationRow> mappingSpecificationRows) Mapping Specifications are updated as specified in List of mappingSpecificationRows. -
Uses of MappingSpecificationRow in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type MappingSpecificationRowModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityMappingManagerResource.addMappingSpecifications(int mappingId, ArrayList<MappingSpecificationRow> mappingSpecificationRows) Inserts list of mappingSpecifications into the specified mappingId.org.springframework.http.ResponseEntityMappingManagerResource.updateMappingSpecifications(ArrayList<MappingSpecificationRow> mappingSpecificationRows) Mapping specifications are updated with the specified mappingSpecificationRow objects.