public class SetRequest extends SetRequestDMW
requestcore| Constructor and Description |
|---|
SetRequest() |
SetRequest(DmwWrapper obj)
This constructor assumes that the object passed as argument has an associated modifier i.e.
|
SetRequest(DmwWrapper referringObject,
DmcTypeModifierMV refRemovalMod)
This convenience constructor can be used when handling the removal of references
to a deleted object.
|
SetRequest(SetRequestDMO obj,
javax.servlet.http.HttpServletRequest req)
Constructs a new SetRequest with the specified HTTP originating request.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getErrorResponse()
Derived classes must overload this method to return a new response of
the appropriate type.
|
DmcTypeModifierMV |
getModifyAttribute()
A convenience method to directly access the modify attribute which must be
passed to the DmcObject.applyModifier() method.
|
SetResponse |
getResponse() |
void |
setModify(DmcTypeModifierMV mods)
A convenience function to set the modify attribute directly on the
underlying SetRequestDMO object.
|
addModify, addModify, cloneIt, delModify, delModify, getDMO, getModificationRecorder, getModifyCopy, getModifyHasValue, getModifyIsEmpty, getModifyIterable, getModifySize, getTarget, getTargetObjectClass, modifyContains, remModify, remTarget, remTargetObjectClass, setTarget, setTarget, setTarget, setTargetObjectClass, setTargetObjectClassfillError, fillStandard, getUInfo, getUserInfo, setSessionInfo, setUserInfogetHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, getUserName, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, remUserName, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSeconds, setUserName, setUserNamegetLastRequestID, getServletRequest, removeLastRequestIDaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNvpCopy, getNvpHasValue, getNvpIsEmpty, getNvpIterable, getNvpSize, getRequestIDCopy, getRequestIDHasValue, getRequestIDIsEmpty, getRequestIDIterable, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabledaddAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic SetRequest()
public SetRequest(SetRequestDMO obj, javax.servlet.http.HttpServletRequest req)
obj - The request from a web client.req - The request context.public SetRequest(DmwWrapper obj)
obj - A named object with modification recorder.public SetRequest(DmwWrapper referringObject, DmcTypeModifierMV refRemovalMod)
referringObject - A named object.refRemovalMod - The modification that will remove the reference to the deleted object.public void setModify(DmcTypeModifierMV mods)
mods - public DmcTypeModifierMV getModifyAttribute()
public SetResponse getResponse()
public Response getErrorResponse()
RequestgetErrorResponse in class RequestCopyright © 2023. All rights reserved.