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

Get list of notes by flexible filter.

Syntax

List< Note > getCountedNotes ( final Long customerId , final Integer category , final Integer status , final Date fromDate , final Date toDate , final String subject , final Long creator , final int maxRecords )

Parameters