org.equanda.test.dm.client
Interface CloneableSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Cloneable,CloneableEJB>
All Known Implementing Classes:
CloneableSelectorBean

public interface CloneableSelectorEJB
extends EquandaSelector<Uoid,Cloneable,CloneableEJB>

Interface for Cloneable.


Method Summary
 Cloneable equandaClone(String type, Uoid base)
           
 CloneableEJB equandaCloneEJB(String type, Uoid base)
           
 Car getEquandaTestCarLink(Uoid uoid)
           
 Car getEquandaTestCarLinkValueInclude(Uoid uoid)
           
 Collection<Car> getEquandaTestCarMultipleLink(Uoid uoid)
           
 Collection<String> getEquandaTestMultipleString(Uoid uoid)
           
 Collection<Car> getEquandaTestValueIncludeCarMultipleLink(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Cloneable> selectEquandaAll()
           
 List<CloneableEJB> selectEquandaAllEJB()
           
 List<Cloneable> selectEverything()
           
 List<CloneableEJB> selectEverythingEJB()
           
 
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

selectEverythingEJB

List<CloneableEJB> selectEverythingEJB()
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEverything

List<Cloneable> selectEverything()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

equandaCloneEJB

CloneableEJB equandaCloneEJB(String type,
                             Uoid base)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaClone

Cloneable equandaClone(String type,
                       Uoid base)
                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Cloneable,CloneableEJB>

getEquandaTestMultipleString

Collection<String> getEquandaTestMultipleString(Uoid uoid)
                                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaTestCarLink

Car getEquandaTestCarLink(Uoid uoid)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaTestCarLinkValueInclude

Car getEquandaTestCarLinkValueInclude(Uoid uoid)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaTestCarMultipleLink

Collection<Car> getEquandaTestCarMultipleLink(Uoid uoid)
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaTestValueIncludeCarMultipleLink

Collection<Car> getEquandaTestValueIncludeCarMultipleLink(Uoid uoid)
                                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.