OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
Line 13... Line 13...
13
 
13
 
14
 package org.openconcerto.erp.core.customerrelationship.customer.action;
14
 package org.openconcerto.erp.core.customerrelationship.customer.action;
15
 
15
 
16
import org.openconcerto.erp.action.CreateIListFrameAbstractAction;
16
import org.openconcerto.erp.action.CreateIListFrameAbstractAction;
17
import org.openconcerto.erp.config.ComptaPropsConfiguration;
17
import org.openconcerto.erp.config.ComptaPropsConfiguration;
18
import org.openconcerto.erp.core.customerrelationship.customer.element.ContactSQLElement;
18
import org.openconcerto.erp.core.customerrelationship.customer.element.ComptaContactSQLElement.ContactSQLElement;
19
 
19
 
20
public class ListeDesContactsAction extends CreateIListFrameAbstractAction<ContactSQLElement> {
20
public class ListeDesContactsAction extends CreateIListFrameAbstractAction<ContactSQLElement> {
21
 
21
 
22
    public ListeDesContactsAction(final ComptaPropsConfiguration conf) {
22
    public ListeDesContactsAction(final ComptaPropsConfiguration conf) {
23
        super(conf, ContactSQLElement.class);
23
        super(conf, ContactSQLElement.class);