Uses of Class
com.levigo.jadice.web.demo.enterprise.client.version.DependencyDTO
Packages that use DependencyDTO
-
Uses of DependencyDTO in com.levigo.jadice.web.demo.enterprise.client.version
Methods in com.levigo.jadice.web.demo.enterprise.client.version that return DependencyDTOModifier and TypeMethodDescriptionstatic DependencyDTO
Replacement constructor.static DependencyDTO
VersionDTO.getSelfDTO()
Methods in com.levigo.jadice.web.demo.enterprise.client.version that return types with arguments of type DependencyDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<DependencyDTO> VersionDTO.getDependencies()
Methods in com.levigo.jadice.web.demo.enterprise.client.version with parameters of type DependencyDTOModifier and TypeMethodDescriptionstatic VersionDTO
VersionDTO.create
(DependencyDTO selfDTO, com.google.gwt.core.client.JsArray<DependencyDTO> dependencies, GitVersionDTO gitVersionDTO) Replacement constructor.void
VersionDTO.setSelf
(DependencyDTO selfDTO) static com.levigo.jadice.web.shared.service.internal.versions.Dependency
DependencyDTO.to
(DependencyDTO dto) Method parameters in com.levigo.jadice.web.demo.enterprise.client.version with type arguments of type DependencyDTOModifier and TypeMethodDescriptionstatic VersionDTO
VersionDTO.create
(DependencyDTO selfDTO, com.google.gwt.core.client.JsArray<DependencyDTO> dependencies, GitVersionDTO gitVersionDTO) Replacement constructor.void
VersionDTO.setDependencies
(com.google.gwt.core.client.JsArray<DependencyDTO> dependencies)