[jboss-user] [JBoss Seam] - Re: DataModel

tony.herstell@gmail.com do-not-reply at jboss.com
Sat Feb 10 15:24:57 EST 2007


Naturally I had to do similar thing for the Create and Delete too.

	/*
	 * Used by external rountines to update the session users list object.
	 */
	public void addUserToExistingList(User user);

	public void updateUserInExistingList(User user);

	public void deleteUserFromExistingList(User user);



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014240#4014240

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014240



More information about the jboss-user mailing list