getNotesByCustomer(final long, final Integer, final Integer, final Date, final Date, final String, final String, final Integer, final long) method

Searches for Notes based on the given search criteria.

Syntax

List< Note > getNotesByCustomer ( 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 long callerId ) throws EntityNotFoundException

Parameters

Returns

the list of matching Notes

Exceptions

Usage

the list of matching Notes