javadoc.reference.poi-3.15.jar=https://poi.apache.org/apidocs/
javadoc.reference.poi-ooxml-3.15.jar=https://poi.apache.org/apidocs/
javadoc.reference.cdi-api.jar=https://docs.jboss.org/cdi/api/1.2/
+javadoc.reference.jcoreee.jar=https://docs.mxchange.org/javadoc/jcoreee.
javadoc.splitindex=true
javadoc.use=true
javadoc.version=true
import org.mxchange.jcontactsbusiness.model.employee.Employable;
import org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime;
import org.mxchange.jcontactsbusiness.model.opening_time.OpeningTime;
-import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
import org.mxchange.jcountry.model.data.Country;
import org.mxchange.jjobs.beans.BaseJobsBean;
import org.mxchange.jjobs.beans.business.branchoffice.list.JobsBranchOfficeListWebViewController;
import org.mxchange.jcontactsbusiness.model.headquarter.Headquarter;
import org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime;
import org.mxchange.jcontactsbusiness.model.opening_time.OpeningTime;
-import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
import org.mxchange.jcountry.model.data.Country;
import org.mxchange.jjobs.beans.BaseJobsBean;
import org.mxchange.jjobs.beans.business.headquarter.list.JobsHeadquarterListWebViewController;
import org.mxchange.jcontactsbusiness.model.opening_time.AdminOpeningTimeSessionBeanRemote;
import org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime;
import org.mxchange.jcontactsbusiness.model.opening_time.OpeningTime;
-import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
import org.mxchange.jjobs.beans.BaseJobsBean;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
/**
* An administrative bean for openingTimes
import org.mxchange.jcontacts.model.contact.title.PersonalTitle;
import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
import org.mxchange.jjobs.beans.BaseJobsBean;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
import org.mxchange.jusercore.model.user.status.UserAccountStatus;
}
/**
- * Returns an array of all profile modes <p
- * <p>
- * @return An array of all profile modes
+ * Returns an array of all profile modes <p <p>
+ * @
+ *
+ * return An array of all profile modes
*/
public ProfileMode[] getProfileModes () {
return ProfileMode.values();
import javax.faces.convert.EnumConverter;
import javax.faces.convert.FacesConverter;
-import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
/**
* A converter for day of the week enumeration
* <p>
* @author Roland Häder<roland@mxchange.org>
*/
-@FacesConverter("DayOfTheWeekConverter")
+@FacesConverter ("DayOfTheWeekConverter")
public class JobsDayOfTheWeekConverter extends EnumConverter {
/**