|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcatalog.view.builder.UserBuilder
The builder class for UserBean
.
The backing beans are used view objects in the presentation tier, and the business objects are used in the business logic tier. This builder class is used to convert in between the backing beans and business objects.
Commons BeanUtils is used.
Constructor Summary | |
UserBuilder()
|
Method Summary | |
static UserBean |
createUserBean(User user)
Create a new UserBean based on a User business object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserBuilder()
Method Detail |
public static UserBean createUserBean(User user) throws CatalogException
UserBean
based on a User
business object.
user
- the user business object
CatalogException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |