|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=true) public interface CustomFieldValueFinderService
| Method Summary | |
|---|---|
List<CustomFieldValue> |
findAllCustomFieldValues(BoundEntity boundEntity)
Will return the list of the custom field values associated to the specified bound entity. |
List<CustomFieldValue> |
findAllCustomFieldValues(Long boundEntityId,
BindableEntity bindableEntity)
Same as findAllCustomFieldValues(BoundEntity), but the properties identifying a BoundEntity
are broken down into its ID and type. |
boolean |
hasCustomFields(BoundEntity boundEntity)
Tells whether the given bound entity has custom fields or not. |
boolean |
hasCustomFields(Long boundEntityId,
BindableEntity bindableEntity)
Same as hasCustomFields(BoundEntity), the bound entity being identified by its type and id |
| Method Detail |
|---|
List<CustomFieldValue> findAllCustomFieldValues(BoundEntity boundEntity)
entityId - entityType -
boolean hasCustomFields(BoundEntity boundEntity)
boundEntity -
boolean hasCustomFields(Long boundEntityId,
BindableEntity bindableEntity)
hasCustomFields(BoundEntity), the bound entity being identified by its type and id
boundEntityId - bindableEntity -
List<CustomFieldValue> findAllCustomFieldValues(Long boundEntityId,
BindableEntity bindableEntity)
findAllCustomFieldValues(BoundEntity), but the properties identifying a BoundEntity
are broken down into its ID and type.
boundEntityId - bindableEntity -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||