|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
net.sourceforge.fixagora.basis.shared.model.communication.RemoveResponse
public class RemoveResponse
The Class RemoveResponse.
Constructor Summary | |
---|---|
RemoveResponse(AbstractBusinessObject abstractBusinessObject)
Instantiates a new removes the response. |
|
RemoveResponse(RemoveRequest persistRequest,
java.util.Set<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new removes the response. |
Method Summary | |
---|---|
java.util.Set<AbstractBusinessObject> |
getAbstractBusinessObjects()
Gets the abstract business objects. |
void |
handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Handle abstract f basis response. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse |
---|
handleAbstractResponse |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse |
---|
getRequestID, getTimestamp, setTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveResponse(RemoveRequest persistRequest, java.util.Set<AbstractBusinessObject> abstractBusinessObjects)
persistRequest
- the persist requestabstractBusinessObjects
- the abstract business objectspublic RemoveResponse(AbstractBusinessObject abstractBusinessObject)
abstractBusinessObject
- the abstract business objectMethod Detail |
---|
public java.util.Set<AbstractBusinessObject> getAbstractBusinessObjects()
public void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
AbstractBasisResponse
handleAbstractFBasisResponse
in class AbstractBasisResponse
fBasisResponses
- the f basis responses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |