com.ebmwebsourcing.webeditor.impl.xstream
Class AbstractDao<T>
java.lang.Object
com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao<T>
- Direct Known Subclasses:
- ProjectDao, ProjectTypeDao, UserDao
public abstract class AbstractDao<T>
- extends java.lang.Object
|
Field Summary |
static java.lang.String |
BASE_PATH
|
protected java.util.List<T> |
space
|
|
Method Summary |
java.util.List<T> |
getSpace()
|
protected abstract java.lang.String |
getSpaceName()
|
protected void |
save(T object)
|
protected abstract void |
update(T object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_PATH
public static java.lang.String BASE_PATH
space
protected java.util.List<T> space
AbstractDao
public AbstractDao()
getSpaceName
protected abstract java.lang.String getSpaceName()
getSpace
public java.util.List<T> getSpace()
save
protected void save(T object)
update
protected abstract void update(T object)
Copyright © 2010-2011 Petals Link. All Rights Reserved.