Class FineractEntityApiResource
java.lang.Object
org.apache.fineract.infrastructure.entityaccess.api.FineractEntityApiResource
@Path("/v1/entitytoentitymapping")
@Consumes("application/json")
@Produces("application/json")
@Component
public class FineractEntityApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityToEntityMappings(Long mapId, Long fromId, Long toId, jakarta.ws.rs.core.UriInfo uriInfo) retrieveAll(jakarta.ws.rs.core.UriInfo uriInfo) retrieveOne(Long mapId, jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
FineractEntityApiResource
public FineractEntityApiResource()
-
-
Method Details
-
retrieveAll
@GET @Consumes("application/json") @Produces("application/json") public String retrieveAll(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveOne
-
getEntityToEntityMappings
-
createMap
-
updateMap
-
delete
-