ReviewDAOImpl.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Yes, because this rule is only for Override id 1 which is the rule they want for SKUs in the PRODUCT_OVERRIDE table to have a block order = Y. If we have other rules based off this table, we can ju...

Yes, because this rule is only for Override id 1 which is the rule they want for SKUs in the PRODUCT_OVERRIDE table to have a block order = Y. If we have other rules based off this table, we can just have a similar rule, with a different ID.

Limit to override_id = 1?

Limit to override_id = 1?

Limit to override_id = 1?

Limit to override_id = 1?

Are you limiting this to override_id = 1?

Are you limiting this to override_id = 1?

Sames as override.sql. Please remove PULSEUI if the table needs to be created in both US and UAP

Sames as override.sql. Please remove PULSEUI if the table needs to be created in both US and UAP

Remove PULSEUI if intended for both US and UAP

Remove PULSEUI if intended for both US and UAP

Remove PULSEUI if intended for both US and UAP

Remove PULSEUI if intended for both US and UAP

Remove prefix PULSEUI if intended for both US and UAP

Remove prefix PULSEUI if intended for both US and UAP

[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
Modified BR's to block order based on new product_override and override table. *Then modified fleets and sim parts to not add products from product_override table since that could occur. *I am le...

Modified BR's to block order based on new product_override and override table.

  • Then modified fleets and sim parts to not add products from product_override table since that could occur.
  • I am less familiar with add sim parts and add fleets sp's, so let me know if any changes are needed.


Lastly, I went ahead and pushed the change for the subquery returning more parts than it should noted on this jira: PUL-7157
Also pushed the change that Hannan and I were looking at regarding the site queue not clearing out in some cases: PUL-7160

[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
[PUL-7159] - Product Override addition and small bug fixes for [PUL-7157] and [PUL-7160]
[PUL-7118] Added site copy functionality for New Numbers
[PUL-7118] Added site copy functionality for New Numbers
Refactored based on changes in ParametersDAOImpl. Validated that the new numbers hierarchies load as expected.

Refactored based on changes in ParametersDAOImpl. Validated that the new numbers hierarchies load as expected.

Changed return type so we can easily reuse this in the site copy without having to convert from a Map. The UI code was refactored to handle this change.

Changed return type so we can easily reuse this in the site copy without having to convert from a Map. The UI code was refactored to handle this change.

Ah, that makes sense.

Ah, that makes sense.

CASE.. END is SQL standard. We have to start using SQL standard statements, if and when we move to a different DB. DECODE is an ORACLE function

CASE.. END is SQL standard. We have to start using SQL standard statements, if and when we move to a different DB. DECODE is an ORACLE function

Yea, I could have done a decode. I think it will get a little more complex next sprint though, which will likely need cases, so that is part of the reason I left it as a case for now.

Yea, I could have done a decode. I think it will get a little more complex next sprint though, which will likely need cases, so that is part of the reason I left it as a case for now.

[PUL-6994] New Numbers: Review Page: Icon & Quick Filter - UI
[PUL-6994] New Numbers: Review Page: Icon & Quick Filter - UI
Perhaps cleaner to use a decode here? decode(REASON_ID, 0, 1, 0) Not a blocker though.

Perhaps cleaner to use a decode here?

decode(REASON_ID, 0, 1, 0)


Not a blocker though.

[PUL-6994] New Numbers: Review Page: Icon & Quick Filter - UI
[PUL-6994] New Numbers: Review Page: Icon & Quick Filter - UI