@Transactional
public interface IProductService
Modifier and Type | Method and Description |
---|---|
List<Product> |
getAllProduct()
Return a list of all products
|
Boolean |
isFull(Integer productId)
Check if product is ful
|
Boolean |
isType(Integer productId,
Integer genreId)
Check if product is type of representation
|
Boolean |
isTypeOffer(Integer productId,
Integer genreId,
String keyDate,
Timestamp now,
String annuleKey) |
Boolean isFull(Integer productId)
productId
- the product idBoolean isType(Integer productId, Integer genreId)
genreId
- the genre to checkCopyright © 2021 City of Paris. All rights reserved.