Uses of Class
com.skava.accounts.model.exchange.Contracts
Packages that use Contracts
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of Contracts in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return ContractsModifier and TypeMethodDescriptionContracts.fromDomainObject
(ContractsDO contractDO) fromDomainObject This function is used to map the params present in objectContractsDO
toContracts
Constructors in com.skava.accounts.model.exchange with parameters of type ContractsModifierConstructorDescriptionAccountEventPayLoad
(Contracts contract, long collectionId) AccountEventPayLoad constructor. -
Uses of Contracts in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type ContractsModifierConstructorDescriptionContractAPIResponse
(String codeSuccess, String msgSuccess, Contracts contractResponse) Instantiates a new contract API response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type ContractsModifierConstructorDescriptionContractsAPIResponse
(List<Contracts> contracts, PageableInfo pageable) Instantiates a new Contracts API Response. -
Uses of Contracts in com.skava.accounts.util
Methods in com.skava.accounts.util with parameters of type ContractsModifier and TypeMethodDescriptionstatic List<ContractProperties>
CreateContractServiceutil.modifyPropertyList
(ContractRequestInternal request, Contracts contractResponse) modifyPropertyListvoid
FindContractServiceUtil.setAccountPropertySequence
(Contracts contract, long collectionId) This method is used to set property sequence.static void
ContractsValidateUtil.validateMandatoryFieldsForPaymentMethod
(Contracts contract, org.springframework.context.MessageSource messageSource, String locale) -
Uses of Contracts in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type ContractsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Contracts>
ContractController.createContract
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, @Valid Contracts request) This method is used to create Contract based on given request.org.springframework.http.ResponseEntity<Contracts>
ContractController.deleteContractById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to delete single Contract based on given Contract Request.org.springframework.http.ResponseEntity<Contracts>
ContractController.getContractById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to load single Contract based on given Request.org.springframework.http.ResponseEntity<Contracts>
ContractController.updateContractById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, @Valid Contracts request) This method is used to update single Contract based on given Contract Request.Methods in com.skava.accounts.web with parameters of type ContractsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Contracts>
ContractController.createContract
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, @Valid Contracts request) This method is used to create Contract based on given request.org.springframework.http.ResponseEntity<Contracts>
ContractController.updateContractById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, @Valid Contracts request) This method is used to update single Contract based on given Contract Request.