Examples of emptyRef()


Examples of com.ipc.oce.objects.OCCatalogManager.emptyRef()

        }
       
      });
     
      OCCatalogManager catManager = app.getCatalogManager("Валюты1");
      catManager.emptyRef();
     
    } catch (JIException e) {
     
      e.printStackTrace();
    }
View Full Code Here

Examples of com.ipc.oce.objects.OCDocumentManager.emptyRef()

 
  @Test
  public void emptyRef() throws JIException {
    OCDocumentManager manager = app.getDocumentManager("СчетНаОплатуПокупателю");
    String fullName = manager.getMetadata().getFullName();
    OCDocumentRef ref = manager.emptyRef();
    assertTrue(ref.isEmpty());
    assertTrue(ref.getUUID().toString().equals("00000000-0000-0000-0000-000000000000"));
    assertTrue(ref.getMetadata().getFullName().equals(fullName));
  }
 
View Full Code Here

Examples of com.ipc.oce.objects.OCDocumentManager.emptyRef()

        }
       
      });
     
      OCDocumentManager catManager = app.getDocumentManager("Валюты1");
      catManager.emptyRef();
     
    } catch (JIException e) {
     
      e.printStackTrace();
    }
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.