- some fixes
Signed-off-by: Roland Häder <roland@mxchange.org>
/**
* Default constructor
*/
- public PizzaAdminCompanyEmployeeSessionBean () {
+ public PizzaAdminEmployeeSessionBean () {
super();
}
* @author Roland Häder<roland@mxchange.org>
*/
@Stateless (name = "employee", description = "A general statless bean for handling company employees")
-public class PizzaEmployeeSessionBean extends BasePizzaEnterpriseBean implements CompanyEmployeeSessionBeanRemote {
+public class PizzaEmployeeSessionBean extends BasePizzaEnterpriseBean implements EmployeeSessionBeanRemote {
/**
* Serial number
// Id number should not be set
throw new IllegalArgumentException(MessageFormat.format("userActivity.activityId={0} should be null", userActivity.getActivityId())); //NOI18N
} else if (userActivity.getActivityUser() == null) {
-` // Throw NPE again
+ // Throw NPE again
throw new NullPointerException("userActivity.activityUser is null"); //NOI18N
} else if (userActivity.getActivityContactFamilyName() == null) {
// Throw it again