Uses of Class
com.viglet.turing.persistence.model.store.TurStoreVendor
Packages that use TurStoreVendor
-
Uses of TurStoreVendor in com.viglet.turing.api.store
Methods in com.viglet.turing.api.store that return TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd
(TurStoreVendor turStoreVendor) TurStoreVendorAPI.turStoreVendorGet
(String id) TurStoreVendorAPI.turStoreVendorUpdate
(String id, TurStoreVendor turStoreVendor) Methods in com.viglet.turing.api.store that return types with arguments of type TurStoreVendorMethods in com.viglet.turing.api.store with parameters of type TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd
(TurStoreVendor turStoreVendor) TurStoreVendorAPI.turStoreVendorUpdate
(String id, TurStoreVendor turStoreVendor) -
Uses of TurStoreVendor in com.viglet.turing.persistence.repository.store
Methods in com.viglet.turing.persistence.repository.store that return TurStoreVendorModifier and TypeMethodDescription@NotNull TurStoreVendor
TurStoreVendorRepository.save
(@NotNull TurStoreVendor turStoreVendor) Methods in com.viglet.turing.persistence.repository.store that return types with arguments of type TurStoreVendorModifier and TypeMethodDescription@NotNull List
<TurStoreVendor> TurStoreVendorRepository.findAll()
@NotNull Optional
<TurStoreVendor> Methods in com.viglet.turing.persistence.repository.store with parameters of type TurStoreVendorModifier and TypeMethodDescription@NotNull TurStoreVendor
TurStoreVendorRepository.save
(@NotNull TurStoreVendor turStoreVendor)