Uses of Class
com.viglet.turing.persistence.dto.store.TurStoreVendorDto
Packages that use TurStoreVendorDto
-
Uses of TurStoreVendorDto in com.viglet.turing.api.store
Methods in com.viglet.turing.api.store that return TurStoreVendorDtoModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd(TurStoreVendorDto turStoreVendorDto) TurStoreVendorAPI.turStoreVendorGet(String id) TurStoreVendorAPI.turStoreVendorUpdate(String id, TurStoreVendorDto turStoreVendorDto) Methods in com.viglet.turing.api.store that return types with arguments of type TurStoreVendorDtoMethods in com.viglet.turing.api.store with parameters of type TurStoreVendorDtoModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd(TurStoreVendorDto turStoreVendorDto) TurStoreVendorAPI.turStoreVendorUpdate(String id, TurStoreVendorDto turStoreVendorDto) -
Uses of TurStoreVendorDto in com.viglet.turing.persistence.mapper.store
Methods in com.viglet.turing.persistence.mapper.store that return TurStoreVendorDtoModifier and TypeMethodDescriptionTurStoreVendorMapper.toDto(TurStoreVendor entity) TurStoreVendorMapperImpl.toDto(TurStoreVendor entity) Methods in com.viglet.turing.persistence.mapper.store that return types with arguments of type TurStoreVendorDtoModifier and TypeMethodDescriptionTurStoreVendorMapper.toDtoList(List<TurStoreVendor> entities) TurStoreVendorMapperImpl.toDtoList(List<TurStoreVendor> entities) TurStoreVendorMapper.toDtoSet(Set<TurStoreVendor> entities) TurStoreVendorMapperImpl.toDtoSet(Set<TurStoreVendor> entities) Methods in com.viglet.turing.persistence.mapper.store with parameters of type TurStoreVendorDtoModifier and TypeMethodDescriptionTurStoreVendorMapper.toEntity(TurStoreVendorDto dto) TurStoreVendorMapperImpl.toEntity(TurStoreVendorDto dto)