]> git.mxchange.org Git - jaddressbook-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java
src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java
src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java
src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java
src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java
src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java
src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java
src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java
src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java
src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java
src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java
src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java
src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java
src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java

index b285217abdf5d1ebfbfda1977fd51d3060b7957e..8319799522d44372c2423d6e850ff96adc11e908 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook;
 /**
  * An interface for an event if an address book has been loaded
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AddressbookLoadedEvent extends Serializable {
 
index 11015d4ebe8775bf6ccff86cf608116050942112..18a5e7e9c39d3eac480c304d48154aca1d4dd85a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook;
 /**
  * An event fired when an address book has been loaded
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class LoadedAddressbookEvent implements AddressbookLoadedEvent {
 
index f7e05e68dbb154bb1a9be14eb07f98f75e451f15..a682909e50c19cc579bba84497327b035f01e054 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbo
 /**
  * An interface for address book sharing events
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AddressbookSharingEvent extends Serializable {
 
index 54b2d5382830a4f09bd43b58133407ef4347cbab..b08ebd3e686c6cf241336661997a05b302358cae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbo
 /**
  * An event fired when a user ends sharing address books
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class EndedAddressbookSharingEvent implements AddressbookSharingEvent {
 
index 61040ca420590036e552c558f321a9322389c625..aa27ff6d0dba46d3ca4298bce08bc0e69035b221 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbo
 /**
  * An event fired when a user starts sharing address books
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class StartedAddressbookSharingEvent implements AddressbookSharingEvent {
 
index 0bfd148e0e649c44c47b4102963ebdf34e11196d..81e21ff7833d1dfe3f583be87a524f83d43f0c77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ package org.mxchange.jaddressbookcore.events.sharing.type;
 /**
  * An enumeration for sharing types
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum SharingType {
 
index e50241ada467b9316466cef0f71658a77939672f..bc5cb3d12599fdf2be3703969883eca31048c720 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook;
 /**
  * An exception thrown when the user has already used the name.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AddressbookNameAlreadyUsedException extends Exception {
 
index 9d737d16a8c9cc34418259ac32f262e25f10ee39..815a024e7b833b3e0200bab3c3eb7bbeef048b11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import java.text.MessageFormat;
  * An exception thrown when the address book's id number is not valid, so no
  * address book can be found.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AddressbookNotFoundException extends Exception {
 
index 9eb8059edb2d90fde98ce8a31d2ced3e15b8b294..6031de347a6f444b5ea3e95170399d04f5c8aa21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown whent the address book is already shared with given user
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserAlreadySharingAddressbookException extends Exception {
 
index a8655541008520f527b7fdfec44c287fdaba3810..e4312fa9dbe178d081235de7b0e2c123379152e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for addressbooks
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Addressbook extends Serializable {
 
index 388e2ec5e12e0c8d5ba4e661afa764c595e641d3..49f7b62a380b2085a588c520a03e81e7258a8897 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for user addressbooks
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "addressbooks")
 @Table (name = "addressbooks")
index b4c66b48c2f809a354c684b2ba3d518af35b88c1..0927ed7022733ff6b6aaa1d9a679cf4cffaa10ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jcontactsbusiness.BusinessContact;
 /**
  * A POJI for addressbook entries
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AddressbookEntry extends Serializable {
 
index 977e3126e9e8925fe4c8eb04f1e1602b2d908a29..5007393a92dc9999bda68a8381fef1b298c64813 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ import org.mxchange.jcontactsbusiness.CompanyContact;
 /**
  * A POJO for address book entries
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "addressbook_entries")
 @Table (name = "addressbook_entries")
index bc008230884ff55bc9b89259bf73e31b4d521c4e..7b379f3cd9330f1a7d02f533a06d33f1559cb290 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for sharing address books with other users
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "addressbook_shares")
 @Table (name = "addressbook_shares")
index 912b42ca8f6dcf7cc85f4b5691b959f40488aa69..b8f38554a43764a188a634f213e40d152952aeab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for shared address books
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ShareableAddressbook extends Serializable {
 
index 6a40b02bda63714fa6697051e3486e2a4051c298..544ebe6ebc0ed48cf4e619290ffa71f79304b152 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An enumeration for the addressbook status
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum AddressbokStatus implements Serializable {