Interface UserFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
UserFilterCommand

public interface UserFilter extends Filter
Filter API for user related entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an email criteria.
    Get arbitrary internal data criteria.

    Methods inherited from interface net.solarnetwork.central.domain.Filter

    getFilter
  • Method Details

    • getEmail

      String getEmail()
      Get an email criteria.
      Returns:
      the email, or null
    • getInternalData

      Map<String,Object> getInternalData()
      Get arbitrary internal data criteria.
      Returns:
      the internal data criteria