Signed-off-by:Roland Häder <roland@mxchange.org>
@Log
private LoggerBeanLocal loggerBeanLocal;
+ /**
+ * Initialization of this converter
+ */
@PostConstruct
public void init () {
// Try to get it
this.customer = customer;
}
+ /**
+ * Initialization of this bean
+ */
@PostConstruct
public void init () {
try {
return Collections.unmodifiableList(this.availableProducts);
}
+ /**
+ * Initialization of this bean
+ */
@PostConstruct
public void init () {
try {
@Override
public String getServletInfo () {
- return "Produces an official recipit as PDF file for given access key.";
+ return "Produces a receipt as PDF file for given access key.";
}
@Override