Class PoolAdEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.PoolAdEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertyInPool(Long poolId, PoolAdAsync poolAd) deletePool(Long idPool) getPoolByAdSetId(Long adSetId) getPoolById(Long idPool) listPool(Long adSetId, Long officeId, Long userId, StatusPoolEnum statusPool) poolCharge(Long userId, PoolAdAsync poolAdAsync, String token, Boolean isDev) removePropertyInPool(Long poolId, Long propertyId) singlePayment(Long userId, PoolAdAsync poolAdAsync, String tokenId)
-
Constructor Details
-
PoolAdEndpoint
public PoolAdEndpoint()
-
-
Method Details
-
savePool
-
deletePool
-
getPoolById
-
getPoolByAdSetId
-
listPool
public EntityCollectionResponse<Pool> listPool(Long adSetId, Long officeId, Long userId, StatusPoolEnum statusPool) -
addPropertyInPool
-
removePropertyInPool
-
poolCharge
public EntityResponse<Ad> poolCharge(Long userId, PoolAdAsync poolAdAsync, String token, Boolean isDev) -
singlePayment
-