// impositionProcess public string impositionProcess() { string xmlWorkStyleEnumValue = GetXmlAttribValue.GetAttribue(typeof(AWFWorkstyle), myAWF.Workstyle.ToString()); return(AWFAWFDB.impositionProcess(xmlWorkStyleEnumValue, myAWF.Machine, myAWF.Products.Item[this.itemSequence].ItemCode)); }
// update AAUDIT public int updateAaudit(string actionString, string eventId) { if (this._variables == null) { throw new Exception("RBA Varibles are not set for: " + myAWF.JobNumber.ToString()); } return(AWFAWFDB.updateAaudit(myAWF, actionString, eventId, itemSequence, _variables)); }
public string getOrderItemJobGroup() { return(AWFAWFDB.newJobPath(myVasset.Customer)); }
// end Constructor public string getPrinergyCustName() { return(AWFAWFDB.prinergyCust(myVasset.Customer)); }
//imposition stepping ingo public int impoSteppingInfo() { return(AWFAWFDB.impoSteppingInfo(myAWF.Machine, myAWF.Products.Item[this.itemSequence].ItemCode)); }
// jdf file destination public string jdfDestination() { return(AWFAWFDB.jdfDestination(myAWF.Machine)); }
//prinergy customer public string getPrinergyCust() { return(AWFAWFDB.prinergyCust(myAWF.Products.Item[this.itemSequence].ItemCust)); }
// my job path public string newJobPath() { return(AWFAWFDB.newJobPath(myAWF.Products.Item[this.itemSequence].ItemCust)); }
// product type public productType getProductType() { return(AWFAWFDB.getProductType(myAWF, this.itemSequence, this._variables)); }
// Check status public bool isActive() { return(AWFAWFDB.isActive(myAWF, this.itemSequence, this._variables)); }
// update approved asset, usind custom function in postgres public static int updateAsset(string itemCode) { return(AWFAWFDB.updateApprovedAsset(itemCode)); }
public string impositionMethod() { return(AWFAWFDB.impoMethod(myAWF.Machine, myAWF.Products.Item[this.itemSequence].ItemCode)); }
public string processType() { return(AWFAWFDB.processType(myAWF.Machine)); }
// digital / offset public bool isDigital() { return(AWFAWFDB.isDigital(myAWF.Machine)); }