org.equanda.test.dm.client
Interface SelectorUpdateBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- SelectorUpdateEJB, SelectorUpdateEJBLocal
- All Known Implementing Classes:
- SelectorUpdateBean
public interface SelectorUpdateBase
- extends EquandaEJB<Uoid>
Interface for SelectorUpdate.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
SelectorUpdate getEquanda()
updateEquanda
void updateEquanda(SelectorUpdate proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getSingleStr
String getSingleStr()
setSingleStr
void setSingleStr(String singleStr)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMultipleStr
Collection<String> getMultipleStr()
addMultipleStr
void addMultipleStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeMultipleStr
void removeMultipleStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasMultipleStr
boolean hasMultipleStr(String el)
getSingleLink
LinkableEJB getSingleLink()
getEquandaLinkSingleLink
Uoid getEquandaLinkSingleLink()
setSingleLink
void setSingleLink(LinkableEJB singleLink)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkSingleLink
void setEquandaLinkSingleLink(Uoid singleLink)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMultipleLinks
Collection<LinkableEJB> getMultipleLinks()
addMultipleLink
void addMultipleLink(LinkableEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeMultipleLink
void removeMultipleLink(LinkableEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasMultipleLink
boolean hasMultipleLink(LinkableEJB el)
getEquandaLinkMultipleLinks
Collection<Uoid> getEquandaLinkMultipleLinks()
addEquandaLinkMultipleLink
void addEquandaLinkMultipleLink(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasEquandaLinkMultipleLink
boolean hasEquandaLinkMultipleLink(Uoid el)
removeEquandaLinkMultipleLink
void removeEquandaLinkMultipleLink(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.