- findAll() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Returns all.
- findAll(List<String>) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Return all category.
- findAll() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Returns all.
- findAll(List<String>) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Return all category.
- findAll() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IProviderService
-
Return all provider
- findAll() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IPurchaseService
-
Find all.
- findAll() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
Find all.
- findAll() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a list of all products.
- findAll() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ProviderService
-
Return all provider
- findAll() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.PurchaseService
-
Find all.
- findAll() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
Find all.
- findAll() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a list of all products.
- findAllChildrenWithChildren(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds all category's children and fetch children.
- findAllChildrenWithChildren(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds all category's children and fetch children.
- findAllFirstLevelWithChildren() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds all categories (first level) and fetch children.
- findAllFirstLevelWithChildren() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds all categories (first level) and fetch children.
- findAllGenre() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
Return all the offer genre.
- findAllGenre() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
Return all the offer genre.
- findAvailableSeance(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.ISeanceDAO
-
Returns list of available seance types (not cancelled) for given offer id
- findAvailableSeance(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDAO
-
Returns list of available seance types (not cancelled) for given offer id
- findAvailableSeanceByDate(Integer, Timestamp) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.ISeanceDAO
-
Returns list of available seance types (not cancelled) for given date and hour.
- findAvailableSeanceByDate(Integer, Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDAO
-
Returns list of available seance types (not cancelled) for given date and hour.
- findByFilter(CategoryFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds by filter.
- findByFilter(CategoryFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds all categories which match the given filter.
- findByFilter(ProviderFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IProviderService
-
Find by filter.
- findByFilter(PurchaseFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IPurchaseService
-
Find by filter.
- findByFilter(PurchaseFilter) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IPurchaseService
-
Find by filter without pagination properties.
- findByFilter(OfferFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
Find by filter.
- findByFilter(CategoryFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowCategoryService
-
Finds by filter.
- findByFilter(ProductFilter) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a filtered list of product.
- findByFilter(ProductFilter, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a filtered list of product.
- findByFilter(ProviderFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ProviderService
-
Find by filter.
- findByFilter(PurchaseFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.PurchaseService
-
- findByFilter(PurchaseFilter) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.PurchaseService
-
- findByFilter(OfferFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
Find by filter.
- findByFilter(CategoryFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowCategoryService
-
Finds by filter.
- findByFilter(ProductFilter) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a filtered list of product.
- findByFilter(ProductFilter, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a filtered list of product
- findByFilterWithChildren(CategoryFilter) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds by filter and fetch children.
- findByFilterWithChildren(CategoryFilter) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds by filter and fetch children.
- findById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Find by id.
- findById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Find by id.
- findById(int) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IProviderService
-
Find by provider id
- findById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IPurchaseService
-
Return an purchase by his id.
- findById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowCategoryService
-
Find by id.
- findById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Find by id.
- findById(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ProviderService
-
Find by provider id
- findById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.PurchaseService
-
Return an purchase by his id.
- findById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowCategoryService
-
Find by id.
- findById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Find by id.
- findByIdWithParent(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds a category and fetch parent.
- findByIdWithParent(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds a category and fetch parent.
- findByIdWithProduct(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds a category and fetch product.
- findByIdWithProduct(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds a category and fetch product.
- findByIdWithProducts(int) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IProviderService
-
Find by provider id with product fetched
- findByIdWithProducts(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ProviderService
-
Find by provider id with product fetched
- findByPrimarykeyWithChildren(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds a category and all his subcategories and fetch children.
- findByPrimarykeyWithChildren(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds a category and all his subcategories and fetch children.
- findSeanceByDate(Integer, Date) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
Find seance by date and hour.
- findSeanceByDate(Integer, Date) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
Find seance by date and hour.
- findSeanceById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
Return an offer by his id.
- findSeanceById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
Return an offer by his id.
- findSeanceByShow(Integer, OfferFilter, Locale) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ISeanceService
-
List of seance dates for a show.
- findSeanceByShow(Integer, OfferFilter, Locale) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
List of seance dates for a show.
- FORMAT_COMBO_DATE_SEANCE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.utils.constants.TicketsConstants
-
- FORMAT_DATE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
- fr.paris.lutece.plugins.stock.modules.tickets.business - package fr.paris.lutece.plugins.stock.modules.tickets.business
-
- fr.paris.lutece.plugins.stock.modules.tickets.service - package fr.paris.lutece.plugins.stock.modules.tickets.service
-
- fr.paris.lutece.plugins.stock.modules.tickets.service.resource - package fr.paris.lutece.plugins.stock.modules.tickets.service.resource
-
- fr.paris.lutece.plugins.stock.modules.tickets.service.rules - package fr.paris.lutece.plugins.stock.modules.tickets.service.rules
-
- fr.paris.lutece.plugins.stock.modules.tickets.utils - package fr.paris.lutece.plugins.stock.modules.tickets.utils
-
- fr.paris.lutece.plugins.stock.modules.tickets.utils.constants - package fr.paris.lutece.plugins.stock.modules.tickets.utils.constants
-
- fr.paris.lutece.plugins.stock.modules.tickets.utils.export - package fr.paris.lutece.plugins.stock.modules.tickets.utils.export
-
- getAccessibleComment() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getAddress() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getAlaffiche() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the alaffiche.
- getAllByIdProduct(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IProductStatisticDAO
-
get all ProductStatistic by the product identifier
- getAllByIdProduct(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticDAO
-
get all ProductStatistic by the product identifier
- getAllByIdPurchase(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IPurchaseStatisticDAO
-
get all PurchaseStatistic by the purchase identifier
- getAllByIdPurchase(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticDAO
-
get all PurchaseStatistic by the purchase identifier
- getAllProduct(PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a list of all products.
- getAllProduct(PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a list of products
- getAllResultStatisticByParameters(String, String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IProductStatisticDAO
-
get all association of date and products count by parameters
- getAllResultStatisticByParameters(String, String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IPurchaseStatisticDAO
-
get all association of date and purchases count by parameters
- getAllResultStatisticByParameters(String, String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticDAO
-
get all association of date and products count by parameters
- getAllResultStatisticByParameters(String, String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticDAO
-
get all association of date and purchases count by parameters
- getCategory(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Get the category with the given id.
- getCategory(int) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Get the category with the given id.
- getCategoryColor() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Get the category color.
- getCategoryName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the category name.
- getCategoryWithChildren(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds a category and all his subcategories and fetch children.
- getCategoryWithChildren(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds a category and all his subcategories and fetch children.
- getCategoryWithParent(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
Finds a category and fetch parent.
- getCategoryWithParent(int) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.ICategoryService
-
Finds a category and fetch parent.
- getColor() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Return the category color.
- getComeProduct(List<String>, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IShowDAO
-
Gets the come product.
- getComeProduct(List<String>, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDAO
-
Gets the come product.
- getComeProduct(List<String>, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a list of product with date_start after the current date.
- getComeProduct(List<String>, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a list of product with date_start after the current date.
- getComment() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
Gets the comment.
- getContactForm(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
Prestation form
- getContactId(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getContactList() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getContactMail(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getContactName(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getContactPhoneNumber(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getCountProductALAffiche() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the product showing count
- getCountProductALAffiche() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the product showing count
- getCountProductAVenir() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the product forthcoming count
- getCountProductAVenir() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the product forthcoming count
- getCountProductsByDates(String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IProductStatisticDAO
-
get the purchase count by dates parameters
- getCountProductsByDates(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticDAO
-
get the purchase count by dates parameters
- getCountProductsByDates(String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the products count by dates parameters
- getCountProductsByDates(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the products count by dates parameters
- getCountPurchaseOfDay() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the purchase day count
- getCountPurchaseOfDay() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the purchase day count
- getCountPurchaseOfMonth() - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the purchase month count
- getCountPurchaseOfMonth() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the purchase month count
- getCountPurchasesByDates(String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IPurchaseStatisticDAO
-
get the purchase count by dates parameters
- getCountPurchasesByDates(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticDAO
-
get the purchase count by dates parameters
- getCountPurchasesByDates(String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get the purchase count by dates parameters.
- getCountPurchasesByDates(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get the purchase count by dates parameters.
- getCurrentAndComeProduct(List<String>) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IShowDAO
-
Return a list of product with date_end after the current date.
- getCurrentAndComeProduct(List<String>) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDAO
-
Return a list of product with date_end after the current date.
- getCurrentAndComeProduct(List<String>) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a list of product with date_end after the current date.
- getCurrentAndComeProduct(List<String>) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a list of product with date_end after the current date.
- getCurrentProduct(List<String>, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.business.IShowDAO
-
- getCurrentProduct(List<String>, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDAO
- getCurrentProduct(List<String>, PaginationProperties) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return a list of products with date_end after the current date.
- getCurrentProduct(List<String>, PaginationProperties) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return a list of products with date_end after the current date.
- getDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product_statistic date
- getDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase_statistic date
- getDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getDateBegin() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Gets the date begin.
- getDateBegin() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Gets the date begin.
- getDateEnd() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Gets the date end.
- getDateEnd() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Gets the date end.
- getDateFrom() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- getDateHour() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getDateOr() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Gets the date or.
- getDateOr() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Gets the date or.
- getDateThe() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- getDateTo() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- getDayOfYear() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product_statistic dayOfYear
- getDayOfYear() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase_statistic dayOfYear
- getDescription() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getDescription() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Return the category description.
- getDescription() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the description.
- getDistrict() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getEmailAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getEmailAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- getEndDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the end date.
- getExtendableResourceDescription() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
- getExtendableResourceImageUrl() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
- getExtendableResourceName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
- getExtendableResourceType() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
- getFirstNameAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getFirstNameAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- getHeure() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getHour() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
- getHour() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getHour() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Gets the hour.
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
get the id of the contact
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return product_statistic id
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return purchase_statistic id
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
{inheritDoc}
- getId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the id.
- getIdCategory() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the id category.
- getIdContact() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getIdContact() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
- getIdExtendableResource() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
- getIdGenre() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Gets the id genre.
- getIdOffer() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- getIdProduct() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticFilter
-
Return the product id
- getIdProvider() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the id provider.
- getIdPurchase() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticFilter
-
Return the purchase id
- getImage(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Gets the image data.
- getImage(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Gets the image data.
- getInitialQuantity() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getInstance() - Static method in class fr.paris.lutece.plugins.stock.modules.tickets.service.CategoryService
-
- getInstance() - Static method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ProviderService
-
Return the provider service instance
- getInstance() - Static method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowCategoryService
-
Get the instance of the service.
- getMail() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
get the adress mail of the contact
- getMaxTickets() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getMessage() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- getMetroComment() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getMinTickets() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getMonth() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product_statistic month
- getMonth() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase_statistic month
- getName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
get the name of the contact
- getName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- getName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Return the category name.
- getName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the name.
- getNameAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getNameAgent() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- getNotificationAction() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- getNumberOfReservationByIdProductAndUserName(Integer, Integer, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IPurchaseService
-
Return the number of reservation for an offer and an agent.
- getNumberOfReservationByIdProductAndUserName(Integer, Integer, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.PurchaseService
-
Return the number of reservation for an offer and an agent.
- getNumberResponse() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ResultStatistic
-
return the number of response
- getOffer() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
return the offer
- getOfferId() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getPhoneNumber() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
get the phone number of the contact
- getPluginName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticDAO
- getPluginName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticDAO
- getPosterName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the poster name.
- getPrice() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the price.
- getProduct() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product
- getProduct() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
return the product
- getProduct(int) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Return the product object.
- getProduct(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Return the product object.
- getProductById(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
- getProductById(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
- getProductStatistic(String, String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get a list of ResultStatistic containing all associations of date and number of product by parameters
- getProductStatistic(String, String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get a list of ResultStatistic containing all associations of date and number of product by parameters
- getProviderAddress() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the provider Address.
- getProviderMail() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the provider mail.
- getProviderName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the provider name.
- getPurchase() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase
- getPurchaseStatistic(String, String, String) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IStatisticService
-
get a list of ResultStatistic containing all associations of date and number of purchase by parameters
- getPurchaseStatistic(String, String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
get a list of ResultStatistic containing all associations of date and number of purchase by parameters
- getQuantity() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getQuantity() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getRealImage(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Gets the real image.
- getRealImage(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
- getRecipientsTo() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- getReductPrice() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getResource(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.resource.ShowExtendableResourceService
- getResourceType() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.resource.ShowExtendableResourceService
- getResourceTypeDescription(Locale) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.resource.ShowExtendableResourceService
- getResourceUrl(String, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.resource.ShowExtendableResourceService
-
- getStartDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the start date.
- getStatisticDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ResultStatistic
-
- getStatut() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getSubject() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- getTargetPublic() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the target public.
- getTbImage(Integer) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.IShowService
-
Gets the thumbnail image.
- getTbImage(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
Gets the thumbnail image.
- getTotalQuantity() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- getTypeName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Gets the type name.
- getUpdateDate() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the update date.
- getUserName() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- getWebsite() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the website.
- getWeek() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product_statistic week
- getWeek() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase_statistic week
- getWith() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Gets the with.
- getYear() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Return the product_statistic year
- getYear() - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Return the purchase_statistic year
- sameDate(Timestamp, Timestamp, String) - Static method in class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
Compare two timestamp and return true if they have the same times unit(Day,week,month).
- SeanceDAO - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
Specific DAO for Seance
- SeanceDAO() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDAO
-
- SeanceDTO - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
DTO for Seance
- SeanceDTO() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- SeanceFilter - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
Search filter for seance.
- SeanceFilter() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
- SeanceService - Class in fr.paris.lutece.plugins.stock.modules.tickets.service
-
OfferService.
- SeanceService() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.service.SeanceService
-
- send(NotificationDTO) - Method in interface fr.paris.lutece.plugins.stock.modules.tickets.service.INotificationService
-
Send a notification.
- send(NotificationDTO) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.service.NotificationService
-
Send a notification.
- setAccessible(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setAccessibleComment(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setAddress(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setAlaffiche(Boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the alaffiche.
- setAvailableChildInvitation(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
- setAvailableInvitation(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
- setAvailableReducedPrice(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
- setCategoryColor(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Set the category color.
- setCategoryName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the category name.
- setColor(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Set the category color.
- setComment(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
Sets the comment.
- setContactForm(int, Contact) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
Setter prestation pour le form
- setContactId(int, int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setContactList(List<Contact>) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setContactMail(int, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setContactName(int, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setContactPhoneNumber(int, String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setDate(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic date
- setDate(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic date
- setDate(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setDate(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the date.
- setDateBegin(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Sets the date begin.
- setDateBegin(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Sets the date begin.
- setDateEnd(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Sets the date end.
- setDateEnd(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Sets the date end.
- setDateFrom(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- setDateHour(Date) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the date hour.
- setDateOr(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
Sets the date or.
- setDateOr(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Sets the date or.
- setDateThe(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- setDateTo(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- setDayOfYear(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic dayOfYear
- setDayOfYear(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic dayOfYear
- setDescription(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the description.
- setDescription(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Set the category description.
- setDescription(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the description.
- setDistrict(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setEmailAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setEmailAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- setEndDate(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the end date.
- setFirstNameAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setFirstNameAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- setHeure(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
Set the heure
- setHour(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationFilter
-
- setHour(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the hour.
- setHour(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceFilter
-
Sets the hour.
- setId(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
Set the id
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic id
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic id.
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
Sets the id.
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the id.
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Set the id.
- setId(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the id.
- setIdCategory(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the id category.
- setIdContact(Integer[]) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Set the contact
- setIdContact(Integer[]) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Set the contact
- setIdGenre(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the id genre.
- setIdOffer(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- setIdProvider(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the id provider.
- setIdPurchase(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatisticFilter
-
Set the product id
- setIdPurchase(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatisticFilter
-
Set the purchase id
- setInitialQuantity(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the initial quantity.
- setMail(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
Set the phone number
- setMaxTickets(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the maxTickets.
- setMessage(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- setMetroComment(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setMinTickets(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the minTickets.
- setMonth(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic month
- setMonth(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic month
- setName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
Set the phone number
- setName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- setName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the name.
- setName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
Set the category name.
- setName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the name.
- setNameAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setNameAgent(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.UnauthentifiedPurchaserDTO
-
- setNotificationAction(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- setNumberResponse(int) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ResultStatistic
-
set the number of response
- setOffer(SeanceDTO) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
set the offer to offer
- setPhoneNumber(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.Contact
-
Set the phone number
- setPosterName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the poster name.
- setPrice(Float) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the price.
- setProduct(Product) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product
- setProduct(ShowDTO) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
set the product to product
- setProviderAddress(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the provider Address.
- setProviderMail(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the provider mail.
- setProviderName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the provider name.
- setPurchase(Purchase) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase
- setQuantity(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setQuantity(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the quantity.
- setRecipientsTo(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- setReductPrice(Float) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the reduct price.
- setStartDate(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the start date.
- setStatisticDate(Timestamp) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ResultStatistic
-
set the statistic date
- setStatut(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the statut.
- setSubject(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.NotificationDTO
-
- setSubscribable(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Set the subscribable
- setTargetPublic(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the target public.
- setToDisplay(boolean) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
- setTotalQuantity(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
- setTypeName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
-
Sets the type name.
- setUpdateDate(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the update date.
- setUserName(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ReservationDTO
-
Sets the user name.
- setWebsite(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the website.
- setWeek(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic week
- setWeek(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic week
- setWith(String) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
Sets the with.
- setYear(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
-
Set the product_statistic year
- setYear(Integer) - Method in class fr.paris.lutece.plugins.stock.modules.tickets.business.PurchaseStatistic
-
Set the purchase_statistic year
- ShowCategoryDTO - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
Class ShowCategoryDTO
- ShowCategoryDTO() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowCategoryDTO
-
- ShowCategoryService - Class in fr.paris.lutece.plugins.stock.modules.tickets.service
-
Class ShowCategoryService.
- ShowDAO - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
Specific Data Access methods
- ShowDAO() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDAO
-
- ShowDTO - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
DOCUMENT ME!.
- ShowDTO() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
- ShowExtendableResourceService - Class in fr.paris.lutece.plugins.stock.modules.tickets.service.resource
-
ShowExtendableResourceService
- ShowExtendableResourceService() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.service.resource.ShowExtendableResourceService
-
- ShowFilter - Class in fr.paris.lutece.plugins.stock.modules.tickets.business
-
ProductFilter
- ShowFilter() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowFilter
-
- ShowService - Class in fr.paris.lutece.plugins.stock.modules.tickets.service
-
ProductService
- ShowService() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.service.ShowService
-
- SPACE_STRING - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.utils.constants.TicketsConstants
-
- StatisticService - Class in fr.paris.lutece.plugins.stock.modules.tickets.service
-
The service Statistic.
- StatisticService() - Constructor for class fr.paris.lutece.plugins.stock.modules.tickets.service.StatisticService
-
- STRING_FALSE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- STRING_FALSE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
The Constant STRING_FALSE.
- STRING_TRUE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.business.PartnerDTO
-
- STRING_TRUE - Static variable in class fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
-
The Constant STRING_TRUE.