Holger's
Java API

Uses of Class
com.antelmann.db.WrongDataException

Packages that use WrongDataException
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of WrongDataException in com.antelmann.crm
 

Methods in com.antelmann.crm that throw WrongDataException
 RowItem AddressableMapper.mapToRow(T object)
           
 

Uses of WrongDataException in com.antelmann.db
 

Subclasses of WrongDataException in com.antelmann.db
 class NotApplicableDataWarning
          used to indicate a 'minor' problem with the data that is to be displayed as a warning rather than an exception
 

Uses of WrongDataException in com.antelmann.image
 

Methods in com.antelmann.image that throw WrongDataException
protected  Map<String,Object> ThumbnailMapper.generateRowProperties(T entry)
           
protected  Map<String,Object> ImageURLEntryMapper.generateRowProperties(T entry)
           
 

Uses of WrongDataException in com.antelmann.net.mail
 

Methods in com.antelmann.net.mail that throw WrongDataException
protected  Map<String,Object> MessageEntryMapper.generateRowProperties(M entry)
           
 

Uses of WrongDataException in com.antelmann.sql
 

Methods in com.antelmann.sql that throw WrongDataException
protected  Map<String,Object> UserImplMapper.generateRowProperties(T user)
           
protected  Map<String,Object> RelationshipStore.Mapper.generateRowProperties(T entry)
           
protected  Map<String,Object> MappedEntryMapper.generateRowProperties(T entry)
           
protected  Map<String,Object> GenericPropertyEntryMapper.generateRowProperties(T entry)
          simply returns entry.getProperties() and 'translates' it if BaseRowMapper.isTranslate() is set
protected  Map<String,Object> DBDocumentStore.Mapper.generateRowProperties(T entry)
           
protected  Map<String,Object> BeanMapper.generateRowProperties(T entry)
           
protected abstract  Map<String,Object> BaseRowMapper.generateRowProperties(T entry)
          generates a map that contains all columns mapped to their values, so that the map can be used to store the object into a row.
protected  Map<String,Object> BaseDocumentMapper.generateRowProperties(T entry)
           
protected  HashMap<String,Object> BeanMapper.mapBeans(T entry, HashMap<String,Object> map)
           
 RowItem WrappedObjectRowMapper.mapToRow(T object)
           
 RowItem ObjectRowMapper.mapToRow(T object)
          generates a RowItem containing all relevant properties, so that it can be used to store the object into the database
 RowItem BaseRowMapper.mapToRow(T entry)
          uses the abstract BaseRowMapper.generateRowProperties(DBEntry) method to generate the RowItem
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads