com.ebmwebsourcing.webeditor.impl.xstream
Class ProjectTypeDao

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType>
      extended by com.ebmwebsourcing.webeditor.impl.xstream.ProjectTypeDao
All Implemented Interfaces:
IProjectTypeDao

public class ProjectTypeDao
extends AbstractDao<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType>
implements IProjectTypeDao


Field Summary
 
Fields inherited from class com.ebmwebsourcing.webeditor.impl.xstream.AbstractDao
BASE_PATH, space
 
Constructor Summary
ProjectTypeDao()
           
 
Method Summary
 java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType> getAllProjectTypes()
           
protected  java.lang.String getSpaceName()
           
 void saveProjectType(com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)
           
protected  void update(com.ebmwebsourcing.webeditor.api.domain.project.IProjectType 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

ProjectTypeDao

public ProjectTypeDao()
Method Detail

getAllProjectTypes

public java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType> getAllProjectTypes()
Specified by:
getAllProjectTypes in interface IProjectTypeDao

saveProjectType

public void saveProjectType(com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)
Specified by:
saveProjectType in interface IProjectTypeDao

getSpaceName

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

update

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


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