Using the My Oracle Support Portal (MOSC)

MOSC Banner

DAO generation issue

edited Mar 25, 2018 5:03AM in Using the My Oracle Support Portal (MOSC) 1 commentAnswered

Hi Team,

I am facing an issue in DAO generation for a new table which will be used for new tender being used by our customer. But here I need to implement IAuthorizableTenderLineItem because we are using AUTH framework for our payment so the tender line should be of type IAuthorizableTenderLineItem.

When we are using "implements" keyword with "customer-extension-of" or  "extends" in the dtx file getting errors in the generated data model.

When I am trying with "customer-extension-of" (TenderLineItem) and "implements" (IAuthorizableTenderLineItem) keyword in dtx file then its giving error in the generated Model class to implement abstract methods.

And if I use "extends" (TenderLineItem) and "implements" (IAuthorizableTenderLineItem) keyword in dtx file, then getting error in interface class for generated getProperties() and setProperties() method (error: getProperties() in clashes with getProperties() in IRetailTransactionLineItem).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center