Package org.jabusuite.address.session

Examples of org.jabusuite.address.session.ContactsRemote.deleteDataset()


    }
   
    @Override
    public void doDeleteJbsObject(JbsBaseObject jbsObject) throws Exception {
        ContactsRemote contactManagement = (ContactsRemote)ClientTools.getRemoteBean(ContactsRemote.class);
        contactManagement.deleteDataset((Contact)this.getSelectedJbsBaseObject(), ClientGlobals.getUser());
    }

    @Override
    public ArrayList<String> getSearchFields() {
        ArrayList<String> fields = new ArrayList<String>();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.