com.retek.commons.component.test.impl
Class FooImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.commons.component.test.impl.FooImpl
All Implemented Interfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Foo, com.retek.fsm.FSMAble

public class FooImpl
extends DistributedObjectImpl
implements Foo, com.retek.fsm.FSMAble


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.commons.component.test.Foo
FOONESS
 
Constructor Summary
FooImpl(DistributedContext context, DistributedReference reference)
           
FooImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 void accept(com.retek.fsm.Event event)
           
 void addBar(Bar bar)
           
 void addBarToList(Bar bar)
           
 void addBarToSet(Bar bar)
           
 void delete()
           
 java.util.List getBarsFromList()
           
 java.util.Set getBarsFromSet()
           
 java.lang.String getDescription()
           
 FooDto getDto()
           
 java.lang.String getFooness()
           
 com.retek.fsm.State getState()
           
 FooStateModel getStateModel()
           
 void onStateChange(com.retek.fsm.State originalState, com.retek.fsm.State newState)
           
protected  Dto readLatest()
           
 void removeAllBarsFromList()
           
 void removeAllBarsFromSet()
           
 void removeBarFromList(Bar bar)
           
 void removeBarFromSet(Bar bar)
           
 void setFooness(java.lang.String fooness)
           
 void submit()
           
 java.lang.String toDisplayString()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

FooImpl

public FooImpl(DistributedContext context,
               DistributedReference reference,
               boolean createHollow)
        throws SystemException

FooImpl

public FooImpl(DistributedContext context,
               DistributedReference reference)
        throws SystemException,
               BusinessException
Method Detail

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

getDto

public FooDto getDto()
              throws SystemException
Throws:
SystemException

getFooness

public java.lang.String getFooness()
                            throws SystemException
Specified by:
getFooness in interface Foo
Throws:
SystemException

setFooness

public void setFooness(java.lang.String fooness)
                throws SystemException
Specified by:
setFooness in interface Foo
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface Foo
Throws:
SystemException

toDisplayString

public java.lang.String toDisplayString()
Specified by:
toDisplayString in interface com.retek.swing11.commons.type.Displayable

submit

public void submit()
            throws SystemException
Specified by:
submit in interface Foo
Throws:
SystemException

addBar

public void addBar(Bar bar)
            throws SystemException
Throws:
SystemException

addBarToList

public void addBarToList(Bar bar)
                  throws SystemException
Specified by:
addBarToList in interface Foo
Throws:
SystemException

addBarToSet

public void addBarToSet(Bar bar)
                 throws SystemException
Specified by:
addBarToSet in interface Foo
Throws:
SystemException

getBarsFromList

public java.util.List getBarsFromList()
                               throws SystemException
Specified by:
getBarsFromList in interface Foo
Throws:
SystemException

getBarsFromSet

public java.util.Set getBarsFromSet()
                             throws SystemException
Specified by:
getBarsFromSet in interface Foo
Throws:
SystemException

removeBarFromList

public void removeBarFromList(Bar bar)
                       throws SystemException
Specified by:
removeBarFromList in interface Foo
Throws:
SystemException

removeBarFromSet

public void removeBarFromSet(Bar bar)
                      throws SystemException
Specified by:
removeBarFromSet in interface Foo
Throws:
SystemException

removeAllBarsFromList

public void removeAllBarsFromList()
                           throws SystemException
Specified by:
removeAllBarsFromList in interface Foo
Throws:
SystemException

removeAllBarsFromSet

public void removeAllBarsFromSet()
                          throws SystemException
Specified by:
removeAllBarsFromSet in interface Foo
Throws:
SystemException

delete

public void delete()
            throws SystemException
Specified by:
delete in interface Foo
Throws:
SystemException

getState

public com.retek.fsm.State getState()
Specified by:
getState in interface com.retek.fsm.FSMAble

accept

public void accept(com.retek.fsm.Event event)
            throws SystemException,
                   BusinessException
Specified by:
accept in interface com.retek.fsm.FSMAble
Throws:
SystemException
BusinessException

onStateChange

public void onStateChange(com.retek.fsm.State originalState,
                          com.retek.fsm.State newState)
Specified by:
onStateChange in interface com.retek.fsm.FSMAble

getStateModel

public FooStateModel getStateModel()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28