- added converter for customerId <-> Customer object
- used this in administrative customer pages
- added method copyCustomerToController()
- added getter/setter for customer in helper bean
- some messages fixed (copy-paste)
Signed-off-by: Roland Häder <roland@mxchange.org>
import javax.inject.Inject;
import javax.inject.Named;
import org.mxchange.addressbook.beans.contact.AddressbookAdminContactWebRequestController;
+import org.mxchange.addressbook.beans.user.AddressbookAdminUserWebRequestController;
import org.mxchange.jcontacts.contact.Contact;
import org.mxchange.jusercore.model.user.User;
-import org.mxchange.addressbook.beans.user.AddressbookAdminUserWebRequestController;
/**
* A general helper for beans
contact = this.contactBean.findContactById(contactId);
// Debug message
- // NOISY-DEBUG: this.loggerBeanLocal.logDebug(MessageFormat.format("getAsObject: user={0}", user)); //NOI18N
+ // NOISY-DEBUG: this.loggerBeanLocal.logDebug(MessageFormat.format("getAsObject: contact={0}", contact)); //NOI18N
} catch (final NumberFormatException ex) {
// Throw again
throw new ConverterException(ex);