BaseDAO<CustomField>
CustomFieldDAOImpl
public interface CustomFieldDAO extends BaseDAO<CustomField>
Modifier and Type | Method | Description |
---|---|---|
List<CustomField> |
findAll() |
|
CustomField |
findByPrimaryKey(Integer customFieldId) |
CustomField findByPrimaryKey(Integer customFieldId)
List<CustomField> findAll()
Copyright © 2002–2019 itracker. All rights reserved.