From d359277871259a4d1809581d038dadf21a25723e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:11 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 2 +- .../jshopcore/events/category/AddedCategoryEvent.java | 4 ++-- .../jshopcore/events/category/ShopCategoryAddedEvent.java | 4 ++-- .../mxchange/jshopcore/events/product/AddedProductEvent.java | 4 ++-- .../jshopcore/events/product/ShopProductAddedEvent.java | 4 ++-- .../jshopcore/exceptions/BasketItemAlreadyAddedException.java | 4 ++-- .../jshopcore/exceptions/CannotAddCategoryException.java | 4 ++-- .../jshopcore/exceptions/CannotAddProductException.java | 4 ++-- .../exceptions/CategoryTitleAlreadyUsedException.java | 4 ++-- .../exceptions/ProductTitleAlreadyUsedException.java | 4 ++-- .../mxchange/jshopcore/model/basket/AddableBasketItem.java | 4 ++-- src/org/mxchange/jshopcore/model/basket/BaseBasket.java | 4 ++-- src/org/mxchange/jshopcore/model/basket/Basket.java | 4 ++-- src/org/mxchange/jshopcore/model/basket/ShopBasket.java | 4 ++-- src/org/mxchange/jshopcore/model/basket/items/BaseItem.java | 2 +- src/org/mxchange/jshopcore/model/basket/items/BasketItem.java | 4 ++-- src/org/mxchange/jshopcore/model/category/Category.java | 4 ++-- .../mxchange/jshopcore/model/category/ProductCategory.java | 4 ++-- src/org/mxchange/jshopcore/model/customer/CustomerUtils.java | 4 ++-- src/org/mxchange/jshopcore/model/order/Orderable.java | 4 ++-- src/org/mxchange/jshopcore/model/order/ShopOrder.java | 4 ++-- src/org/mxchange/jshopcore/model/order/items/OrderItem.java | 4 ++-- src/org/mxchange/jshopcore/model/product/GenericProduct.java | 4 ++-- src/org/mxchange/jshopcore/model/product/Product.java | 4 ++-- src/org/mxchange/jshopcore/wrapper/CheckoutWrapper.java | 4 ++-- src/org/mxchange/jshopcore/wrapper/WrapableCheckout.java | 4 ++-- 26 files changed, 50 insertions(+), 50 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 37e2cd6..35e8bbe 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -4,7 +4,7 @@ annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output application.title=jshop-core -application.vendor=Roland Haeder +application.vendor=Roland H\u00e4der auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form diff --git a/src/org/mxchange/jshopcore/events/category/AddedCategoryEvent.java b/src/org/mxchange/jshopcore/events/category/AddedCategoryEvent.java index 6369454..d553cef 100644 --- a/src/org/mxchange/jshopcore/events/category/AddedCategoryEvent.java +++ b/src/org/mxchange/jshopcore/events/category/AddedCategoryEvent.java @@ -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 Affero General Public License as @@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.category.Category; /** * An interface for added category events *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddedCategoryEvent extends Serializable { diff --git a/src/org/mxchange/jshopcore/events/category/ShopCategoryAddedEvent.java b/src/org/mxchange/jshopcore/events/category/ShopCategoryAddedEvent.java index 59f279f..3f5ba06 100644 --- a/src/org/mxchange/jshopcore/events/category/ShopCategoryAddedEvent.java +++ b/src/org/mxchange/jshopcore/events/category/ShopCategoryAddedEvent.java @@ -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 Affero General Public License as @@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.category.Category; /** * An event fired when a new shop category has been added. *

- * @author Roland Haeder + * @author Roland Häder */ public class ShopCategoryAddedEvent implements AddedCategoryEvent { diff --git a/src/org/mxchange/jshopcore/events/product/AddedProductEvent.java b/src/org/mxchange/jshopcore/events/product/AddedProductEvent.java index 9b4295f..eb9b51f 100644 --- a/src/org/mxchange/jshopcore/events/product/AddedProductEvent.java +++ b/src/org/mxchange/jshopcore/events/product/AddedProductEvent.java @@ -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 Affero General Public License as @@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.product.Product; /** * An interface for added product events *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddedProductEvent extends Serializable { diff --git a/src/org/mxchange/jshopcore/events/product/ShopProductAddedEvent.java b/src/org/mxchange/jshopcore/events/product/ShopProductAddedEvent.java index 87fca6e..68f80e0 100644 --- a/src/org/mxchange/jshopcore/events/product/ShopProductAddedEvent.java +++ b/src/org/mxchange/jshopcore/events/product/ShopProductAddedEvent.java @@ -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 Affero General Public License as @@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.product.Product; /** * An event fired when a new shop category has been added. *

- * @author Roland Haeder + * @author Roland Häder */ public class ShopProductAddedEvent implements AddedProductEvent { diff --git a/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java b/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java index ae227f4..d5e8512 100644 --- a/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java +++ b/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java @@ -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.jshopcore.model.basket.AddableBasketItem; * An exception thrown when the given item is already added to the * basketController. *

- * @author Roland Haeder + * @author Roland Häder */ public class BasketItemAlreadyAddedException extends Exception { diff --git a/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java b/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java index 896e4a4..f1b89d7 100644 --- a/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java +++ b/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java @@ -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 @@ -20,7 +20,7 @@ package org.mxchange.jshopcore.exceptions; * An exception thrown when the category cannot be added for a "low level" * reason. *

- * @author Roland Haeder + * @author Roland Häder */ public class CannotAddCategoryException extends Exception { diff --git a/src/org/mxchange/jshopcore/exceptions/CannotAddProductException.java b/src/org/mxchange/jshopcore/exceptions/CannotAddProductException.java index 0d8f98f..2bcb67b 100644 --- a/src/org/mxchange/jshopcore/exceptions/CannotAddProductException.java +++ b/src/org/mxchange/jshopcore/exceptions/CannotAddProductException.java @@ -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 @@ -20,7 +20,7 @@ package org.mxchange.jshopcore.exceptions; * An exception thrown when the product cannot be added for a "low level" * reason. *

- * @author Roland Haeder + * @author Roland Häder */ public class CannotAddProductException extends Exception { diff --git a/src/org/mxchange/jshopcore/exceptions/CategoryTitleAlreadyUsedException.java b/src/org/mxchange/jshopcore/exceptions/CategoryTitleAlreadyUsedException.java index f42bd63..54bb530 100644 --- a/src/org/mxchange/jshopcore/exceptions/CategoryTitleAlreadyUsedException.java +++ b/src/org/mxchange/jshopcore/exceptions/CategoryTitleAlreadyUsedException.java @@ -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.jshopcore.model.category.Category; /** * An exception thrown when the given title is already used *

- * @author Roland Haeder + * @author Roland Häder */ public class CategoryTitleAlreadyUsedException extends Exception { diff --git a/src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java b/src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java index d3cd006..1c0bef3 100644 --- a/src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java +++ b/src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java @@ -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.jshopcore.model.product.Product; /** * An exception thrown when the given title is already used *

- * @author Roland Haeder + * @author Roland Häder */ public class ProductTitleAlreadyUsedException extends Exception { diff --git a/src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java b/src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java index 512ca7b..c7f0556 100644 --- a/src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java +++ b/src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java @@ -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.jshopcore.model.product.Product; /** * An interface for addable basket items *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddableBasketItem extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/basket/BaseBasket.java b/src/org/mxchange/jshopcore/model/basket/BaseBasket.java index b6a3b8a..3e7f278 100644 --- a/src/org/mxchange/jshopcore/model/basket/BaseBasket.java +++ b/src/org/mxchange/jshopcore/model/basket/BaseBasket.java @@ -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.jshopcore.exceptions.BasketItemAlreadyAddedException; * A general basket class. This class does not store any properties, it only * contains logic for handling the items (T). *

- * @author Roland Haeder + * @author Roland Häder * @param Any instance that implements AddableBasketItem */ public abstract class BaseBasket implements Basket { diff --git a/src/org/mxchange/jshopcore/model/basket/Basket.java b/src/org/mxchange/jshopcore/model/basket/Basket.java index 075006b..9b70fc3 100644 --- a/src/org/mxchange/jshopcore/model/basket/Basket.java +++ b/src/org/mxchange/jshopcore/model/basket/Basket.java @@ -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.jshopcore.exceptions.BasketItemAlreadyAddedException; /** * An interface for baskets *

- * @author Roland Haeder + * @author Roland Häder * @param Any addable basket items */ public interface Basket extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/basket/ShopBasket.java b/src/org/mxchange/jshopcore/model/basket/ShopBasket.java index e864520..572d7e7 100644 --- a/src/org/mxchange/jshopcore/model/basket/ShopBasket.java +++ b/src/org/mxchange/jshopcore/model/basket/ShopBasket.java @@ -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.jshopcore.model.basket; /** * A basket for orderable items *

- * @author Roland Haeder + * @author Roland Häder */ public class ShopBasket extends BaseBasket implements Basket { diff --git a/src/org/mxchange/jshopcore/model/basket/items/BaseItem.java b/src/org/mxchange/jshopcore/model/basket/items/BaseItem.java index fb080ae..734fd85 100644 --- a/src/org/mxchange/jshopcore/model/basket/items/BaseItem.java +++ b/src/org/mxchange/jshopcore/model/basket/items/BaseItem.java @@ -24,7 +24,7 @@ import org.mxchange.jshopcore.model.product.Product; * An item (addable to a basket) could represent a product or a discount coupon. * This depends on the type of the item. *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseItem implements AddableBasketItem { diff --git a/src/org/mxchange/jshopcore/model/basket/items/BasketItem.java b/src/org/mxchange/jshopcore/model/basket/items/BasketItem.java index 9eb8201..6915615 100644 --- a/src/org/mxchange/jshopcore/model/basket/items/BasketItem.java +++ b/src/org/mxchange/jshopcore/model/basket/items/BasketItem.java @@ -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 @@ -34,7 +34,7 @@ import org.mxchange.jshopcore.model.product.Product; /** * A general basket item *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "basket_items") @Table (name = "basket_items") diff --git a/src/org/mxchange/jshopcore/model/category/Category.java b/src/org/mxchange/jshopcore/model/category/Category.java index 15bb232..65136b7 100644 --- a/src/org/mxchange/jshopcore/model/category/Category.java +++ b/src/org/mxchange/jshopcore/model/category/Category.java @@ -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 interface for categories *

- * @author Roland Haeder + * @author Roland Häder */ public interface Category extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/category/ProductCategory.java b/src/org/mxchange/jshopcore/model/category/ProductCategory.java index aa4bb15..3549757 100644 --- a/src/org/mxchange/jshopcore/model/category/ProductCategory.java +++ b/src/org/mxchange/jshopcore/model/category/ProductCategory.java @@ -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 @@ -32,7 +32,7 @@ import javax.persistence.Transient; /** * A product category *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "category") @Table (name = "category") diff --git a/src/org/mxchange/jshopcore/model/customer/CustomerUtils.java b/src/org/mxchange/jshopcore/model/customer/CustomerUtils.java index 7245a9e..c68aa71 100644 --- a/src/org/mxchange/jshopcore/model/customer/CustomerUtils.java +++ b/src/org/mxchange/jshopcore/model/customer/CustomerUtils.java @@ -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 @@ -29,7 +29,7 @@ import org.mxchange.jshopcore.model.order.ShopOrder; /** * An utilities class for customers *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomerUtils extends BaseFrameworkSystem { diff --git a/src/org/mxchange/jshopcore/model/order/Orderable.java b/src/org/mxchange/jshopcore/model/order/Orderable.java index d505f82..172642d 100644 --- a/src/org/mxchange/jshopcore/model/order/Orderable.java +++ b/src/org/mxchange/jshopcore/model/order/Orderable.java @@ -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.jshopcore.model.basket.AddableBasketItem; /** * An interface for customer orders *

- * @author Roland Haeder + * @author Roland Häder */ public interface Orderable extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/order/ShopOrder.java b/src/org/mxchange/jshopcore/model/order/ShopOrder.java index 1c2680f..a11b733 100644 --- a/src/org/mxchange/jshopcore/model/order/ShopOrder.java +++ b/src/org/mxchange/jshopcore/model/order/ShopOrder.java @@ -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 @@ -38,7 +38,7 @@ import org.mxchange.jshopcore.model.basket.AddableBasketItem; /** * An entity class for shop orders *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "orders") @Table (name = "orders") diff --git a/src/org/mxchange/jshopcore/model/order/items/OrderItem.java b/src/org/mxchange/jshopcore/model/order/items/OrderItem.java index c687fd0..4e79768 100644 --- a/src/org/mxchange/jshopcore/model/order/items/OrderItem.java +++ b/src/org/mxchange/jshopcore/model/order/items/OrderItem.java @@ -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 @@ -37,7 +37,7 @@ import org.mxchange.jshopcore.model.product.Product; /** * A general basket item *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "ordered_item") @Table ( diff --git a/src/org/mxchange/jshopcore/model/product/GenericProduct.java b/src/org/mxchange/jshopcore/model/product/GenericProduct.java index 83db6c5..febde61 100644 --- a/src/org/mxchange/jshopcore/model/product/GenericProduct.java +++ b/src/org/mxchange/jshopcore/model/product/GenericProduct.java @@ -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 @@ -34,7 +34,7 @@ import org.mxchange.jshopcore.model.category.ProductCategory; /** * Generic product class *

- * @author Roland Haeder + * @author Roland Häder * TODO: Find a better name */ @Entity (name = "products") diff --git a/src/org/mxchange/jshopcore/model/product/Product.java b/src/org/mxchange/jshopcore/model/product/Product.java index 21f42c6..0347f33 100644 --- a/src/org/mxchange/jshopcore/model/product/Product.java +++ b/src/org/mxchange/jshopcore/model/product/Product.java @@ -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.jshopcore.model.category.Category; /** * An interface for in database storable products *

- * @author Roland Haeder + * @author Roland Häder */ public interface Product extends Serializable { diff --git a/src/org/mxchange/jshopcore/wrapper/CheckoutWrapper.java b/src/org/mxchange/jshopcore/wrapper/CheckoutWrapper.java index f5872ba..8dd12b4 100644 --- a/src/org/mxchange/jshopcore/wrapper/CheckoutWrapper.java +++ b/src/org/mxchange/jshopcore/wrapper/CheckoutWrapper.java @@ -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.jshopcore.model.basket.AddableBasketItem; /** * A wrapper for checkouts (customer, ordered items) *

- * @author Roland Haeder + * @author Roland Häder */ public class CheckoutWrapper implements WrapableCheckout { diff --git a/src/org/mxchange/jshopcore/wrapper/WrapableCheckout.java b/src/org/mxchange/jshopcore/wrapper/WrapableCheckout.java index 0f31363..cd69138 100644 --- a/src/org/mxchange/jshopcore/wrapper/WrapableCheckout.java +++ b/src/org/mxchange/jshopcore/wrapper/WrapableCheckout.java @@ -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.jshopcore.model.basket.AddableBasketItem; /** * An interface for checkout wrapper *

- * @author Roland Haeder + * @author Roland Häder */ public interface WrapableCheckout extends Serializable { -- 2.39.2