org.equanda.test.dm.client
Interface AutoFieldsSelectorEJB
- All Superinterfaces:
- EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>
- All Known Implementing Classes:
- AutoFieldsSelectorBean
public interface AutoFieldsSelectorEJB
- extends EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>
Interface for AutoFields.
Methods inherited from interface org.equanda.persistence.EquandaSelector |
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId |
selectAutoIntEJB
List<AutoFieldsEJB> selectAutoIntEJB(int autoInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectAutoInt
List<AutoFields> selectAutoInt(int autoInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectEquandaAllEJB
List<AutoFieldsEJB> selectEquandaAllEJB()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectEquandaAll
List<AutoFields> selectEquandaAll()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
remove
void remove()
- Specified by:
remove
in interface EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>
getEquandaPassport
Passport getEquandaPassport(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaMultipleAuto
Collection<String> getEquandaMultipleAuto(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaMultiplePassport
Collection<Passport> getEquandaMultiplePassport(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.