getCountedNotes(final Long, final Integer, final Integer, final Date, final Date, final String, final String, final Integer, final int, final long) method

Searches for Notes based on the given search criteria.

Syntax

List< Note > getCountedNotes ( final Long customerId , final Integer noteType , final Integer status , final Date fromDate , final Date toDate , final String subject , final String creator , final Integer creatorIdentificationType , final int maxRecords , final long callerId ) throws EntityNotFoundException

Parameters

Returns

the list of matching Notes

Exceptions

Usage

the list of matching Notes