org.molgenis.omx.decorators
Class HyperlinkValueDecorator<E extends HyperlinkValue>

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

public class HyperlinkValueDecorator<E extends HyperlinkValue>
extends MapperDecorator<E>


Constructor Summary
HyperlinkValueDecorator(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

HyperlinkValueDecorator

public HyperlinkValueDecorator(Mapper<E> generatedMapper)
Method Detail

add

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

update

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


Copyright © 2013. All Rights Reserved.