org.equanda.test.dm.client
Interface VeryDocumentedSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,VeryDocumented,VeryDocumentedEJB>
All Known Implementing Classes:
VeryDocumentedSelectorBean

public interface VeryDocumentedSelectorEJB
extends EquandaSelector<Uoid,VeryDocumented,VeryDocumentedEJB>

Interface for VeryDocumented.


Method Summary
 VeryDocumented buildBuild1()
           
 VeryDocumentedEJB buildBuild1EJB()
           
 VeryDocumented buildBuild2()
           
 VeryDocumentedEJB buildBuild2EJB()
           
 int byGroup1TestIntHashCode(int _fgroup1TestInt, String param0)
           
 int byGroup1TestIntHashCode2(int _fgroup1TestInt, String param0, String param1)
           
 Linkable getEquandaMulLnk(Uoid uoid)
          a multiple link
 Collection<String> getEquandaMulStr(Uoid uoid)
          a multiple field of type string
 Linkable getEquandaSingleLink(Uoid uoid)
          a single link
 int hashCode(Uoid uoid, String param0)
           
 int hashCode2(Uoid uoid, String param0, String param1)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 VeryDocumented selectByGroup1TestInt(int group1TestInt)
           
 VeryDocumentedEJB selectByGroup1TestIntEJB(int group1TestInt)
           
 List<VeryDocumented> selectByIndependentField(Date independentField)
           
 List<VeryDocumentedEJB> selectByIndependentFieldEJB(Date independentField)
           
 List<VeryDocumented> selectEquandaAll()
           
 List<VeryDocumentedEJB> selectEquandaAllEJB()
           
 
Methods inherited from interface org.equanda.persistence.EquandaSelector
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId
 

Method Detail

selectByIndependentFieldEJB

List<VeryDocumentedEJB> selectByIndependentFieldEJB(Date independentField)
                                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectByIndependentField

List<VeryDocumented> selectByIndependentField(Date independentField)
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectByGroup1TestIntEJB

VeryDocumentedEJB selectByGroup1TestIntEJB(int group1TestInt)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectByGroup1TestInt

VeryDocumented selectByGroup1TestInt(int group1TestInt)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

List<VeryDocumentedEJB> selectEquandaAllEJB()
                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

List<VeryDocumented> selectEquandaAll()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

buildBuild1EJB

VeryDocumentedEJB buildBuild1EJB()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

buildBuild1

VeryDocumented buildBuild1()
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

buildBuild2EJB

VeryDocumentedEJB buildBuild2EJB()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

buildBuild2

VeryDocumented buildBuild2()
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hashCode

int hashCode(Uoid uoid,
             String param0)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

byGroup1TestIntHashCode

int byGroup1TestIntHashCode(int _fgroup1TestInt,
                            String param0)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hashCode2

int hashCode2(Uoid uoid,
              String param0,
              String param1)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

byGroup1TestIntHashCode2

int byGroup1TestIntHashCode2(int _fgroup1TestInt,
                             String param0,
                             String param1)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,VeryDocumented,VeryDocumentedEJB>

getEquandaMulStr

Collection<String> getEquandaMulStr(Uoid uoid)
                                    throws EquandaPersistenceException
a multiple field of type string

Throws:
EquandaPersistenceException

getEquandaSingleLink

Linkable getEquandaSingleLink(Uoid uoid)
                              throws EquandaPersistenceException
a single link

Throws:
EquandaPersistenceException

getEquandaMulLnk

Linkable getEquandaMulLnk(Uoid uoid)
                          throws EquandaPersistenceException
a multiple link

Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.