Home > Domino Tips > Developer > Java > Undocumented Notes NAB utility Java Class
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

JAVA

Undocumented Notes NAB utility Java Class


Prox Caceres
03.08.2002
Rating: -3.88- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Here's an easy way of getting a server, person, or mail-in document in the server addressbooks using an undocumented Java class in an agent. It would be cool if this was included in the future releases. The search is very flexible that if you search for a person in the NAB, you can pass the name in multiple ways (last first, last only provding last is unique, first last, first mi last,etc) and it still would yield good results. I tried using it on a Web app and it has a very fast response to the query plus I didn't need to code that much for it. Here are the details:

Code

Class:
    NABUtils

Package:
    lotus.notes.addins.ispy

Method detail:
    public static Document getFirstDocumentFromAddressBook(Session session, 
int i, String s) throws NotesException Session - NotesSession object i - Search Type where static constants: SERVER_RECORD PERSON_RECORD MAIL_IN_RECORD s - User common name Session session = getSession(); NABUtils nab = new NABUtils(); Document doc = nab.getFirstDocumentFromAddressBook
(session,nab.PERSON_RECORD,session.getCommonUserName());

Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Java
Java code inserts data from Notes documents into a SQL table
Java code shortens strings in a SQL table
How to execute a stored procedure in Lotus Notes Domino using Java
How to return an HTML representation of a Lotus Notes rich-text field
Shrink Lotus Notes databases with many attachments
Converting Lotus Notes Domino Web pages to PDF files with a Java agent
A bevy of Notes/Domino development tips
Converting Web pages to images using Java
Creating Microsoft Word documents from Lotus Notes
FAQ: Java for Lotus Notes and Domino

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts