Interface UserDataProfiles


public interface UserDataProfiles
A data store for the user data.
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Returns all user data records.
    void
    Clears all records in the store.
    void
    remove(UserDataProfile addressProfile)
    Removes the user data from the store.
  • Method Details