- added default constructor
*/
private static final long serialVersionUID = 58_467_386_571_704L;
+ /**
+ * Default constructor
+ */
+ public FinancialsDepartmentSessionBean () {
+ super();
+ }
+
@Override
@SuppressWarnings ("unchecked")
public List<Department> fetchAllDepartments () {
*/
private static final long serialVersionUID = 58_467_386_571_707L;
+ /**
+ * Default constructor
+ */
+ public FinancialsHeadquarterSessionBean () {
+ super();
+ }
+
@Override
@SuppressWarnings ("unchecked")
public List<Headquarter> fetchAllHeadquarters () {
*/
private static final long serialVersionUID = 58_467_386_571_710L;
+ /**
+ * Default constructor
+ */
+ public FinancialsOpeningTimesSessionBean () {
+ super();
+ }
+
@Override
@SuppressWarnings ("unchecked")
public List<OpeningTime> fetchAllOpeningTimes () {