public interface AdCustomFieldServiceLocal extends AdCustomFieldService, CRUDServiceLocal<AdCustomField,AdCustomFieldDTO,AdCustomFieldData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AdCustomField> |
listAll()
Lists all advertisement custom fields
|
java.util.List<AdCustomField> |
listEnabled(User owner)
Lists visible advertisement custom fields for the given ad owner
|
java.util.List<AdCustomField> |
listVisible(User owner,
boolean userManager)
Returns a list of the custom fields that meets with the following conditions:
If userManager is true, then it returns the visible custom fields to the logged user manager.
|
java.util.List<AdCustomFieldActions> |
listVisibleActionsEnabledToOwner(User owner)
Returns a list of all the enabled custom fields and the possible actions over each custom field
|
listsaveOrdergetData, getDataForNew, load, remove, removeAll, savefind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validatejava.util.List<AdCustomField> listAll()
java.util.List<AdCustomField> listEnabled(User owner)
java.util.List<AdCustomField> listVisible(User owner, boolean userManager)
java.util.List<AdCustomFieldActions> listVisibleActionsEnabledToOwner(User owner)