Uses of Class
com.skava.accounts.model.exchange.ContractProperties
Packages that use ContractProperties
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of ContractProperties in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return ContractPropertiesModifier and TypeMethodDescriptionContractProperties.fromDomainObject
(ContractPropertiesDO propertiesDO) From domain object. -
Uses of ContractProperties in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type ContractPropertiesModifierConstructorDescriptionContractPropertyAPIResponse
(String codeSuccess, String msgSuccess, ContractProperties contractPropResponse) Instantiates a new ContractProperty API response. -
Uses of ContractProperties in com.skava.accounts.util
Methods in com.skava.accounts.util that return types with arguments of type ContractPropertiesModifier and TypeMethodDescriptionstatic List<ContractProperties>
CreateContractServiceutil.modifyPropertyList
(ContractRequestInternal request, Contracts contractResponse) modifyPropertyList -
Uses of ContractProperties in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type ContractPropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ContractProperties>
ContractPropertyController.getPropertyById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long contractId, String propertyId) This method is used to get single property based on given contract Property ID.Method parameters in com.skava.accounts.web with type arguments of type ContractPropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ContractPropertyController.putUpdateContractPropertiesById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, List<ContractProperties> request) This method is used to get a single Contract Property based on given contract property id.