Skip to content
Snippets Groups Projects
Commit 88c8c147 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

BIS-711: Added DTOs for ImagingDataSets

parent b3dd366a
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Showing
with 67 additions and 0 deletions
...@@ -144,4 +144,10 @@ public class ImagingDataSetConfig implements Serializable ...@@ -144,4 +144,10 @@ public class ImagingDataSetConfig implements Serializable
{ {
this.metaData = metaData; this.metaData = metaData;
} }
@Override
public String toString()
{
return "ImagingDataSetConfig: " + adaptor;
}
} }
...@@ -141,4 +141,10 @@ public class ImagingDataSetControl implements Serializable ...@@ -141,4 +141,10 @@ public class ImagingDataSetControl implements Serializable
{ {
this.metaData = metaData; this.metaData = metaData;
} }
@Override
public String toString()
{
return "ImagingDataSetControl: " + label;
}
} }
...@@ -59,4 +59,10 @@ public class ImagingDataSetImage implements Serializable ...@@ -59,4 +59,10 @@ public class ImagingDataSetImage implements Serializable
this.metaData = metaData; this.metaData = metaData;
} }
@Override
public String toString()
{
return "ImagingDataSetImage:";
}
} }
...@@ -101,4 +101,10 @@ public class ImagingDataSetPreview implements Serializable ...@@ -101,4 +101,10 @@ public class ImagingDataSetPreview implements Serializable
this.metaData = metaData; this.metaData = metaData;
} }
@Override
public String toString()
{
return "ImagingDataSetPreview:";
}
} }
...@@ -769,6 +769,7 @@ get Web App Settings ...@@ -769,6 +769,7 @@ get Web App Settings
get Wished Number Of Streams get Wished Number Of Streams
getAccessDate getAccessDate
getActions getActions
getAdaptor
getAddress getAddress
getAddressType getAddressType
getAllowProjectSamples getAllowProjectSamples
...@@ -782,6 +783,7 @@ GetAuthorization Groups Operation Result ...@@ -782,6 +783,7 @@ GetAuthorization Groups Operation Result
getAvailability getAvailability
getAvailabilityTime getAvailabilityTime
getBooleanProperty getBooleanProperty
getBytes
getCacheMode getCacheMode
getChecksum getChecksum
getChecksumCRC32 getChecksumCRC32
...@@ -793,6 +795,7 @@ getComparator ...@@ -793,6 +795,7 @@ getComparator
getComplete getComplete
getComponentIds getComponentIds
getComponents getComponents
getConfig
getContainer getContainer
getContainerId getContainerId
getContainerIds getContainerIds
...@@ -849,6 +852,7 @@ getExperimentsByType ...@@ -849,6 +852,7 @@ getExperimentsByType
GetExperimentsOperation GetExperimentsOperation
GetExperimentsOperationResult GetExperimentsOperationResult
getExportableKind getExportableKind
getExports
getExternalCode getExternalCode
getExternalDataManagementSystems getExternalDataManagementSystems
getExternalDms getExternalDms
...@@ -893,6 +897,7 @@ getImportData ...@@ -893,6 +897,7 @@ getImportData
getImportMode getImportMode
getImportOptions getImportOptions
getInitialValueForExistingEntities getInitialValueForExistingEntities
getInputs
getInputStream getInputStream
getIntegerArrayProperty getIntegerArrayProperty
getIntegerProperty getIntegerProperty
...@@ -974,10 +979,12 @@ getPersonalAccessTokenSessionName ...@@ -974,10 +979,12 @@ getPersonalAccessTokenSessionName
GetPersonalAccessTokensOperation GetPersonalAccessTokensOperation
GetPersonalAccessTokensOperationResult GetPersonalAccessTokensOperationResult
getPhysicalData getPhysicalData
getPlayable
getPluginId getPluginId
getPredicateAccessionId getPredicateAccessionId
getPredicateOntologyId getPredicateOntologyId
getPredicateOntologyVersion getPredicateOntologyVersion
getPreviews
getPreviousVersion getPreviousVersion
getProgress getProgress
getProject getProject
...@@ -993,8 +1000,10 @@ getPropertyAsString ...@@ -993,8 +1000,10 @@ getPropertyAsString
getPropertyName getPropertyName
getPropertyTypeId getPropertyTypeId
getPropertyValue getPropertyValue
getRange
getRealArrayProperty getRealArrayProperty
getRealProperty getRealProperty
getResolutions
getReason getReason
getRegistrationDate getRegistrationDate
getRegistrator getRegistrator
...@@ -1039,6 +1048,7 @@ getSpacesByType ...@@ -1039,6 +1048,7 @@ getSpacesByType
GetSpacesOperation GetSpacesOperation
GetSpacesOperationResult GetSpacesOperationResult
getSpeedHint getSpeedHint
getSpeeds
getStartDate getStartDate
getState getState
getStatus getStatus
...@@ -1072,6 +1082,7 @@ getValidFromDate ...@@ -1072,6 +1082,7 @@ getValidFromDate
getValidTo getValidTo
getValidToDate getValidToDate
getValue getValue
getValues
getVarcharProperty getVarcharProperty
getVersion getVersion
getVocabulary getVocabulary
...@@ -1255,6 +1266,10 @@ IGNORE_EXISTING ...@@ -1255,6 +1266,10 @@ IGNORE_EXISTING
IIdentifierHolder IIdentifierHolder
IImportData IImportData
ILocatorTypeId ILocatorTypeId
ImagingDataSetConfig
ImagingDataSetControl
ImagingDataSetImage
ImagingDataSetPreview
IMaterialId IMaterialId
IMetaDataUpdateHolder IMetaDataUpdateHolder
IModificationDateHolder IModificationDateHolder
...@@ -1344,6 +1359,7 @@ isH5Folders ...@@ -1344,6 +1359,7 @@ isH5Folders
isListable isListable
isMeasured isMeasured
isModified isModified
isMultiselect
isMultiValue isMultiValue
isNegated isNegated
isOfficial isOfficial
...@@ -1352,11 +1368,13 @@ isOpenBIS ...@@ -1352,11 +1368,13 @@ isOpenBIS
ISpaceHolder ISpaceHolder
ISpaceId ISpaceId
isPersonalAccessTokenSession isPersonalAccessTokenSession
isPlayable
isPostRegistered isPostRegistered
isPresentInArchive isPresentInArchive
isPrivate isPrivate
isRecursive isRecursive
isSemanticAnnotationsInherited isSemanticAnnotationsInherited
isShow
isShowContainer isShowContainer
isShowParentMetadata isShowParentMetadata
isShowParents isShowParents
...@@ -2022,6 +2040,7 @@ set Web App Settings ...@@ -2022,6 +2040,7 @@ set Web App Settings
setAccessDate setAccessDate
setActions setActions
setActive setActive
setAdaptor
setAddress setAddress
setAddressType setAddressType
setAllowProjectSamples setAllowProjectSamples
...@@ -2034,6 +2053,7 @@ setAutoGeneratedCode ...@@ -2034,6 +2053,7 @@ setAutoGeneratedCode
setAvailability setAvailability
setAvailabilityTime setAvailabilityTime
setBooleanProperty setBooleanProperty
setBytes
setChecksum setChecksum
setChecksumCRC32 setChecksumCRC32
setChecksumType setChecksumType
...@@ -2045,6 +2065,7 @@ setComplete ...@@ -2045,6 +2065,7 @@ setComplete
setComponentActions setComponentActions
setComponentIds setComponentIds
setComponents setComponents
setConfig
setContainer setContainer
setContainerActions setContainerActions
setContainerId setContainerId
...@@ -2092,6 +2113,7 @@ setExperimentId ...@@ -2092,6 +2113,7 @@ setExperimentId
setExperiments setExperiments
setExperimentsByType setExperimentsByType
setExportableKind setExportableKind
setExports
setExternalCode setExternalCode
setExternalDms setExternalDms
setExternalDmsAddress setExternalDmsAddress
...@@ -2130,6 +2152,7 @@ setImportData ...@@ -2130,6 +2152,7 @@ setImportData
setImportMode setImportMode
setImportOptions setImportOptions
setInitialValueForExistingEntities setInitialValueForExistingEntities
setInputs
setIntegerArrayProperty setIntegerArrayProperty
setIntegerProperty setIntegerProperty
setJsonProperty setJsonProperty
...@@ -2158,6 +2181,7 @@ setMode ...@@ -2158,6 +2181,7 @@ setMode
setModificationDate setModificationDate
setModifier setModifier
setMultilineVarcharProperty setMultilineVarcharProperty
setMultiselect
setMultiValue setMultiValue
setMultiValueBooleanProperty setMultiValueBooleanProperty
setMultiValueControlledVocabularyProperty setMultiValueControlledVocabularyProperty
...@@ -2199,12 +2223,14 @@ setPersonalAccessTokenId ...@@ -2199,12 +2223,14 @@ setPersonalAccessTokenId
setPersonalAccessTokenSession setPersonalAccessTokenSession
setPersonalAccessTokenSessionName setPersonalAccessTokenSessionName
setPhysicalData setPhysicalData
setPlayable
setPluginId setPluginId
setPostRegistered setPostRegistered
setPredicateAccessionId setPredicateAccessionId
setPredicateOntologyId setPredicateOntologyId
setPredicateOntologyVersion setPredicateOntologyVersion
setPresentInArchive setPresentInArchive
setPreviews
setPreviousVersion setPreviousVersion
setPrivate setPrivate
setProgress setProgress
...@@ -2218,6 +2244,7 @@ setPropertyAssignmentId ...@@ -2218,6 +2244,7 @@ setPropertyAssignmentId
setPropertyName setPropertyName
setPropertyTypeId setPropertyTypeId
setPropertyValue setPropertyValue
setRange
setRealArrayProperty setRealArrayProperty
setRealProperty setRealProperty
setReason setReason
...@@ -2229,6 +2256,7 @@ setRelatedObjectId ...@@ -2229,6 +2256,7 @@ setRelatedObjectId
setRelationType setRelationType
setRemoteUrl setRemoteUrl
setRenderResult setRenderResult
setResolutions
setResults setResults
setSample setSample
setSampleId setSampleId
...@@ -2239,6 +2267,7 @@ setSemanticAnnotations ...@@ -2239,6 +2267,7 @@ setSemanticAnnotations
setSemanticAnnotationsInherited setSemanticAnnotationsInherited
setSessionName setSessionName
setShareId setShareId
setShow
setShowContainer setShowContainer
setShowParentMetadata setShowParentMetadata
setShowParents setShowParents
...@@ -2248,6 +2277,7 @@ setSpace ...@@ -2248,6 +2277,7 @@ setSpace
setSpaceId setSpaceId
setSpacesByType setSpacesByType
setSpeedHint setSpeedHint
setSpeeds
setStartDate setStartDate
setState setState
setStatus setStatus
...@@ -2280,6 +2310,7 @@ setValidFromDate ...@@ -2280,6 +2310,7 @@ setValidFromDate
setValidTo setValidTo
setValidToDate setValidToDate
setValue setValue
setValues
setVarcharProperty setVarcharProperty
setVersion setVersion
SetView SetView
......
...@@ -61,6 +61,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -61,6 +61,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
prototype.setMetaData = function(metaData) { prototype.setMetaData = function(metaData) {
this.metaData = metaData; this.metaData = metaData;
}; };
prototype.toString = function() {
return "ImagingDataSetConfig: " + this.adaptor;
};
}, { }, {
resolutions : { resolutions : {
......
...@@ -61,6 +61,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -61,6 +61,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
prototype.setMetaData = function(metaData) { prototype.setMetaData = function(metaData) {
this.metaData = metaData; this.metaData = metaData;
}; };
prototype.toString = function() {
return "ImagingDataSetControl: " + this.label;
};
}, { }, {
values : { values : {
......
...@@ -19,6 +19,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -19,6 +19,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
prototype.setMetaData = function(metaData) { prototype.setMetaData = function(metaData) {
this.metaData = metaData; this.metaData = metaData;
}; };
prototype.toString = function() {
return "ImagingDataSetImage: " + this.previews;
};
}, { }, {
previews : { previews : {
......
...@@ -40,6 +40,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -40,6 +40,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
prototype.setMetaData = function(metaData) { prototype.setMetaData = function(metaData) {
this.metaData = metaData; this.metaData = metaData;
}; };
prototype.toString = function() {
return "ImagingDataSetPreview: " + this.config;
};
}, { }, {
config : { config : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment