Examples of EAccountingRecordType


Examples of com.ipc.oce.varset.EAccountingRecordType

    storeObject(EEventLogLevel.INFORMATION, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,1}"));
    storeObject(EEventLogLevel.WARNING, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,2}"));
    storeObject(EEventLogLevel.NOTE, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,0}"));
   
    //741ae838-6e42-4ac0-b6a4-17e5604b0669
    storeObject(EAccountingRecordType.CREDIT, new EAccountingRecordType("{\"#\",741ae838-6e42-4ac0-b6a4-17e5604b0669,1}"));
    storeObject(EAccountingRecordType.DEBIT, new EAccountingRecordType("{\"#\",741ae838-6e42-4ac0-b6a4-17e5604b0669,0}"));
   
    //b1b064f3-ae38-49bf-8c6d-390c65fd94af
    storeObject(EComparisonType.CONTAINS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,10}")); // OK
    storeObject(EComparisonType.EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,0}")); // OK
    storeObject(EComparisonType.GREATER, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,4}")); // OK
    storeObject(EComparisonType.GREATER_OR_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,5}")); // OK
    storeObject(EComparisonType.IN_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,15}")); // OK
    storeObject(EComparisonType.IN_LIST, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,11}")); // OK
    storeObject(EComparisonType.IN_LIST_BY_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,12}")); // OK
    storeObject(EComparisonType.INTERVAL, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,6}")); // OK
    storeObject(EComparisonType.INTERVAL_INCL_BOUNDS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,7}")); //OK
    storeObject(EComparisonType.INTERVAL_INCL_LOWER_BOUND, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,8}"));
    storeObject(EComparisonType.INTERVAL_INCL_UPPER_BOUND, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,9}"));
    storeObject(EComparisonType.LESS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,2}")); // OK
    storeObject(EComparisonType.LESS_OR_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,3}")); //OK
    storeObject(EComparisonType.NOT_CONTAINS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,17}")); //OK
    storeObject(EComparisonType.NOT_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,1}")); // OK
    storeObject(EComparisonType.NOT_IN_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,16}")); //OK
    storeObject(EComparisonType.NOT_IN_LIST, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,13}")); // OK
    storeObject(EComparisonType.NOT_IN_LIST_BY_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,14}"));
   
    LOG.info("Varset table preloaded in "
        + (System.currentTimeMillis() - s) + "ms");
  }
View Full Code Here

Examples of com.ipc.oce.varset.EAccountingRecordType

    storeObject(EEventLogLevel.INFORMATION, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,1}"));
    storeObject(EEventLogLevel.WARNING, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,2}"));
    storeObject(EEventLogLevel.NOTE, new EEventLogLevel("{\"#\",87345ce9-f140-4d75-92e1-4edcc38237cb,0}"));
   
    //741ae838-6e42-4ac0-b6a4-17e5604b0669
    storeObject(EAccountingRecordType.CREDIT, new EAccountingRecordType("{\"#\",741ae838-6e42-4ac0-b6a4-17e5604b0669,1}"));
    storeObject(EAccountingRecordType.DEBIT, new EAccountingRecordType("{\"#\",741ae838-6e42-4ac0-b6a4-17e5604b0669,0}"));
   
    //b1b064f3-ae38-49bf-8c6d-390c65fd94af
    storeObject(EComparisonType.CONTAINS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,10}")); // OK
    storeObject(EComparisonType.EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,0}")); // OK
    storeObject(EComparisonType.GREATER, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,4}")); // OK
    storeObject(EComparisonType.GREATER_OR_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,5}")); // OK
    storeObject(EComparisonType.IN_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,15}")); // OK
    storeObject(EComparisonType.IN_LIST, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,11}")); // OK
    storeObject(EComparisonType.IN_LIST_BY_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,12}")); // OK
    storeObject(EComparisonType.INTERVAL, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,6}")); // OK
    storeObject(EComparisonType.INTERVAL_INCL_BOUNDS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,7}")); //OK
    storeObject(EComparisonType.INTERVAL_INCL_LOWER_BOUND, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,8}"));
    storeObject(EComparisonType.INTERVAL_INCL_UPPER_BOUND, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,9}"));
    storeObject(EComparisonType.LESS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,2}")); // OK
    storeObject(EComparisonType.LESS_OR_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,3}")); //OK
    storeObject(EComparisonType.NOT_CONTAINS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,17}")); //OK
    storeObject(EComparisonType.NOT_EQUALS, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,1}")); // OK
    storeObject(EComparisonType.NOT_IN_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,16}")); //OK
    storeObject(EComparisonType.NOT_IN_LIST, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,13}")); // OK
    storeObject(EComparisonType.NOT_IN_LIST_BY_HIERARCHY, new EAccountingRecordType("{\"#\",b1b064f3-ae38-49bf-8c6d-390c65fd94af,14}"));
   
    LOG.info("Varset table preloaded in "
        + (System.currentTimeMillis() - s) + "ms");
  }
View Full Code Here

Examples of com.ipc.oce.varset.EAccountingRecordType

   * @throws JIException
   */
  public EAccountingRecordType getRecordType() throws JIException {
    // Тут какая-то странность: платформа говорит что поля нет
    // возможно это доступно "Только для регистра без поддержки корреспонденции."
    return new EAccountingRecordType(get("RecordType"));
  }
View Full Code Here

Examples of com.ipc.oce.varset.EAccountingRecordType

   * Определяет вид движения для записи регистра, не поддерживающего корреспонденцию.
   * @return
   * @throws JIException
   */
  public EAccountingRecordType getRecordType() throws JIException {
    return new EAccountingRecordType(get("RecordType"));
  }
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.