com.retek.commons.component.test.impl
Class FooImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.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
Fields inherited from interface com.retek.commons.component.test.Foo |
FOONESS |
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 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 |
FooImpl
public FooImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
FooImpl
public FooImpl(DistributedContext context,
DistributedReference reference)
throws SystemException,
BusinessException
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