|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateException | |
businessmodel | |
dataabstraction |
Uses of UpdateException in businessmodel |
Fields in businessmodel declared as UpdateException | |
UpdateException |
UpdateExceptionHolder.value
|
Methods in businessmodel that return UpdateException | |
static UpdateException |
UpdateExceptionHelper.read(org.omg.CORBA.portable.InputStream in)
|
static UpdateException |
UpdateExceptionHelper.extract(org.omg.CORBA.Any a)
|
Methods in businessmodel with parameters of type UpdateException | |
static void |
UpdateExceptionHelper.write(org.omg.CORBA.portable.OutputStream out,
UpdateException that)
|
static void |
UpdateExceptionHelper.insert(org.omg.CORBA.Any a,
UpdateException that)
|
Methods in businessmodel that throw UpdateException | |
void |
User.commit(java.lang.String userid)
Applies all changes made to the User |
void |
Defect.commit(java.lang.String userid)
Applies all changes made to the Defect |
void |
_DefectIntfTie.commit(java.lang.String userid)
|
void |
UserIntf.commit(java.lang.String userid)
|
void |
_UserIntfStub.commit(java.lang.String userid)
|
void |
_DefectIntfStub.commit(java.lang.String userid)
|
void |
_DefectIntfOperations.commit(java.lang.String userid)
|
void |
_UserIntfTie.commit(java.lang.String userid)
|
void |
_UserIntfOperations.commit(java.lang.String userid)
|
void |
DefectIntf.commit(java.lang.String userid)
|
Constructors in businessmodel with parameters of type UpdateException | |
UpdateExceptionHolder.UpdateExceptionHolder(UpdateException __arg)
|
Uses of UpdateException in dataabstraction |
Methods in dataabstraction that throw UpdateException | |
void |
PersistentUser.commit(java.lang.String userid)
Attempt to store updates made to a user record |
void |
PersistentDefect.commit(java.lang.String userid)
Attempt to store updates made to a defect |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |