Uses of Class
com.skava.accounts.model.exchange.request.CollectionRequestInternal
Packages that use CollectionRequestInternal
Package
Description
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of CollectionRequestInternal in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type CollectionRequestInternalModifier and TypeMethodDescriptionCreateCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to create Collection based on given Collection.DeleteCollectionServiceImpl.process
(CollectionRequestInternal request) FindAllCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to load all Collection based on given Collection.FindCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to load single Collection based on given Collection identifier.UpdateCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to update all field in Collection based on given Collection. -
Uses of CollectionRequestInternal in com.skava.accounts.util
Methods in com.skava.accounts.util with parameters of type CollectionRequestInternalModifier and TypeMethodDescriptionstatic void
CollectionValidatorUtil.validateDescription
(CollectionRequestInternal request, org.springframework.context.MessageSource messageSource) validateDescription - to check if the description exceeds a particular length.