Uses of Class
overit.geocallapp.wfm.execution.bl.encodednote.BOEncodedNote
Packages that use BOEncodedNote
Package
Description
-
Uses of BOEncodedNote in overit.geocallapp.wfm.execution.bl.encodednote.event
Constructors in overit.geocallapp.wfm.execution.bl.encodednote.event with parameters of type BOEncodedNoteModifierConstructorDescriptionEncodedNoteInsertEvent(BOEncodedNote EncodedNote) Instantiates a new encoded note insert event.Instantiates a new encoded note update event. -
Uses of BOEncodedNote in overit.geocallapp.wfm.execution.bl.encodednote.task
Methods in overit.geocallapp.wfm.execution.bl.encodednote.task with parameters of type BOEncodedNoteModifier and TypeMethodDescriptionprotected voidBTEncodedNoteInsert.checkUniqueCode(BOEncodedNote encodedNote, PoolKit poolKit) Verifies that the code of the given encoded note is unique.protected voidBTEncodedNoteUpdate.checkUniqueCode(BOEncodedNote encodedNote, PoolKit poolKit) Verifies that the code of the given encoded note is unique.protected voidBTEncodedNoteInsert.validate(BOEncodedNote encodedNote, PoolKit poolKit) Validates the data before the insertion.protected voidBTEncodedNoteUpdate.validate(BOEncodedNote encodedNote, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOEncodedNote