Package com.day.cq.mailer
Interface AuthorizableMailingList
-
- All Known Implementing Classes:
AuthorizableGroupMailingList
public interface AuthorizableMailingListInterface to mark a set ofAuthorizablededicated to receive a Mailing. This is more relaxed than to require aGroup- See Also:
MailingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<Authorizable>members()The members of this List
-
-
-
Method Detail
-
members
java.util.Iterator<Authorizable> members() throws RepositoryException
The members of this List- Returns:
- the
Authorizablesthat are part of this List. - Throws:
RepositoryException- in case of error
-
-