Interface TemplateDomainService
- All Known Implementing Classes:
JpaTemplateDomainService
public interface TemplateDomainService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateTemplate(org.apache.fineract.infrastructure.core.api.JsonCommand command) findOneById(Long id) getAll()getAllByEntityAndType(TemplateEntity entity, TemplateType type) org.apache.fineract.infrastructure.core.data.CommandProcessingResultremoveTemplate(Long templateId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateTemplate(Long templateId, org.apache.fineract.infrastructure.core.api.JsonCommand command) updateTemplate(Template template)
-
Method Details
-
getAll
-
getAllByEntityAndType
-
findOneById
-
updateTemplate
-
createTemplate
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createTemplate(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateTemplate
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateTemplate(Long templateId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
removeTemplate
org.apache.fineract.infrastructure.core.data.CommandProcessingResult removeTemplate(Long templateId)
-