Class DefaultB2BOrgUnitDao<T extends OrgUnitModel>

    • Field Detail

      • B2B_QUOTE_TO_EMPLOYEE_JOINS

        protected static final java.lang.String B2B_QUOTE_TO_EMPLOYEE_JOINS
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultB2BOrgUnitDao

        public DefaultB2BOrgUnitDao​(java.lang.String typeCode)
    • Method Detail

      • getQuoteForEmployeeQuery

        protected java.lang.String getQuoteForEmployeeQuery()
        Overrides to use B2B hierarchy join clause in the query. Joining the quote table with other tables (e.g. PrincipipalGroupRelation), so that all quotes associated to the employee's organizational units can be resolved.
        Overrides:
        getQuoteForEmployeeQuery in class DefaultOrgUnitDao<T extends OrgUnitModel>