org.sakaiproject.profile2.tool.models
Class DetachablePersonModel
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<Person>
org.sakaiproject.profile2.tool.models.DetachablePersonModel
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<Person>
public class DetachablePersonModel
- extends org.apache.wicket.model.LoadableDetachableModel<Person>
Detachable model for an instance of a Person
- Author:
- Steve Swinsburg (steve.swinsburg@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.model.LoadableDetachableModel |
detach, getObject, isAttached, onAttach, onDetach, setObject, toString |
profileLogic
@SpringBean(name="org.sakaiproject.profile2.logic.ProfileLogic")
protected ProfileLogic profileLogic
DetachablePersonModel
public DetachablePersonModel(Person p)
DetachablePersonModel
public DetachablePersonModel(String userUuid)
load
protected Person load()
- Specified by:
load in class org.apache.wicket.model.LoadableDetachableModel<Person>
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.