com.ebmwebsourcing.webeditor.impl.xstream
Class UserDao

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao<com.ebmwebsourcing.webeditor.api.domain.user.IUser>
      extended by com.ebmwebsourcing.webeditor.impl.xstream.UserDao
All Implemented Interfaces:
IUserDao

public class UserDao
extends AbstractDao<com.ebmwebsourcing.webeditor.api.domain.user.IUser>
implements IUserDao


Field Summary
 
Fields inherited from class com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao
BASE_PATH, space
 
Constructor Summary
UserDao()
           
 
Method Summary
 void addUser(com.ebmwebsourcing.webeditor.api.domain.user.IUser user)
           
protected  java.lang.String getSpaceName()
           
 com.ebmwebsourcing.webeditor.api.domain.user.IUser getUserById(java.lang.String id)
           
protected  void update(com.ebmwebsourcing.webeditor.api.domain.user.IUser object)
           
 
Methods inherited from class com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao
getSpace, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDao

public UserDao()
Method Detail

getUserById

public com.ebmwebsourcing.webeditor.api.domain.user.IUser getUserById(java.lang.String id)
Specified by:
getUserById in interface IUserDao

getSpaceName

protected java.lang.String getSpaceName()
Specified by:
getSpaceName in class AbstractDao<com.ebmwebsourcing.webeditor.api.domain.user.IUser>

addUser

public void addUser(com.ebmwebsourcing.webeditor.api.domain.user.IUser user)
Specified by:
addUser in interface IUserDao

update

protected void update(com.ebmwebsourcing.webeditor.api.domain.user.IUser object)
Specified by:
update in class AbstractDao<com.ebmwebsourcing.webeditor.api.domain.user.IUser>


Copyright © 2010-2011 Petals Link. All Rights Reserved.