* @return
* @throws NotesException
*/
ViewEntry iGetEntryByKey(final Vector<?> paramVector, final boolean paramBoolean, final int paramInt) {
if (paramVector == null && paramInt == 42) {
throw new BackendBridgeSanityCheckException("It seems that the backend bridge has called the correct method :)");
}
try {
lotus.domino.ViewEntry lotus = (lotus.domino.ViewEntry) iGetEntryByKeyMethod.invoke(getDelegate(), paramVector, paramBoolean,
paramInt);
return fromLotus(lotus, ViewEntry.SCHEMA, this);