/**
 * @author 238754
 */


entityConfiguration.ORDERS = {
	entity:"scordermaster",
	searchTemplate: "/dotcom/oxford/templates/shoppingcart/OrderSearch.jsp",
	addEditTemplate: "",
	listTemplate: "",
	viewTemplate: "/dotcom/oxford/templates/shoppingcart/OrderDetailsView.jsp",
	entityIdField: "ordmstorderid_ordmstdcnid_ordmstorgid",
	URLForEntityList:"/dotcom/ShoppingCart/OrderList.kar",
	URLForEntityOrderItemsList:"/dotcom/ShoppingCart/OrderItemsList.kar",
	URLForEntityPreEdit:"/dotcom/ShoppingCart/OrderGet.kar",
	URLForEntitySave:"/dotcom/ShoppingCart/OrderSave.kar",
	URLForEntityStatusSave:"/dotcom/ShoppingCart/OrderCancelStatusSave.kar",
	URLForPreFetch:"/dotcom/ShoppingCart/OrderSearch.kar",
	postAddEdit: null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	imageURL:"/dotcom/images/SMB-Assessing-logo-trans.png"
};

entityConfiguration.REQUESTS = {
	entity:"scitemrequest",
	searchTemplate: "/dotcom/oxford/templates/shoppingcart/ItemRequestSearch.jsp",
	addEditTemplate: "",
	listTemplate: "",
	viewTemplate: "/dotcom/oxford/templates/shoppingcart/ItemRequestView.jsp",
	entityIdField: "itmrqstrequestid_itmrqstdcnid_itmrqstorgid",
	URLForEntityList:"/dotcom/ShoppingCart/RequestList.kar",
	URLForEntityPreEdit:"/dotcom/ShoppingCart/RequestGet.kar",
	URLForEntitySave:"/dotcom/ShoppingCart/RequestSave.kar",
	URLForEntityStatusSave:"/dotcom/ShoppingCart/RequestStatusSave.kar",
	URLForPreFetch: null,
	postAddEdit: null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	imageURL:"/dotcom/images/SMB-Assessing-logo-trans.png"
};

entityConfiguration.ENDUSERS = {
	entity:"dcendusers",
	searchTemplate: null,
	addEditTemplate: "/dotcom/oxford/templates/shoppingcart/NewItemRequestAdd.jsp",
	listTemplate: "",
	viewTemplate: null,
	entityIdField: "euid_eudatacenterid_euorgid",
	URLForEntityList:null,
	URLForEntityPreEdit:"/dotcom/ShoppingCart/UserGet.kar",
	URLForEntitySave:null,
	URLForPreFetch: "/dotcom/ShoppingCart/UserPrefetch.kar",
	postAddEdit: null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	imageURL:"/dotcom/images/SMB-Assessing-logo-trans.png"
};

entityConfiguration.sccartdetails = {
	entity:"sccartdetails",
	searchTemplate: "",
	addEditTemplate: "/dotcom/oxford/templates/shoppingcart/GiftWrapperMessageAddEdit.jsp",
	listTemplate: "",
	viewTemplate: "",
	entityIdField: "cartdtlscartid_cartdtlsdcnid_cartdtlsorgid",
	URLForEntitySave:"/dotcom/ShoppingCart/GiftWrapperSave.kar",
	URLForEntityCartSave:"/dotcom/ShoppingCart/CartList.kar",
	URLForEntityList:"",
	URLForEntityPreEdit:"",
    URLForPreFetch:"/dotcom/ShoppingCart/GiftWrapperGet.kar", 
	URLForPreFetch:null,
	postAddEdit: null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	imageURL:"/DiscussionForum/images/SMB-Assessing-logo-trans.png"
};

entityConfiguration.scpackagingmaster = {
	entity:"scpackagingmaster",
	searchTemplate: "",
	addEditTemplate: "/dotcom/oxford/templates/shoppingcart/GiftWrapperMessageAddEdit.jsp",
	listTemplate: "",
	viewTemplate: "",
	entityIdField: "pkgmstid_pkgmstdcnid_pkgmstorgid",
	URLForEntitySave:null,
	URLForEntityList:"/dotcom/ShoppingCart/GiftWrapperList.kar",
	URLForEntityPreEdit:"/dotcom/ShoppingCart/GiftWrapperGet.kar",
	URLForPreFetch:null,
	postAddEdit: null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	imageURL:"/DiscussionForum/images/SMB-Assessing-logo-trans.png"
};


