Uses of Class
com.skava.accounts.model.exchange.Version
Packages that use Version
Package
Description
Accounts Exchange Model Declarations.
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of Version in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return VersionModifier and TypeMethodDescriptionVersion.fromDomainObject
(VersionDO versionDO) This method is used to set collection's Id,businessId,name,status and description from versionDO. -
Uses of Version in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return VersionModifier and TypeMethodDescriptionFindVersionServiceImpl.process
(VersionRequestInternal request) This method is used to load single Version based on given Version identifier. -
Uses of Version in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type VersionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Version>
VersionController.getVersionById
(String authToken, long collectionId, String locale, long id) This method is used to load single Version based on given VersionRequest.