* If multiple Entries exist with the same part number, this method throws an exception.
*
* @param partNumber part number associated with entry
@@ -202,7 +201,7 @@ public Entry getByUniqueName(String name) throws DAOException {
*/
@SuppressWarnings({"unchecked"})
public Set
* OK
or PENDING
and if not null, matches the type
+ *
+ * @param ownerEmail value of owner email column that desired entries must match
+ * @param type option entry type parameter
+ * @return list of ids for all matching entries
+ */
+ public List
*