it.unimo.dbgroup.momis.om
Class WnLemmaSynsetPeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byit.unimo.dbgroup.momis.om.BaseWnLemmaSynsetPeer
          extended byit.unimo.dbgroup.momis.om.WnLemmaSynsetPeer
All Implemented Interfaces:
java.io.Serializable

public class WnLemmaSynsetPeer
extends BaseWnLemmaSynsetPeer

The skeleton for this class was autogenerated by Torque on: [Sat Aug 10 16:37:02 CEST 2002] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.unimo.dbgroup.momis.om.BaseWnLemmaSynsetPeer
CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, LEMMA_NUMBER, numColumns, SENSE_NUMBER, TABLE_NAME, WN_EXTENDER_ID, WN_LEMMA_ID, WN_LEMMA_SYNSET_ID, WN_SYNSET_ID
 
Fields inherited from class org.apache.torque.util.BasePeer
category, DEFAULT_MAP_BUILDER, IGNORE_CASE, ORDER_BY
 
Constructor Summary
WnLemmaSynsetPeer()
           
 
Method Summary
static WnLemmaSynset addLemmaToSynset(WnLemma lemma, WnSynset synset)
           
static void deleteLemmaFromSynset(WnSynset synset, WnLemma lemma, java.lang.Object lemmaNumber)
           
static WnLemmaSynset getBySynLemId(org.apache.torque.om.NumberKey synId, org.apache.torque.om.NumberKey lemmaId)
           
static int getNumberOfLemma(org.apache.torque.om.NumberKey synsetId)
           
static boolean insertNewLemmaSynset(WnLemma lemma, WnSynset synset, int lemma_number)
           
static java.util.Collection retrieveAllSenseOfLemma(org.apache.torque.om.NumberKey lemmaId)
           
static WnLemmaSynset retrieveById(org.apache.torque.om.NumberKey lemmaSynsetId)
           
static java.util.Collection retrieveByLemmaId(org.apache.torque.om.NumberKey lemmaId)
           
static WnLemmaSynset retrieveByLemmaIdAndNumber(org.apache.torque.om.NumberKey lemmaId, int lemmaNumber)
           
static WnLemmaSynset retrieveByLemmaIdAndSenseNumber(org.apache.torque.om.NumberKey lemmaId, int senseNumber)
           
static WnLemmaSynset retrieveBySynsetAndLemma(org.apache.torque.om.NumberKey synId, org.apache.torque.om.NumberKey lemmaId, int lemmaNum)
           
static java.util.Collection retrieveBySynsetId(org.apache.torque.om.NumberKey synsetId)
           
static WnLemmaSynset retrieveBySynsetIdAndNumber(org.apache.torque.om.NumberKey synsetId, int lemmaNumber)
           
static java.lang.String retrieveLemmaByNumber(org.apache.torque.om.NumberKey synId, int lemmaNumber)
           
static int retrieveLemmaNumber(org.apache.torque.om.NumberKey synId, org.apache.torque.om.NumberKey lemmaId)
           
static java.util.Collection retrieveWnLemma(org.apache.torque.om.NumberKey synId)
           
static java.util.Collection retrieveWnLemmaList(org.apache.torque.om.NumberKey synId)
           
static java.util.Collection retrieveWnSynset(org.apache.torque.om.NumberKey lemmaId)
           
static java.util.List retrieveWnSynsetList(org.apache.torque.om.NumberKey lemmaId, int sense_cnt)
           
 
Methods inherited from class it.unimo.dbgroup.momis.om.BaseWnLemmaSynsetPeer
addSelectColumns, buildCriteria, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinAllExceptWnExtender, doSelectJoinAllExceptWnLemma, doSelectJoinAllExceptWnSynset, doSelectJoinWnExtender, doSelectJoinWnLemma, doSelectJoinWnSynset, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, retrieveByPKs, retrieveByPKs, row2Object
 
Methods inherited from class org.apache.torque.util.BasePeer
beginTransaction, commitTransaction, createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultiple, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema, rollBackTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WnLemmaSynsetPeer

public WnLemmaSynsetPeer()
Method Detail

retrieveById

public static WnLemmaSynset retrieveById(org.apache.torque.om.NumberKey lemmaSynsetId)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

retrieveByLemmaIdAndNumber

public static WnLemmaSynset retrieveByLemmaIdAndNumber(org.apache.torque.om.NumberKey lemmaId,
                                                       int lemmaNumber)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

retrieveByLemmaIdAndSenseNumber

public static WnLemmaSynset retrieveByLemmaIdAndSenseNumber(org.apache.torque.om.NumberKey lemmaId,
                                                            int senseNumber)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

retrieveByLemmaId

public static java.util.Collection retrieveByLemmaId(org.apache.torque.om.NumberKey lemmaId)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

retrieveBySynsetIdAndNumber

public static WnLemmaSynset retrieveBySynsetIdAndNumber(org.apache.torque.om.NumberKey synsetId,
                                                        int lemmaNumber)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

retrieveBySynsetId

public static java.util.Collection retrieveBySynsetId(org.apache.torque.om.NumberKey synsetId)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

retrieveWnLemma

public static java.util.Collection retrieveWnLemma(org.apache.torque.om.NumberKey synId)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

retrieveWnSynset

public static java.util.Collection retrieveWnSynset(org.apache.torque.om.NumberKey lemmaId)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

retrieveWnLemmaList

public static java.util.Collection retrieveWnLemmaList(org.apache.torque.om.NumberKey synId)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getBySynLemId

public static WnLemmaSynset getBySynLemId(org.apache.torque.om.NumberKey synId,
                                          org.apache.torque.om.NumberKey lemmaId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

retrieveBySynsetAndLemma

public static WnLemmaSynset retrieveBySynsetAndLemma(org.apache.torque.om.NumberKey synId,
                                                     org.apache.torque.om.NumberKey lemmaId,
                                                     int lemmaNum)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

retrieveWnSynsetList

public static java.util.List retrieveWnSynsetList(org.apache.torque.om.NumberKey lemmaId,
                                                  int sense_cnt)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

retrieveLemmaByNumber

public static java.lang.String retrieveLemmaByNumber(org.apache.torque.om.NumberKey synId,
                                                     int lemmaNumber)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

getNumberOfLemma

public static int getNumberOfLemma(org.apache.torque.om.NumberKey synsetId)
                            throws java.lang.Exception
Throws:
java.lang.Exception

deleteLemmaFromSynset

public static void deleteLemmaFromSynset(WnSynset synset,
                                         WnLemma lemma,
                                         java.lang.Object lemmaNumber)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

addLemmaToSynset

public static WnLemmaSynset addLemmaToSynset(WnLemma lemma,
                                             WnSynset synset)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

retrieveAllSenseOfLemma

public static java.util.Collection retrieveAllSenseOfLemma(org.apache.torque.om.NumberKey lemmaId)

retrieveLemmaNumber

public static int retrieveLemmaNumber(org.apache.torque.om.NumberKey synId,
                                      org.apache.torque.om.NumberKey lemmaId)
                               throws java.lang.Exception
Throws:
java.lang.Exception

insertNewLemmaSynset

public static boolean insertNewLemmaSynset(WnLemma lemma,
                                           WnSynset synset,
                                           int lemma_number)
                                    throws java.lang.Exception
Throws:
java.lang.Exception


Universita' di Modena e Reggio Emilia