Package com.skava.catalog.process
Class ImageAssetsProcess
java.lang.Object
com.skava.catalog.process.ImageAssetsProcess
The Class ImageAssetsProcess. Instantiates a new image assets process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ImageAssetsDO imageAssetsDO) This method is used to create ImageAssests based on given ImageAssetsRequest.findAll
(ImageAssetsDO imageAssetsDO) This method is used to find all ImageAssests based on given ImageAssetsRequest.update
(ImageAssetsDO imageAssetsDO) This method is used to update ImageAssets based on given ImageAssetsRequest.
-
Field Details
-
IDENTIFIER
IDENTIFIER- See Also:
-
-
Constructor Details
-
ImageAssetsProcess
public ImageAssetsProcess()
-
-
Method Details
-
create
This method is used to create ImageAssests based on given ImageAssetsRequest.- Parameters:
imageAssetsDO
- the image assets DO- Returns:
- It returns the
ImageAssetsDO
.
-
findAll
This method is used to find all ImageAssests based on given ImageAssetsRequest.- Parameters:
imageAssetsDO
- the image assets DO- Returns:
- It returns the
PageableDO<ImageAssetsDO>
.
-
update
This method is used to update ImageAssets based on given ImageAssetsRequest.- Parameters:
imageAssetsDO
- the image assets DO- Returns:
- It returns the
ImageAssetsDO
.
-