Package com.skava.oms.validation
Class CollectionValidation
java.lang.Object
com.skava.oms.validation.CollectionValidation
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOmsIntegrationFlowDetails
(CollectionDTO collectionDTO) This method is used to get the Oms integration flow details from the collection properties.validationCollection
(long collectionid) This method is used to validate the collection status.
-
Constructor Details
-
CollectionValidation
public CollectionValidation()Instantiates a new constructor.
-
-
Method Details
-
validationCollection
This method is used to validate the collection status.- Parameters:
collectionid
- Indicates the collection identifier which holds long value.- Returns:
- Returns a
CollectionDTO
, contains the collection information.
-
getOmsIntegrationFlowDetails
This method is used to get the Oms integration flow details from the collection properties.- Parameters:
collectionDTO
- IndicatesCollectionDTO
, contains the collection information.- Returns:
- Returns the oms integration plugin name.
-