Interface ContactInfoServiceLocal

    • Method Detail

      • canHaveContactInfos

        boolean canHaveContactInfos​(User user)
        Returns whether the given user can have additional contacts
      • getDataForNew

        ContactInfoData getDataForNew​(Group group)
        Returns data for creating an additional contact for a new user registered in the given group
      • list

        List<ContactInfo> list​(User user)
        Returns all additional contact information for the given user
      • removeAll

        void removeAll​(User user)
        Removes all additional contact information from the given user