|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ActivityLogEntry | |
---|---|
com.wm.app.tn.db | |
com.wm.app.tn.delivery | |
com.wm.app.tn.doc | |
com.wm.app.tn.err | |
com.wm.app.tn.route |
Uses of ActivityLogEntry in com.wm.app.tn.db |
---|
Methods in com.wm.app.tn.db that return ActivityLogEntry | |
---|---|
static ActivityLogEntry |
DLSOperations.createActivityLog(java.lang.String briefMessage,
java.lang.String fullMessage)
|
Methods in com.wm.app.tn.db with parameters of type ActivityLogEntry | |
---|---|
static int |
EventOperations.log(ActivityLogEntry e)
|
static int |
EventOperations.log(java.sql.Connection conn,
ActivityLogEntry e)
|
Method parameters in com.wm.app.tn.db with type arguments of type ActivityLogEntry | |
---|---|
static int |
FPOperations.addFPs(java.sql.Connection conn,
com.wm.data.IData add,
java.util.Vector<java.lang.String> errors,
java.util.Vector<ActivityLogEntry> logs)
|
static java.lang.String |
FPOperations.removeFPs(java.sql.Connection conn,
com.wm.data.IData remove,
java.util.Vector<java.lang.String> errors,
java.util.Vector<ActivityLogEntry> logs)
|
Uses of ActivityLogEntry in com.wm.app.tn.delivery |
---|
Methods in com.wm.app.tn.delivery that return ActivityLogEntry | |
---|---|
static ActivityLogEntry |
QueuingUtils.createActivityEntry(int type,
java.lang.String partnerID,
java.lang.String docID,
java.lang.String brief,
java.lang.String full)
|
Uses of ActivityLogEntry in com.wm.app.tn.doc |
---|
Methods in com.wm.app.tn.doc that return ActivityLogEntry | |
---|---|
static ActivityLogEntry |
BizDocType.createActivityLog(java.lang.String operation,
java.lang.String fieldname,
java.lang.String oldValue,
java.lang.String newValue,
java.lang.String docTypeID)
Return new message entry comprising of full and brief message. |
ActivityLogEntry[] |
BizDocErrorSet.getErrors(java.lang.String cls)
Get a collection of errors from this set |
Methods in com.wm.app.tn.doc with parameters of type ActivityLogEntry | |
---|---|
void |
BizDocErrorSet.addError(ActivityLogEntry err)
Add an error to this set of errors |
void |
BizDocEnvelope.addError(ActivityLogEntry a)
Add an error to this document. |
void |
BizDocErrorSet.setErrors(java.lang.String key,
ActivityLogEntry[] err_list)
Set the specified set of errors |
Method parameters in com.wm.app.tn.doc with type arguments of type ActivityLogEntry | |
---|---|
void |
XMLDocType.compare(BizDocType oldType,
BizDocType newType,
java.util.Vector<ActivityLogEntry> logs)
|
void |
UnknownDocType.compare(BizDocType oldType,
BizDocType newType,
java.util.Vector<ActivityLogEntry> logs)
|
void |
TestDocType.compare(BizDocType oldType,
BizDocType newType,
java.util.Vector<ActivityLogEntry> logs)
|
void |
MissingDocType.compare(BizDocType oldType,
BizDocType newType,
java.util.Vector<ActivityLogEntry> logs)
|
void |
FFDocType.compare(BizDocType oldType,
BizDocType newType,
java.util.Vector<ActivityLogEntry> logs)
|
abstract void |
BizDocType.compare(BizDocType priorDocType,
BizDocType newDocType,
java.util.Vector<ActivityLogEntry> logs)
|
Uses of ActivityLogEntry in com.wm.app.tn.err |
---|
Methods in com.wm.app.tn.err that return ActivityLogEntry | |
---|---|
static ActivityLogEntry |
ActivityLogEntry.createError(java.lang.String bri,
java.lang.String full)
Create an error entry |
static ActivityLogEntry |
ActivityLogEntry.createError(java.lang.String cls,
java.lang.String bri,
java.lang.String full)
Create an error entry |
static ActivityLogEntry |
ActivityLogEntry.createMessage(java.lang.String cls,
java.lang.String bri,
java.lang.String full)
Create a message entry |
static ActivityLogEntry |
ActivityLogEntry.createWarning(java.lang.String cls,
java.lang.String bri,
java.lang.String full)
Create a warning entry |
Methods in com.wm.app.tn.err with parameters of type ActivityLogEntry | |
---|---|
static int |
SystemLog2.dbLog(ActivityLogEntry e)
Log a message to the system database. |
Uses of ActivityLogEntry in com.wm.app.tn.route |
---|
Methods in com.wm.app.tn.route that return ActivityLogEntry | |
---|---|
static ActivityLogEntry |
RoutingActions.alert(BizDocEnvelope doc,
java.lang.String p_id,
java.lang.String c_type,
java.lang.String sub,
java.lang.String msg)
Sends email. |
static ActivityLogEntry |
RoutingRule.createActivityLog(java.lang.String operation,
java.lang.String fieldname,
java.lang.String oldValue,
java.lang.String newValue,
java.lang.String ruleID)
Return new message entry comprising of full and brief message. |
Methods in com.wm.app.tn.route with parameters of type ActivityLogEntry | |
---|---|
static void |
RoutingActions.addError(BizDocEnvelope doc,
ActivityLogEntry a)
Adds an error to the supplied document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |