Class EmailApiResource
java.lang.Object
org.apache.fineract.infrastructure.campaigns.email.api.EmailApiResource
@Path("/v1/email")
@Consumes("application/json")
@Produces("application/json")
@Component
public class EmailApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveAllEmailByStatus(Integer offset, Integer limit, Integer status, String orderBy, String sortOrder, org.apache.fineract.infrastructure.core.api.DateParam fromDateParam, org.apache.fineract.infrastructure.core.api.DateParam toDateParam, String locale, String rawDateFormat, jakarta.ws.rs.core.UriInfo uriInfo) retrieveAllEmails(jakarta.ws.rs.core.UriInfo uriInfo) retrieveFailedEmail(Integer offset, Integer limit, String orderBy, String sortOrder, jakarta.ws.rs.core.UriInfo uriInfo) retrieveOne(Long resourceId, jakarta.ws.rs.core.UriInfo uriInfo) retrievePendingEmail(Integer offset, Integer limit, String orderBy, String sortOrder, jakarta.ws.rs.core.UriInfo uriInfo) retrieveSentEmail(Integer offset, Integer limit, String orderBy, String sortOrder, jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
EmailApiResource
public EmailApiResource()
-
-
Method Details
-
retrieveAllEmails
-
retrievePendingEmail
-
retrieveSentEmail
-
retrieveAllEmailByStatus
@GET @Path("messageByStatus") public String retrieveAllEmailByStatus(@QueryParam("offset") Integer offset, @QueryParam("limit") Integer limit, @QueryParam("status") Integer status, @QueryParam("orderBy") String orderBy, @QueryParam("sortOrder") String sortOrder, @QueryParam("fromDate") org.apache.fineract.infrastructure.core.api.DateParam fromDateParam, @QueryParam("toDate") org.apache.fineract.infrastructure.core.api.DateParam toDateParam, @QueryParam("locale") String locale, @QueryParam("dateFormat") String rawDateFormat, @Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveFailedEmail
-
create
-
retrieveOne
-
update
-
delete
-