Package org.openbravo.test.security
Class CrossOrganizationReference
- java.lang.Object
-
- org.openbravo.test.base.MockableBaseTest
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.test.datasource.BaseDataSourceTestDal
-
- org.openbravo.test.security.CrossOrganizationReference
-
- Direct Known Subclasses:
EntityAccessTest
,ExplicitCrossOrganizationReference
,StandardCrossOrganizationReference
public class CrossOrganizationReference extends BaseDataSourceTestDal
Base class for test for cross organization reference functionality.- Author:
- alostale
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<BaseOBObject>
createdObjects
protected static String
SPAIN_ORG
protected static String
SPAIN_WAREHOUSE
protected static String
USA_BP
protected static String
USA_ORDER
protected static String
USA_ORG
protected static String
USA_WAREHOUSE
-
Fields inherited from class org.openbravo.test.datasource.BaseDataSourceTestDal
LOGIN, POST_METHOD, PWD
-
Fields inherited from class org.openbravo.test.base.OBBaseTest
DOLLAR, DOLLAR_ID, EURO, EURO_ID, QA_TEST_ADMIN_USER_ID, QA_TEST_CLIENT_ID, QA_TEST_ORG_ID, TEST_BP_CATEGORY_ID, TEST_CLIENT_ID, TEST_INVOICE_ID, TEST_LOCATION_ID, TEST_ORDER_ID, TEST_ORG_ID, TEST_ORG_TREE, TEST_PRODUCT_ID, TEST_ROLE_ID, TEST_US_ORG_ID, TEST_USER_ID, TEST_WAREHOUSE_ID, TEST2_USER_ID, userIds, watchFailures
-
-
Constructor Summary
Constructors Constructor Description CrossOrganizationReference()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Order
createOrder(String orgId)
Creates a default orderprotected Order
createOrder(String orgId, String warehouseId)
Creates a default order in the given warehouseprotected Order
createOrder(String orgId, Map<String,Object> propertyValues)
Creates a default order being possible to overwrite any valueprotected OrderLine
createOrderLine(Order order)
Creates a default order line for given orderprotected OrderLine
createOrderLine(Order order, Map<String,Object> propertyValues)
Creates a default order line for given order allowing to overwrite any valuestatic void
removeCreatedObjects()
void
setRole()
-
Methods inherited from class org.openbravo.test.datasource.BaseDataSourceTestDal
authenticate, changeProfile, doRequest, doRequest, doRequest, getLogin, getOpenbravoURL, getPassword, getSessionCsrfToken, logout
-
Methods inherited from class org.openbravo.test.base.OBBaseTest
addReadWriteAccess, classSetUp, commitTransaction, count, getConnectionProvider, getOneInstance, getRandomUser, getTestLogAppender, initializeDalLayer, initializeDisabledTestCases, initializeTestLogAppender, isErrorOccured, reportException, rollback, setLogStackTraces, setQAAdminContext, setSystemAdministratorContext, setTestAdminContext, setTestLogAppenderLevel, setTestUserContext, setUp, setUserContext, shouldMockServletContext, staticInitializeDalLayer, testDone
-
Methods inherited from class org.openbravo.test.base.MockableBaseTest
mockStatic
-
-
-
-
Field Detail
-
SPAIN_ORG
protected static final String SPAIN_ORG
- See Also:
- Constant Field Values
-
SPAIN_WAREHOUSE
protected static final String SPAIN_WAREHOUSE
- See Also:
- Constant Field Values
-
USA_ORG
protected static final String USA_ORG
- See Also:
- Constant Field Values
-
USA_WAREHOUSE
protected static final String USA_WAREHOUSE
- See Also:
- Constant Field Values
-
USA_ORDER
protected static final String USA_ORDER
- See Also:
- Constant Field Values
-
USA_BP
protected static final String USA_BP
- See Also:
- Constant Field Values
-
createdObjects
protected static List<BaseOBObject> createdObjects
-
-
Method Detail
-
createOrder
protected Order createOrder(String orgId, String warehouseId)
Creates a default order in the given warehouse
-
createOrder
protected Order createOrder(String orgId, Map<String,Object> propertyValues)
Creates a default order being possible to overwrite any value
-
createOrderLine
protected OrderLine createOrderLine(Order order)
Creates a default order line for given order
-
createOrderLine
protected OrderLine createOrderLine(Order order, Map<String,Object> propertyValues)
Creates a default order line for given order allowing to overwrite any value
-
setRole
public void setRole()
-
removeCreatedObjects
public static void removeCreatedObjects()
-
-