การคืนค่า Return Success Message ใน Ofibz

การคืนค่า Return Success Message คือ การคืนค่าข้อความการทำงานเสร็จสิ้น หลังจากการดำเนินการต่างๆตามคำสั่ง แล้วซึ่งใน ofbiz ดังรูป
From Programming Hunter

เรามีวิธีการคืนค่าดังนี้ครับ
ในไฟล์ Simple Method ให้ใช้แทค


ตัวอย่างการใช้งาน


ในไฟล์ java ให้ใช้ดังนี้
ServiceUtil.returnSuccess();
ServiceUtil.returnSuccess(successMessage);

ตัวอย่างการใช้งาน
*return ServiceUtil.returnSuccess();

*ServiceUtil.returnSuccess(successMessage);

About Nop

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment