Uses of Class
com.skava.list.model.List
Packages that use List
Package
Description
List Model Mapper classes are available here.
Processor package for list.
-
Uses of List in com.skava.list.orchestration.mapper
Methods in com.skava.list.orchestration.mapper that return ListModifier and TypeMethodDescriptionListModelMapper.sFListRequestToList
(SFListCommonRequest list) This method is used to transform the list orchestration model into list modelListModelMapper.sFListRequestToList
(SFListRequest list) This method is used to transform the list orchestration model into list modelMethods in com.skava.list.orchestration.mapper with parameters of type ListModifier and TypeMethodDescriptionListModelMapper.listToSFList
(List list) This method is used to transform the list model into list orchestration model -
Uses of List in com.skava.list.orchestration.processor
Methods in com.skava.list.orchestration.processor that return ListModifier and TypeMethodDescriptionListRequestProcessor.convertToCreateListPostRequest
(org.apache.camel.Exchange exchange) This method is used to create post list request.PatchListRequestProcessor.validateAndConstructRequest
(org.apache.camel.Exchange exchange) This method is used to validate and construct patch list request.