public void initializeList () {
// Is cache there?
if (!this.basicDataCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<BasicData> basicDatas = this.basicDataBean.allBusinessBasicData();
// Add all
public void initializeList () {
// Is cache there?
if (!this.branchOfficeCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<BranchOffice> branchOffices = this.branchOfficeBean.allBranchOffices();
// Add all
public void initializeList () {
// Is cache there?
if (!this.departmentCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<Department> departments = this.departmentBean.allDepartments();
// Add all
public void init () {
// Is cache there?
if (!this.employeeCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<Employable> employees = this.employeeBean.allEmployees();
// Add all
public void initializeList () {
// Is cache there?
if (!this.headquarterCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<Headquarter> Headquarter = this.headquarterBean.allHeadquarters();
// Add all
public void initializeList () {
// Is cache there?
if (!this.openingTimesCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<OpeningTime> openingTimes = this.openingTimesBean.allOpeningTimes();
// Add all
public void init () {
// Is cache there?
if (!this.contactCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<Contact> contacts = this.contactBean.allContacts();
// Add all
public void init () {
// Is cache there?
if (!this.countryCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<Country> countries = this.countryBean.allCountries();
// Add all
public void initCache () {
// Is cache there?
if (!this.mobileProviderCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<MobileProvider> mobileProviders = this.mobileProviderBean.allMobileProviders();
// Add all
public void init () {
// Is cache there?
if (!this.faxNumberCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<DialableFaxNumber> faxNumbers = this.phoneBean.allFaxNumbers();
// Add all
// Is cache there?
if (!this.landLineNumberCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<DialableLandLineNumber> lineNumbers = this.phoneBean.allLandLineNumbers();
// Add all
// Is cache there?
if (!this.mobileNumberCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<DialableMobileNumber> mobileNumbers = this.phoneBean.allMobileNumbers();
// Add all
public void init () {
// Is cache there?
if (!this.userCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<User> users = this.userBean.allUsers();
// Add all
*/
@PostConstruct
public void init () {
- // Get whole list
+ // Get whole list from EJB
final List<LogableUserActivity> userActivities = this.userActivityBean.fetchAllUserActivityLog();
// Put all in map, per-user
public void init () {
// Is cache there?
if (!this.queuedEmailCache.iterator().hasNext()) {
- // Get whole list
+ // Get whole list from EJB
final List<String> list = this.emailChangeBean.allQueuedAddresses();
// Add all