org.molgenis.omx.decorators
Class EmailValueDecorator<E extends EmailValue>

java.lang.Object
  extended by org.molgenis.framework.db.MapperDecorator<E>
      extended by org.molgenis.omx.decorators.EmailValueDecorator<E>
All Implemented Interfaces:
Mapper<E>

public class EmailValueDecorator<E extends EmailValue>
extends MapperDecorator<E>


Constructor Summary
EmailValueDecorator(Mapper<E> generatedMapper)
           
 
Method Summary
 int add(List<E> entities)
           
 int update(List<E> entities)
           
 
Methods inherited from class org.molgenis.framework.db.MapperDecorator
add, count, create, createFindSqlInclRules, createList, executeAdd, executeRemove, executeUpdate, find, find, find, findById, getDatabase, getFieldType, getTableFieldName, remove, remove, resolveForeignKeys, toList, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailValueDecorator

public EmailValueDecorator(Mapper<E> generatedMapper)
Method Detail

add

public int add(List<E> entities)
        throws DatabaseException
Specified by:
add in interface Mapper<E extends EmailValue>
Overrides:
add in class MapperDecorator<E extends EmailValue>
Throws:
DatabaseException

update

public int update(List<E> entities)
           throws DatabaseException
Specified by:
update in interface Mapper<E extends EmailValue>
Overrides:
update in class MapperDecorator<E extends EmailValue>
Throws:
DatabaseException


Copyright © 2013. All Rights Reserved.