Package org.cyclos.impl.banking
Interface VoucherTemplateServiceLocal
-
- All Superinterfaces:
CRUDService<VoucherTemplateDTO,VoucherTemplateData,VoucherTemplateVO>,CRUDServiceLocal<VoucherTemplate,VoucherTemplateDTO,VoucherTemplateData,VoucherTemplateVO>,Service,VoucherTemplateService
public interface VoucherTemplateServiceLocal extends VoucherTemplateService, CRUDServiceLocal<VoucherTemplate,VoucherTemplateDTO,VoucherTemplateData,VoucherTemplateVO>
Local interface forVoucherTemplateService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VoucherTemplate>importBuiltin()Imports all built-in templates, updating those already importedbooleanisBuiltIn(VoucherTemplate template)Returns whether the given template is built-in-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.banking.VoucherTemplateService
exportHTML, exportTemplate, importTemplate, list, preview
-
-
-
-
Method Detail
-
importBuiltin
List<VoucherTemplate> importBuiltin()
Imports all built-in templates, updating those already imported
-
isBuiltIn
boolean isBuiltIn(VoucherTemplate template)
Returns whether the given template is built-in
-
-