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.
Methods inherited from interface org.equanda.persistence.EquandaSelector |
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId |
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.