[Major] renamed package li.strolch.rest.inspector.model

to li.strolch.rest.mode
This commit is contained in:
Robert von Burg 2014-01-23 07:34:30 +01:00
parent c198a7337e
commit 74525d9e77
19 changed files with 39 additions and 39 deletions

View File

@ -35,19 +35,19 @@ import li.strolch.exception.StrolchException;
import li.strolch.model.Order; import li.strolch.model.Order;
import li.strolch.model.Resource; import li.strolch.model.Resource;
import li.strolch.persistence.api.StrolchTransaction; import li.strolch.persistence.api.StrolchTransaction;
import li.strolch.rest.inspector.model.AgentOverview; import li.strolch.rest.model.AgentOverview;
import li.strolch.rest.inspector.model.ElementMapOverview; import li.strolch.rest.model.ElementMapOverview;
import li.strolch.rest.inspector.model.ElementMapType; import li.strolch.rest.model.ElementMapType;
import li.strolch.rest.inspector.model.ElementMapsOverview; import li.strolch.rest.model.ElementMapsOverview;
import li.strolch.rest.inspector.model.OrderDetail; import li.strolch.rest.model.OrderDetail;
import li.strolch.rest.inspector.model.OrderOverview; import li.strolch.rest.model.OrderOverview;
import li.strolch.rest.inspector.model.RealmDetail; import li.strolch.rest.model.RealmDetail;
import li.strolch.rest.inspector.model.RealmOverview; import li.strolch.rest.model.RealmOverview;
import li.strolch.rest.inspector.model.ResourceDetail; import li.strolch.rest.model.ResourceDetail;
import li.strolch.rest.inspector.model.ResourceOverview; import li.strolch.rest.model.ResourceOverview;
import li.strolch.rest.inspector.model.StrolchElementOverview; import li.strolch.rest.model.StrolchElementOverview;
import li.strolch.rest.inspector.model.TypeDetail; import li.strolch.rest.model.TypeDetail;
import li.strolch.rest.inspector.model.TypeOverview; import li.strolch.rest.model.TypeOverview;
import ch.eitchnet.utils.dbc.DBC; import ch.eitchnet.utils.dbc.DBC;
/** /**

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
/** /**
* @author Robert von Burg <eitch@eitchnet.ch> * @author Robert von Burg <eitch@eitchnet.ch>

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.Set; import java.util.Set;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.Date; import java.util.Date;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import java.util.List; import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package li.strolch.rest.inspector.model; package li.strolch.rest.model;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;

View File

@ -23,15 +23,15 @@ import java.util.HashSet;
import java.util.List; import java.util.List;
import java.util.Set; import java.util.Set;
import li.strolch.rest.inspector.model.AgentOverview; import li.strolch.rest.model.AgentOverview;
import li.strolch.rest.inspector.model.ElementMapOverview; import li.strolch.rest.model.ElementMapOverview;
import li.strolch.rest.inspector.model.ElementMapType; import li.strolch.rest.model.ElementMapType;
import li.strolch.rest.inspector.model.ElementMapsOverview; import li.strolch.rest.model.ElementMapsOverview;
import li.strolch.rest.inspector.model.OrderDetail; import li.strolch.rest.model.OrderDetail;
import li.strolch.rest.inspector.model.RealmDetail; import li.strolch.rest.model.RealmDetail;
import li.strolch.rest.inspector.model.RealmOverview; import li.strolch.rest.model.RealmOverview;
import li.strolch.rest.inspector.model.ResourceDetail; import li.strolch.rest.model.ResourceDetail;
import li.strolch.rest.inspector.model.TypeOverview; import li.strolch.rest.model.TypeOverview;
import org.junit.Test; import org.junit.Test;