The INewsletterBLL type exposes the following members.

Methods

  Name Description
Public method CreateNewNewsletter
Create new Newsletter.
Public method DeleteNewsletter
Delete newsletter.
Public method DeleteNewsletterRoles
Deletes the roles collection for the particular newsletter.
Public method GetNewsletter(Guid)
Gets the newsletter entity.
Public method GetNewsletter(Guid, IPrefetchPath2)
Gets the newsletter entity.
Public method GetNewsletterCollection(Boolean, ISortExpression, Int32, Int32, Int32%)
Retrieves all newsletters.
Public method GetNewsletterCollection(RelationPredicateBucket, ISortExpression, IPrefetchPath2, Int32, Int32, Int32%)
Retrieves all newsletters.
Public method GetNewsletterUsers
Gets all users for a newsletter.
Public method GetPrefetchPath
Get prefetch path.
Public method GetSorter
Get sort expression.
Public method SaveNewsletter(NewsletterEntity)
Wraps the LLBLGen SaveEntity. Saves an entity to the database.
Public method SaveNewsletter(NewsletterEntity, Boolean)
Wraps the LLBLGen SaveEntity. Saves an entity to the database.
Public method SaveNewsletter(NewsletterEntity, Boolean, Boolean)
Wraps the LLBLGen SaveEntity. Saves an entity to the database.
Public method SendNewsletter
Sends a newsletter to the members of the appropriate groups.
Public method SendTestNewsletter
Sends a test newsletter to the specified e-mail address.
Public method UpdateNewsletterStatus
Updates the status of the newsletter.

See Also