Package com.skava.marketplace.process
Class FindAllPrivateAppAssociationByAppIdProcess
java.lang.Object
com.skava.marketplace.process.FindAllPrivateAppAssociationByAppIdProcess
PrivateAppAssociationProcess - process class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PrivateAppAssociation>
getPrivateAppAssociation
(String filters, int page, int size, com.skava.core.qdsl.sort.EcomSorts ecomSorts) getPrivateAppAssociationByAppId
(PrivateAppAssociationDO privateAppAssociationDO) static void
setAND
(int counter, StringBuilder filter) this method is used to add the AND clausesetLikeAndINConditionInFilters
(String filters) This mehtod is used to convert the value with like or in clause
-
Field Details
-
PRIORITY_DEFAULT
- See Also:
-
-
Constructor Details
-
FindAllPrivateAppAssociationByAppIdProcess
public FindAllPrivateAppAssociationByAppIdProcess()
-
-
Method Details
-
getPrivateAppAssociationByAppId
public GetPrivateAppAssociationByAppIdResponse getPrivateAppAssociationByAppId(PrivateAppAssociationDO privateAppAssociationDO) -
getPrivateAppAssociation
public org.springframework.data.domain.Page<PrivateAppAssociation> getPrivateAppAssociation(String filters, int page, int size, com.skava.core.qdsl.sort.EcomSorts ecomSorts) -
setLikeAndINConditionInFilters
This mehtod is used to convert the value with like or in clause- Parameters:
filters
- holds the valid filter value- Returns:
- filters Valid string value.
-
setAND
this method is used to add the AND clause- Parameters:
counter
- holds valid int valuefilter
- holds stringbulder object
-