Serialized Form


Package com.sage.accpac.sm

Class com.sage.accpac.sm.A4wapiGenericError extends java.lang.Error implements Serializable

Serialized Fields

domain

java.lang.String domain

value

int value

Class com.sage.accpac.sm.DamagedStringException extends UncheckedCharacterCodingException implements Serializable

serialVersionUID: 1L

Class com.sage.accpac.sm.DBLinkException extends java.lang.RuntimeException implements Serializable

Serialized Fields

returnCode

int returnCode
The return code of the failure

Class com.sage.accpac.sm.FieldChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

fieldID

int fieldID
The view field ID of the field that is changing.


attributes

int attributes
The new attributes if this is for a field change attributes notification.

We only provide getters for the dynamic attributes; the static attributes must be the same as for the original and it is not our place to expose them.

Class com.sage.accpac.sm.InstanceEvent extends java.util.EventObject implements Serializable

Serialized Fields

permissions

View.Security permissions
The permissions if this is a INSTANCE SECURITY notification


viewSecurity

ViewSecurity viewSecurity

order

int order
The order if this is an INSTANCE ORDER notification


flags

int flags
The flags if this is an INSTANCE FILTER notification


filter

java.lang.String filter
The filter string if this is an INSTANCE FILTER notificaton

Class com.sage.accpac.sm.InternalError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Class com.sage.accpac.sm.InvalidCharacterException extends UncheckedCharacterCodingException implements Serializable

serialVersionUID: 1L

Serialized Fields

charsetName

java.lang.String charsetName

Class com.sage.accpac.sm.RecordChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

operation

int operation
The record operation code


generate

int generate
The generate value if this is for a record initialize notification

Class com.sage.accpac.sm.RevisionEvent extends java.util.EventObject implements Serializable

Serialized Fields

level

int level
The revision level


dirty

boolean dirty
The dirty flag for a CANCELLED event


direction

int direction
The direction for a POSTING event


operation

int operation
The operation for EXTRACTED or COMMITTED events


record

int record
The record number for EXTRACTED or COMMITTED events

Class com.sage.accpac.sm.StringTooLongException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

string

java.lang.String string
That string that is too long to fit in the buffer


permitted

int permitted
The number of characters of the string that can be stored, but see StringTooLongException.getPermitted();

Class com.sage.accpac.sm.TemporaryResourceException extends java.lang.RuntimeException implements Serializable

Class com.sage.accpac.sm.ThreadEvent extends java.util.EventObject implements Serializable

Class com.sage.accpac.sm.UncheckedCharacterCodingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

string

java.lang.String string
The input string that was at fault


position

int position
The position within the string where the first fault is apparent

Class com.sage.accpac.sm.UserCanceledException extends java.lang.Exception implements Serializable

Class com.sage.accpac.sm.ViewException extends java.lang.RuntimeException implements Serializable

Serialized Fields

viewReturnCode

int viewReturnCode
The return code of the failure



Copyright © 2011 Sage Software, Inc. All rights reserved.