OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 151 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 156
Line 111... Line 111...
111
    @Override
111
    @Override
112
    protected String createCode() {
112
    protected String createCode() {
113
        // TODO rename createCodeFromPackage() to createCodeOfPackage() and change createCode()
113
        // TODO rename createCodeFromPackage() to createCodeOfPackage() and change createCode()
114
        // implementation to use a new createCodeFromPackage() which uses the class name (w/o
114
        // implementation to use a new createCodeFromPackage() which uses the class name (w/o
115
        // SQLElement suffix)
115
        // SQLElement suffix)
116
        return this.createCodeFromPackage() + ".SEPAMandate";
116
        return this.createCodeOfPackage() + ".SEPAMandate";
117
    }
117
    }
118
 
118
 
119
    public final SQLRowValues createRecurrent(final Number idClient, final String mandateIdent, final Date dateOfSignature) {
119
    public final SQLRowValues createRecurrent(final Number idClient, final String mandateIdent, final Date dateOfSignature) {
120
        final SQLRowValues res = new SQLRowValues(getTable());
120
        final SQLRowValues res = new SQLRowValues(getTable());
121
        res.put("ID_CLIENT", Objects.requireNonNull(idClient));
121
        res.put("ID_CLIENT", Objects.requireNonNull(idClient));