Interface AdCustomFieldServiceLocal

    • Method Detail

      • listEnabled

        List<AdCustomField> listEnabled​(User owner)
        Lists visible advertisement custom fields for the given ad owner
      • listManagedFieldEnabledToOwner

        List<AdCustomField> listManagedFieldEnabledToOwner​(User owner)
        Returns a list with all enabled custom fields for the given owner and managed by the logged user.
      • listVisible

        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. If an owner is also specified, the result will only include the enabled ones to the owner. If userManager is false, then it returns the visible custom fields to the logged member.
      • listVisibleActionsEnabledToOwner

        List<AdCustomFieldActions> listVisibleActionsEnabledToOwner​(User owner)
        Returns a list of all the enabled custom fields and the possible actions over each custom field
      • listVisibleFieldEnabledToOwner

        List<AdCustomField> listVisibleFieldEnabledToOwner​(User owner)
        Returns a list with all enabled custom fields for the given owner and visible for the logged user.