org.equanda.test.dm.client
Interface CloneableBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
CloneableEJB, CloneableEJBLocal
All Known Implementing Classes:
CloneableBean

public interface CloneableBase
extends EquandaEJB<Uoid>

Interface for Cloneable.


Method Summary
 void addEquandaLinkTestCarMultipleLink(Uoid el)
           
 void addEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)
           
 void addTestCarMultipleLink(CarEJB el)
           
 void addTestMultipleString(String el)
           
 void addTestValueIncludeCarMultipleLink(CarEJB el)
           
 void equandaClone(String type, CloneableEJB base)
           
 Cloneable getEquanda()
           
 Uoid getEquandaLinkTestCarLink()
           
 Uoid getEquandaLinkTestCarLinkValueInclude()
           
 Collection<Uoid> getEquandaLinkTestCarMultipleLink()
           
 Collection<Uoid> getEquandaLinkTestValueIncludeCarMultipleLink()
           
 CarEJB getTestCarLink()
           
 CarEJB getTestCarLinkValueInclude()
           
 Collection<CarEJB> getTestCarMultipleLink()
           
 Collection<String> getTestMultipleString()
           
 String getTestStringCloneable()
           
 String getTestStringNotCloneable()
           
 Collection<CarEJB> getTestValueIncludeCarMultipleLink()
           
 boolean hasEquandaLinkTestCarMultipleLink(Uoid el)
           
 boolean hasEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)
           
 boolean hasTestCarMultipleLink(CarEJB el)
           
 boolean hasTestMultipleString(String el)
           
 boolean hasTestValueIncludeCarMultipleLink(CarEJB el)
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void removeEquandaLinkTestCarMultipleLink(Uoid el)
           
 void removeEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)
           
 void removeTestCarMultipleLink(CarEJB el)
           
 void removeTestMultipleString(String el)
           
 void removeTestValueIncludeCarMultipleLink(CarEJB el)
           
 void setEquandaLinkTestCarLink(Uoid testCarLink)
           
 void setEquandaLinkTestCarLinkValueInclude(Uoid testCarLinkValueInclude)
           
 void setTestCarLink(CarEJB testCarLink)
           
 void setTestCarLinkValueInclude(CarEJB testCarLinkValueInclude)
           
 void setTestStringCloneable(String testStringCloneable)
           
 void setTestStringNotCloneable(String testStringNotCloneable)
           
 void updateEquanda(Cloneable proxy)
           
 
Methods inherited from interface org.equanda.persistence.EquandaEJB
getEquandaModificationDate, getEquandaName, getEquandaStatus, getEquandaType, init, initEntity, isEquandaType, remove, setEquandaStatus
 
Methods inherited from interface org.equanda.persistence.HasId
getId
 

Method Detail

equandaClone

void equandaClone(String type,
                  CloneableEJB base)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

init

void init(String type)
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

init

void init()
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquanda

Cloneable getEquanda()

updateEquanda

void updateEquanda(Cloneable proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStringCloneable

String getTestStringCloneable()

setTestStringCloneable

void setTestStringCloneable(String testStringCloneable)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestStringNotCloneable

String getTestStringNotCloneable()

setTestStringNotCloneable

void setTestStringNotCloneable(String testStringNotCloneable)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestMultipleString

Collection<String> getTestMultipleString()

addTestMultipleString

void addTestMultipleString(String el)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeTestMultipleString

void removeTestMultipleString(String el)
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasTestMultipleString

boolean hasTestMultipleString(String el)

getTestCarLink

CarEJB getTestCarLink()

getEquandaLinkTestCarLink

Uoid getEquandaLinkTestCarLink()

setTestCarLink

void setTestCarLink(CarEJB testCarLink)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkTestCarLink

void setEquandaLinkTestCarLink(Uoid testCarLink)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestCarLinkValueInclude

CarEJB getTestCarLinkValueInclude()

getEquandaLinkTestCarLinkValueInclude

Uoid getEquandaLinkTestCarLinkValueInclude()

setTestCarLinkValueInclude

void setTestCarLinkValueInclude(CarEJB testCarLinkValueInclude)
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkTestCarLinkValueInclude

void setEquandaLinkTestCarLinkValueInclude(Uoid testCarLinkValueInclude)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestCarMultipleLink

Collection<CarEJB> getTestCarMultipleLink()

addTestCarMultipleLink

void addTestCarMultipleLink(CarEJB el)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeTestCarMultipleLink

void removeTestCarMultipleLink(CarEJB el)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasTestCarMultipleLink

boolean hasTestCarMultipleLink(CarEJB el)

getEquandaLinkTestCarMultipleLink

Collection<Uoid> getEquandaLinkTestCarMultipleLink()

addEquandaLinkTestCarMultipleLink

void addEquandaLinkTestCarMultipleLink(Uoid el)
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkTestCarMultipleLink

boolean hasEquandaLinkTestCarMultipleLink(Uoid el)

removeEquandaLinkTestCarMultipleLink

void removeEquandaLinkTestCarMultipleLink(Uoid el)
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getTestValueIncludeCarMultipleLink

Collection<CarEJB> getTestValueIncludeCarMultipleLink()

addTestValueIncludeCarMultipleLink

void addTestValueIncludeCarMultipleLink(CarEJB el)
                                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeTestValueIncludeCarMultipleLink

void removeTestValueIncludeCarMultipleLink(CarEJB el)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasTestValueIncludeCarMultipleLink

boolean hasTestValueIncludeCarMultipleLink(CarEJB el)

getEquandaLinkTestValueIncludeCarMultipleLink

Collection<Uoid> getEquandaLinkTestValueIncludeCarMultipleLink()

addEquandaLinkTestValueIncludeCarMultipleLink

void addEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)
                                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkTestValueIncludeCarMultipleLink

boolean hasEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)

removeEquandaLinkTestValueIncludeCarMultipleLink

void removeEquandaLinkTestValueIncludeCarMultipleLink(Uoid el)
                                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.