作者 Kevin

修改预配界面的相关bug,添加sli和fhl的报文生成和发送功能。

正在显示 41 个修改的文件 包含 2528 行增加1502 行删除

要显示太多修改。

为保证性能只显示 41 of 41+ 个文件。

不能预览此文件类型
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
... ...
/target/
... ...
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>agent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
... ...
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="src/main/webapp"/>
<classpathentry kind="src" path="target/m2e-wtp/web-resources"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes>
<attribute name="hide" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="output" path=""/>
</classpath>
... ...
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
... ...
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
... ...
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
... ...
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ROOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<property name="context-root" value="ROOT"/>
<property name="java-output-path" value="/agent/target/classes"/>
</wb-module>
</project-modules>
... ...
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.7"/>
<installed facet="jst.web" version="3.0"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
... ...
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
... ...
Window
\ No newline at end of file
... ...
disabled=06target
eclipse.preferences.version=1
... ...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.airport</groupId>
<artifactId>agent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>war</packaging>
<!-- 设定除中央仓库 (repo1.maven.org/maven2/)外的其他仓库,按设定顺序进行查询,如有Nexus私服, 取消注释并指向正确的服务器地址 -->
<repositories>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.airport</groupId>
<artifactId>agent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>war</packaging>
<!-- 设定除中央仓库 (repo1.maven.org/maven2/)外的其他仓库,按设定顺序进行查询,如有Nexus私服, 取消注释并指向正确的服务器地址 -->
<!-- <repositories>
<repository>
<id>public</id>
<name>Public Repositories</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
<name>Public Repositories</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
<!-- 主要依赖库版本定义 -->
<properties>
<servlet.version>3.0.1</servlet.version>
<jstl.version>1.2</jstl.version>
<jetty.version>6.1.10</jetty.version>
<junit.version>4.12</junit.version>
<spring.version>4.2.4.RELEASE</spring.version>
<spring-datajpa.version>1.9.2.RELEASE</spring-datajpa.version>
<hibernate.version>5.0.6.Final</hibernate.version>
<guava.version>19.0</guava.version>
<mysql-jdbc.version>5.1.38</mysql-jdbc.version>
<druid.version>1.0.16</druid.version>
<ehcache.version>2.6.8</ehcache.version>
<slf4j.version>1.7.13</slf4j.version>
<log4j.version>2.5</log4j.version>
<jackson.version>2.6.4</jackson.version>
<commons-lang3.version>3.4</commons-lang3.version>
<commons-fileupload.version>1.3.1</commons-fileupload.version>
<commons-codec.version>1.10</commons-codec.version>
<shiro.version>1.2.3</shiro.version>
<cxf.version>2.7.5</cxf.version>
<patchca.version>0.5.0</patchca.version>
<jxl.version>2.6.12</jxl.version>
<poi.version>3.14</poi.version>
<velocity.version>1.7</velocity.version>
<!-- Plugin的属性定义 -->
</repositories> -->
<!-- 主要依赖库版本定义 -->
<properties>
<servlet.version>3.0.1</servlet.version>
<jstl.version>1.2</jstl.version>
<jetty.version>6.1.10</jetty.version>
<junit.version>4.12</junit.version>
<spring.version>4.2.4.RELEASE</spring.version>
<spring-datajpa.version>1.9.2.RELEASE</spring-datajpa.version>
<hibernate.version>5.0.6.Final</hibernate.version>
<guava.version>19.0</guava.version>
<mysql-jdbc.version>5.1.38</mysql-jdbc.version>
<druid.version>1.0.16</druid.version>
<ehcache.version>2.6.8</ehcache.version>
<slf4j.version>1.7.13</slf4j.version>
<log4j.version>2.5</log4j.version>
<jackson.version>2.6.4</jackson.version>
<commons-lang3.version>3.4</commons-lang3.version>
<commons-fileupload.version>1.3.1</commons-fileupload.version>
<commons-codec.version>1.10</commons-codec.version>
<shiro.version>1.2.3</shiro.version>
<cxf.version>2.7.5</cxf.version>
<patchca.version>0.5.0</patchca.version>
<jxl.version>2.6.12</jxl.version>
<poi.version>3.14</poi.version>
<velocity.version>1.7</velocity.version>
<!-- Plugin的属性定义 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.7</jdk.version>
</properties>
<dependencies>
<!-- Apache CXF -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${cxf.version}</version>
</dependency>
<!-- Servlet Runtime -->
<dependency>
</properties>
<dependencies>
<!-- Apache CXF -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${cxf.version}</version>
</dependency>
<!-- Servlet Runtime -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.16</version>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.16</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.apache</groupId>-->
<!--<artifactId>ant-zip</artifactId>-->
<!--<version>4.0</version>-->
<!--</dependency>-->
<!-- junit -->
<!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
</dependency>
<!-- junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<!-- commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<!-- guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<!-- log -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- spring framework -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
<!-- spring framework -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- spring webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0</version>
</dependency>
<!-- spring data jpa -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>${spring-datajpa.version}</version>
</dependency>
<!-- spring test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<!-- jpa implements hibernate -->
<dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- spring webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0</version>
</dependency>
<!-- spring data jpa -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>${spring-datajpa.version}</version>
</dependency>
<!-- spring test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<!-- jpa implements hibernate -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<version>${hibernate.version}</version>
</dependency>
<!-- mysql-connector -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-jdbc.version}</version>
</dependency>
<!-- druid connection pool -->
<dependency>
<!-- druid connection pool -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>${druid.version}</version>
</dependency>
<!-- jackson -->
<dependency>
<!-- jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
... ... @@ -262,43 +268,43 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
<!-- commons -->
<!-- commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>
<!-- ehcache -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<artifactId>ehcache-core</artifactId>
<version>${ehcache.version}</version>
</dependency>
<!-- shiro -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
... ... @@ -310,183 +316,168 @@
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-quartz</artifactId>
<version>${shiro.version}</version>
</dependency>
<!-- shiro cas 单点登录 -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
<version>1.2.3</version>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>net.pusuo</groupId>
<artifactId>patchca</artifactId>
<version>${patchca.version}</version>
</dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-quartz</artifactId>
<version>${shiro.version}</version>
</dependency>
<!-- shiro cas 单点登录 -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
<version>1.2.3</version>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>net.pusuo</groupId>
<artifactId>patchca</artifactId>
<version>${patchca.version}</version>
</dependency>
<!-- oracle jdbc 驱动 -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4.0-atlassian-hosted</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>${jxl.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poi.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.activation/activation -->
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.14</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</dependency>
<!-- velocity 模板 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<version>2.0</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxws -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.7.11</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
<!-- 配置文件 -->
<profiles>
<!-- 本地开发环境 -->
<profile>
<id>dev</id>
<properties>
<package.environment>dev</package.environment>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<!-- 测试环境 -->
<profile>
<id>test</id>
<properties>
<package.environment>test</package.environment>
</properties>
</profile>
<!-- 生产环境 -->
<profile>
<id>product</id>
<properties>
<package.environment>product</package.environment>
</properties>
</profile>
</profiles>
<build>
<finalName>ROOT</finalName>
<plugins>
<!-- 编译插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
<!-- Jetty 插件配置测试环境 -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.8.v20150217</version>
<configuration>
<httpConnector>
<port>8081</port>
</httpConnector>
<scanIntervalSeconds>0</scanIntervalSeconds>
</configuration>
</plugin>
<!-- Maven 打包插件
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
<webResources>
<resource>
<directory>src/main/resoreces/conf/${package.environment}</directory>
<targetPath>WEB-INF/classes</targetPath>
<filtering>true</filtering>
</resource>
</webResources>
</configuration>
</plugin>-->
</plugins>
</build>
<modules>
<module>?</module>
</modules>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4.0-atlassian-hosted</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>${jxl.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poi.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.activation/activation -->
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.14</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</dependency>
<!-- velocity 模板 -->
<!-- <dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
</dependency> -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<version>2.0</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.7</version>
</dependency>
</dependencies>
<!-- 配置文件 -->
<profiles>
<!-- 本地开发环境 -->
<profile>
<id>dev</id>
<properties>
<package.environment>dev</package.environment>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<!-- 测试环境 -->
<profile>
<id>test</id>
<properties>
<package.environment>test</package.environment>
</properties>
</profile>
<!-- 生产环境 -->
<profile>
<id>product</id>
<properties>
<package.environment>product</package.environment>
</properties>
</profile>
</profiles>
<build>
<finalName>ROOT</finalName>
<plugins>
<!-- 编译插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
<!-- Jetty 插件配置测试环境 -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.8.v20150217</version>
<configuration>
<httpConnector>
<port>8081</port>
</httpConnector>
<scanIntervalSeconds>0</scanIntervalSeconds>
</configuration>
</plugin>
<!-- Maven 打包插件 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId>
<version>3.1.0</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor>
</archive> <webResources> <resource> <directory>src/main/resoreces/conf/${package.environment}</directory>
<targetPath>WEB-INF/classes</targetPath> <filtering>true</filtering> </resource>
</webResources> </configuration> </plugin> -->
</plugins>
</build>
<!-- <modules> <module>?</module> </modules> -->
</project>
\ No newline at end of file
... ...
不能预览此文件类型
不能预览此文件类型
... ... @@ -8,15 +8,25 @@ import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import com.agent.entity.agent.BasicAgentEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.agent.controller.BasicController;
import com.agent.entity.agent.BillCheckEntity;
import com.agent.entity.agent.MakeHawbEntity;
import com.agent.entity.agent.MakeMawbEntity;
import com.agent.service.agent.*;
import com.agent.entity.agent.PubStationEntity;
import com.agent.service.agent.BasicAgentService;
import com.agent.service.agent.BillCheckService;
import com.agent.service.agent.MakeHawbService;
import com.agent.service.agent.MakeMawbService;
import com.agent.service.agent.PubStationService;
import com.agent.util.HttpJsonMsg;
import com.agent.vo.ResponseModel;
import com.alibaba.fastjson.JSONObject;
import com.framework.shiro.SessionUtil;
import com.framework.util.DateFormat;
import billcheckservice.BillCheckServiceProxy;
... ... @@ -26,19 +36,6 @@ import billcheckservice.ReturnRecode;
import tools.BillCheckReturnData;
import tools.DataSerieal;
import org.apache.commons.lang.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.apache.shiro.authz.annotation.RequiresRoles;
import org.apache.struts.util.RequestUtils;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.agent.controller.BasicController;
import com.agent.entity.agent.PubStationEntity;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
/**
* 账单核审
* @author 61004
... ...
package com.agent.controller.agent;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.ModelAndView;
import com.agent.controller.BasicController;
import com.agent.entity.Constant;
import com.agent.entity.agent.*;
import com.agent.entity.system.UserEntity;
import com.agent.service.agent.*;
import com.agent.entity.agent.BasicAgentEntity;
import com.agent.entity.agent.ConsigneeEntity;
import com.agent.entity.agent.DeliveryInfoEntity;
import com.agent.entity.agent.HawbOtherFeeEntity;
import com.agent.entity.agent.MakeHawbEntity;
import com.agent.entity.agent.MakeMawbEntity;
import com.agent.entity.agent.MawbOtherFeeEntity;
import com.agent.entity.agent.PackageTypeEntity;
import com.agent.entity.agent.PubStationEntity;
import com.agent.service.agent.BasicAgentService;
import com.agent.service.agent.ConsigneeService;
import com.agent.service.agent.DeliveryInfoService;
import com.agent.service.agent.HawbOtherFeeService;
import com.agent.service.agent.MakeHawbService;
import com.agent.service.agent.MakeMawbService;
import com.agent.service.agent.MawbOtherFeeService;
import com.agent.service.agent.PackageSizeService;
import com.agent.service.agent.PackageTypeService;
import com.agent.service.agent.PubStationService;
import com.agent.util.HttpJsonMsg;
import com.agent.vo.ResponseModel;
import com.agent.xml.bill.*;
import com.agent.xml.bill.ApplicableFreightRateServiceChargeXml;
import com.agent.xml.bill.ApplicableLogisticsAllowanceChargeXml;
import com.agent.xml.bill.ApplicableTradeCurrencyExchangeXml;
import com.agent.xml.bill.AssociatedPartyXml;
import com.agent.xml.bill.AssociatedUnitLoadTransportEquipmentXml;
import com.agent.xml.bill.BillHeadXml;
import com.agent.xml.bill.BillXmlBody;
import com.agent.xml.bill.ConsignorPartyXml;
import com.agent.xml.bill.DepartureEventXml;
import com.agent.xml.bill.DirectTelephoneCommunicationXml;
import com.agent.xml.bill.EventTimeXml;
import com.agent.xml.bill.HandlingInstructionsXml;
import com.agent.xml.bill.IncludedMasterConsignmentItemXml;
import com.agent.xml.bill.LinearSpatialDimensionXml;
import com.agent.xml.bill.MasterConsignmentXml;
import com.agent.xml.bill.NatureIdentificationTransportCargoXml;
import com.agent.xml.bill.OccurrenceArrivalLocationXml;
import com.agent.xml.bill.OperatingPartyXml;
import com.agent.xml.bill.PostalStructuredAddressXml;
import com.agent.xml.bill.ReportedStatusXml;
import com.agent.xml.bill.SignatoryCarrierAuthenticationXml;
import com.agent.xml.bill.SpecifiedLogisticsTransportMovementXml;
import com.agent.xml.bill.TransportLogisticsPackageXml;
import com.agent.xml.common.IDXml;
import com.agent.xml.common.NameXml;
import com.agent.xml.common.XmlUtil;
... ... @@ -20,29 +80,6 @@ import com.plugin.easyui.EasyPage;
import tools.Tools;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.apache.shiro.authz.annotation.RequiresRoles;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.ModelAndView;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
* Created by cohesion on 2017/3/29.
*/
... ... @@ -52,7 +89,6 @@ public class BillController extends BasicController{
private static final Logger logger = LoggerFactory.getLogger(BillController.class);
@Resource
private MakeMawbService makeMawbService;
... ...
package com.agent.controller.agent;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
... ... @@ -14,9 +13,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
import com.agent.controller.BasicController;
import com.agent.entity.agent.ConsigneeEntity;
import com.agent.entity.agent.ConsigneeInfo;
import com.agent.service.agent.ConsigneeService;
import com.agent.service.agent.PubStationService;
import com.agent.util.HttpJsonMsg;
import com.agent.vo.ResponseModel;
import com.framework.core.Servlets;
... ...
package com.agent.controller.agent;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.agent.controller.BasicController;
import com.agent.entity.agent.ConsignorEntity;
import com.agent.service.agent.ConsignorService;
import com.agent.vo.ResponseModel;
import tools.Tools;
/**
*
* Depiction: 发货人控制器
* <p>
* Modify:
* <p>
* Author: William Lynn
* <p>
* Create Date:2018年5月28日 下午2:24:33
*
*/
@Controller
@RequestMapping(value = "/consignor")
public class ConsignorController extends BasicController {
@Resource
private ConsignorService service;
@RequestMapping(value = "/getall")
@ResponseBody
public ResponseModel getAll(HttpServletRequest request) {
ResponseModel model = new ResponseModel(200, "", null);
List<ConsignorEntity> dataList = service.findAllByUserId(Tools.getUserId());
if (dataList == null || dataList.size() == 0) {
model = new ResponseModel(404, "", null);
} else {
model = new ResponseModel(200, "", null);
}
model.setData(dataList);
return model;
}
}
... ...
... ... @@ -659,7 +659,6 @@ public class DeliveryInfoController extends BasicController{
reop.setSpecifiedLocation(spe);
mas.setReportedstatus(reop);
String xml = XmlUtil.convertToXml2(mas, path);
... ...
... ... @@ -4,8 +4,6 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import com.agent.imf.agent.IMFServletManifst;
@Controller
public class LayoutController {
... ...
... ... @@ -20,7 +20,7 @@ public class Constant {
public final static SimpleDateFormat dateTimeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
//日期格式化
public final static SimpleDateFormat dateTimeFormatnumber = new SimpleDateFormat("yyyyMMddHHmmss");
public final static SimpleDateFormat dateTimeFormatnumber = new SimpleDateFormat("yyyyMMddHHmmssSSS");
//包装尺寸类型 - 交运
public final static String packageSizeDelivery = "DELIVERY";
... ...
... ... @@ -13,59 +13,61 @@ import javax.persistence.Table;
*/
@Entity
@Table(name = "PUB_CONSIGNEE")
public class ConsigneeEntity extends BasicEntity{
/**
* 简称
*/
private String code;
public class ConsigneeEntity extends BasicEntity {
/**
* 全称
*/
private String name;
/**
* 简称
*/
private String code;
/**
* 地址
*/
private String address;
/**
* 全称
*/
private String name;
/**
* 电话
*/
private String tel;
/**
* 地址
*/
private String address;
/**
* 电话
*/
private String tel;
@Column(name = "CODE")
public String getCode() {
return code;
}
@Column(name = "CODE")
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
@Column(name = "NAME")
public String getName() {
return name;
}
public void setCode(String code) {
this.code = code;
}
public void setName(String name) {
this.name = name;
}
@Column(name = "ADDRESS")
public String getAddress() {
return address;
}
@Column(name = "NAME")
public String getName() {
return name;
}
public void setAddress(String address) {
this.address = address;
}
@Column(name = "TEL")
public String getTel() {
return tel;
}
public void setName(String name) {
this.name = name;
}
public void setTel(String tel) {
this.tel = tel;
}
@Column(name = "ADDRESS")
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
@Column(name = "TEL")
public String getTel() {
return tel;
}
public void setTel(String tel) {
this.tel = tel;
}
}
... ...
package com.agent.entity.agent;
public class ConsigneeInfo {
public class ConsigneeInfo {
private String id;
private String sh_company; //公司
private String sh_address; //地址
private String sh_zipcode; //邮编
private String city; //城市
private String deltaname; //州名
private String country; //国家代码
private String telephone; //电话
private String sh_fax; //传真
private String sh_name; //收货人姓名
private String sh_provincename; //身份名称
private String sh_provincecode; //身份代码
private String sh_company; // 公司
private String sh_address; // 地址
private String sh_zipcode; // 邮编
private String city; // 城市
private String deltaname; // 州名
private String country; // 国家代码
private String telephone; // 电话
private String sh_fax; // 传真
private String sh_name; // 收货人姓名
private String sh_provincename; // 省份名称
private String sh_provincecode; // 省份代码
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getSh_company() {
return sh_company;
}
public void setSh_company(String sh_company) {
this.sh_company = sh_company;
}
public String getSh_address() {
return sh_address;
}
public void setSh_address(String sh_address) {
this.sh_address = sh_address;
}
public String getSh_zipcode() {
return sh_zipcode;
}
public void setSh_zipcode(String sh_zipcode) {
this.sh_zipcode = sh_zipcode;
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getDeltaname() {
return deltaname;
}
public void setDeltaname(String deltaname) {
this.deltaname = deltaname;
}
public String getCountry() {
return country;
}
public void setCountry(String country) {
this.country = country;
}
public String getTelephone() {
return telephone;
}
public void setTelephone(String telephone) {
this.telephone = telephone;
}
public String getSh_fax() {
return sh_fax;
}
public void setSh_fax(String sh_fax) {
this.sh_fax = sh_fax;
}
public String getSh_name() {
return sh_name;
}
public void setSh_name(String sh_name) {
this.sh_name = sh_name;
}
public String getSh_provincename() {
return sh_provincename;
}
public void setSh_provincename(String sh_provincename) {
this.sh_provincename = sh_provincename;
}
public String getSh_provincecode() {
return sh_provincecode;
}
public void setSh_provincecode(String sh_provincecode) {
this.sh_provincecode = sh_provincecode;
}
... ...
package com.agent.entity.agent;
import javax.persistence.Entity;
import javax.persistence.Table;
import com.agent.entity.BasicEntity;
/**
*
* Depiction: 发货人表
* <p>
* Modify:
* <p>
* Author: William Lynn
* <p>
* Create Date:2018年5月28日 下午2:05:28
*
*/
@Entity
@Table(name = "CONSIGNOR")
public class ConsignorEntity extends BasicEntity {
private String shpcusid;// 发货人代码
/**
* 发货人aeo
*/
private String shpaeo;
/**
* 发货人公司
*/
private String co_company;
/**
* 发货人地址
*/
private String co_address;
/**
* 发货人邮编
*/
private String co_zipcode;
/**
* 发货人城市
*/
private String co_city;
/**
* 发货人洲名
*/
private String co_deltaname;
/**
* 发货人国家名字
*/
private String co_country;
/**
* 发货人电话
*/
private String co_telephone;
/**
* 发货人传真
*/
private String co_fax;
/**
* 发货人名字
*/
private String co_name;
private String co_provincecode;
public String getCo_company() {
return co_company;
}
public void setCo_company(String co_company) {
this.co_company = co_company;
}
public String getCo_address() {
return co_address;
}
public void setCo_address(String co_address) {
this.co_address = co_address;
}
public String getCo_zipcode() {
return co_zipcode;
}
public void setCo_zipcode(String co_zipcode) {
this.co_zipcode = co_zipcode;
}
public String getCo_city() {
return co_city;
}
public void setCo_city(String co_city) {
this.co_city = co_city;
}
public String getCo_deltaname() {
return co_deltaname;
}
public void setCo_deltaname(String co_deltaname) {
this.co_deltaname = co_deltaname;
}
public String getCo_country() {
return co_country;
}
public void setCo_country(String co_country) {
this.co_country = co_country;
}
public String getCo_telephone() {
return co_telephone;
}
public void setCo_telephone(String co_telephone) {
this.co_telephone = co_telephone;
}
public String getCo_fax() {
return co_fax;
}
public void setCo_fax(String co_fax) {
this.co_fax = co_fax;
}
public String getCo_name() {
return co_name;
}
public void setCo_name(String co_name) {
this.co_name = co_name;
}
public String getShpcusid() {
return shpcusid;
}
public void setShpcusid(String shpcusid) {
this.shpcusid = shpcusid;
}
public String getShpaeo() {
return shpaeo;
}
public void setShpaeo(String shpaeo) {
this.shpaeo = shpaeo;
}
public String getCo_provincecode() {
return co_provincecode;
}
public void setCo_provincecode(String co_provincecode) {
this.co_provincecode = co_provincecode;
}
// 该函数主要用于List的contains
public boolean equals(Object mme) {
if (mme != null) {
ConsignorEntity me = (ConsignorEntity) mme;
if (me.getCo_company().equalsIgnoreCase(this.getCo_company())) {
return true;
}
}
return false;
}
}
... ...
... ... @@ -228,10 +228,8 @@
// }
//}
package com.agent.entity.agent;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
... ... @@ -249,816 +247,937 @@ import com.agent.entity.BasicEntity;
*/
@Entity
@Table(name = "MANIFEST")
public class ManifestEntity extends BasicEntity{
/**
* 航班号
*/
private String flightno;
/**
* 航班日期
*/
private Date flightdate;
/**
* 起始地
*/
private String originatingstation;
/**
* 目的地
*/
private String destinationstation;
/**
* 主单号
*/
private String waybillnomaster;
/**
* 总重量
*/
private String totalweight;
/**
* 总件数
*/
private String totalpiece;
/**
* 舱单件数
*/
private String preparetotalpiece;
/**
* 舱单重量
*/
private String preparetotalweight;
/**
* 代理人代码
*/
private String agentcompanycode;
/**
* 装载日期
*/
private Date stowagedate;
/**
* 状态
*/
private Integer status;
/**
* 承运人
*/
private String carrier;
/**
* 海关状态
*/
private String customsstatus;
/**
* 付费方式
*/
private String paymode;
/**
* 特货代码
*/
private String specialgoodscode;
/**
* 海关关区
*/
private String customscode;
/**
* 代理人
*/
private String agentman;
/**
* 代理人公司
*/
private String agentcompany;
/**
* 回执信息
*/
private String receiptinformation;
/**
* 创建日期
*/
private Date createdate;
/**
* 货物描述
*/
private String productname;
/**
* UN编号
*/
private String unnumber;
/**
* 危险品类别
*/
private String category;
/**
* 收货人公司
*/
private String sh_company;
/**
* 收货人地址
*/
private String sh_address;
/**
* 收货人邮编
*/
private String sh_zipcode;
/**
* 收货人城市
*/
private String sh_city;
/**
* 收货人洲名
*/
private String sh_deltaname;
/**
* 收货人国家名字
*/
private String sh_country;
/**
* 收货人电话
*/
private String sh_telephone;
/**
* 收货人传真
*/
private String sh_fax;
/**
* 收货人名字
*/
private String sh_name;
/**
* 发货人公司
*/
private String co_company;
/**
* 发货人地址
*/
private String co_address;
/**
* 发货人邮编
*/
private String co_zipcode;
/**
* 发货人城市
*/
private String co_city;
/**
* 发货人洲名
*/
private String co_deltaname;
/**
* 发货人国家名字
*/
private String co_country;
/**
* 发货人电话
*/
private String co_telephone;
/**
* 发货人传真
*/
private String co_fax;
/**
* 发货人名字
*/
private String co_name;
/**
* 到达站
*/
private String reach_station;
/**
* 承运人
*/
private String carrier1;
/**
* 到达站
*/
private String reach_station1;
/**
* 承运人
*/
private String carrier2;
/**
* 到达站
*/
private String reach_station2;
/**
* 货物品名
*/
private String name_ofgoods;
/**
* 交运货站
*/
private String delivery_station;
/**
* 收货人省份代码
*/
private String sh_provincecode;
/**
* 收货人省份
*/
private String sh_provincename;
/**
* 交运件数
*/
private String de_number;
/**
* 交运重量
*/
private String de_weight;
/**
* 交运计费重量
*/
private String de_chweight;
/**
* 交运体尺寸
*/
private String de_size;
/**
* 交运体积
*/
private String de_volume;
/**
* 交运类型
*/
private String de_type;
/**
* 交运中转站
*/
private String de_trstation;
/**
* 交运包装信息
*/
private String de_packing;
/**
* 交运备注
*/
private String de_remarks;
/**
* 交运发送状态 1发送
*/
private Integer de_ids;
/*
* 回执代码
*/
private String response_code;
/*
* 回执状态文本
*/
private String response_text;
private Long save_time;
private Long USER_ID; //报文所属的用户id
public Long getUSER_ID() {
return USER_ID;
}
public void setUSER_ID(Long uSER_ID) {
USER_ID = uSER_ID;
}
@Column(name = "SAVE_TIME")
public Long getSave_time() {
return save_time;
}
public void setSave_time(Long save_time) {
this.save_time = save_time;
}
@Column(name = "RESPONSE_CODE")
public String getResponse_code() {
return response_code;
}
public void setResponse_code(String response_code) {
this.response_code = response_code;
}
@Column(name = "RESPONSE_TEXT")
public String getResponse_text() {
return response_text;
}
public void setResponse_text(String response_text) {
this.response_text = response_text;
}
@Column(name = "DE_IDS")
public Integer getDe_ids() {
return de_ids;
}
public void setDe_ids(Integer de_ids) {
this.de_ids = de_ids;
}
@Column(name = "DE_NUMBER")
public String getDe_number() {
return de_number;
}
public void setDe_number(String de_number) {
this.de_number = de_number;
}
@Column(name = "DE_WEIGHT")
public String getDe_weight() {
return de_weight;
}
public void setDe_weight(String de_weight) {
this.de_weight = de_weight;
}
@Column(name = "DE_CHWEIGHT")
public String getDe_chweight() {
return de_chweight;
}
public void setDe_chweight(String de_chweight) {
this.de_chweight = de_chweight;
}
@Column(name = "DE_SIZE")
public String getDe_size() {
return de_size;
}
public void setDe_size(String de_size) {
this.de_size = de_size;
}
@Column(name = "DE_VOLUME")
public String getDe_volume() {
return de_volume;
}
public void setDe_volume(String de_volume) {
this.de_volume = de_volume;
}
@Column(name = "DE_TYPE")
public String getDe_type() {
return de_type;
}
public void setDe_type(String de_type) {
this.de_type = de_type;
}
@Column(name = "DE_TRSTATION")
public String getDe_trstation() {
return de_trstation;
}
public void setDe_trstation(String de_trstation) {
this.de_trstation = de_trstation;
}
@Column(name = "DE_PACKING")
public String getDe_packing() {
return de_packing;
}
public void setDe_packing(String de_packing) {
this.de_packing = de_packing;
}
@Column(name = "DE_REMARKS")
public String getDe_remarks() {
return de_remarks;
}
public void setDe_remarks(String de_remarks) {
this.de_remarks = de_remarks;
}
@Column(name = "SH_PROVINCECODE")
public String getSh_provincecode() {
return sh_provincecode;
}
public void setSh_provincecode(String sh_provincecode) {
this.sh_provincecode = sh_provincecode;
}
@Column(name = "SH_PROVINCENAME")
public String getSh_provincename() {
return sh_provincename;
}
public void setSh_provincename(String sh_provincename) {
this.sh_provincename = sh_provincename;
}
@Column(name = "FLIGHTNO")
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno;
}
@Column(name = "FLIGHTDATE")
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
@Column(name = "ORIGINATINGSTATION")
public String getOriginatingstation() {
return originatingstation;
}
public void setOriginatingstation(String originatingstation) {
this.originatingstation = originatingstation;
}
@Column(name = "DESTINATIONSTATION")
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation;
}
@Column(name = "WAYBILLNOMASTER")
public String getWaybillnomaster() {
return waybillnomaster;
}
public void setWaybillnomaster(String waybillnomaster) {
this.waybillnomaster = waybillnomaster;
}
@Column(name = "TOTALWEIGHT")
public String getTotalweight() {
return totalweight;
}
public void setTotalweight(String totalweight) {
this.totalweight = totalweight;
}
@Column(name = "TOTALPIECE")
public String getTotalpiece() {
return totalpiece;
}
public void setTotalpiece(String totalpiece) {
this.totalpiece = totalpiece;
}
@Column(name = "PREPARETOTALPIECE")
public String getPreparetotalpiece() {
return preparetotalpiece;
}
public void setPreparetotalpiece(String preparetotalpiece) {
this.preparetotalpiece = preparetotalpiece;
}
@Column(name = "PREPARETOTALWEIGHT")
public String getPreparetotalweight() {
return preparetotalweight;
}
public void setPreparetotalweight(String preparetotalweight) {
this.preparetotalweight = preparetotalweight;
}
@Column(name = "AGENTCOMPANYCODE")
public String getAgentcompanycode() {
return agentcompanycode;
}
public void setAgentcompanycode(String agentcompanycode) {
this.agentcompanycode = agentcompanycode;
}
@Column(name = "STOWAGEDATE")
public Date getStowagedate() {
return stowagedate;
}
public void setStowagedate(Date stowagedate) {
//System.out.println(stowagedate);
this.stowagedate = stowagedate;
//this.stowagedate = new Date();
}
public static Date getStowagedate(String datestr){
if(datestr == null)
return null;
String strFormat = "yyyyMMddHHmmss";
if(datestr.indexOf(":") < 0){
strFormat = "yyyy-MM-dd";
}
SimpleDateFormat sdf = new SimpleDateFormat(strFormat);
try {
return sdf.parse(datestr);
} catch (ParseException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
public class ManifestEntity extends BasicEntity {
private String unlodingcode;// 卸货地代码
private String cnecusid;// 收货人代码
private String shpcusid;// 发货人代码
/**
* 发货人aeo
*/
private String shpaeo;
/**
* 收货人aeo
*/
private String cneaeo;
/**
* 航班号
*/
private String flightno;
/**
* 航班日期
*/
private Date flightdate;
/**
* 起始地
*/
private String originatingstation;
/**
* 目的地
*/
private String destinationstation;
/**
* 主单号
*/
private String waybillnomaster;
/**
* 总重量
*/
private String totalweight;
/**
* 总件数
*/
private String totalpiece;
/**
* 舱单件数
*/
private String preparetotalpiece;
/**
* 舱单重量
*/
private String preparetotalweight;
/**
* 代理人代码
*/
private String agentcompanycode;
/**
* 装载日期
*/
private Date stowagedate;
/**
* 状态
*/
private Integer status;
/**
* 承运人
*/
private String carrier;
/**
* 海关状态
*/
private String customsstatus;
/**
* 付费方式
*/
private String paymode;
/**
* 特货代码
*/
private String specialgoodscode;
/**
* 海关关区
*/
private String customscode;
/**
* 代理人
*/
private String agentman;
/**
* 代理人公司
*/
private String agentcompany;
/**
* 回执信息
*/
private String receiptinformation;
/**
* 创建日期
*/
private Date createdate;
/**
* 货物描述
*/
private String productname;
/**
* UN编号
*/
private String unnumber;
/**
* 危险品类别
*/
private String category;
/**
* 收货人公司
*/
private String sh_company;
/**
* 收货人地址
*/
private String sh_address;
/**
* 收货人邮编
*/
private String sh_zipcode;
/**
* 收货人城市
*/
private String sh_city;
/**
* 收货人洲名
*/
private String sh_deltaname;
/**
* 收货人国家名字
*/
private String sh_country;
/**
* 收货人电话
*/
private String sh_telephone;
/**
* 收货人传真
*/
private String sh_fax;
/**
* 收货人名字
*/
private String sh_name;
/**
* 发货人公司
*/
private String co_company;
/**
* 发货人地址
*/
private String co_address;
/**
* 发货人邮编
*/
private String co_zipcode;
/**
* 发货人城市
*/
private String co_city;
/**
* 发货人洲名
*/
private String co_deltaname;
/**
* 发货人国家名字
*/
private String co_country;
/**
* 发货人电话
*/
private String co_telephone;
/**
* 发货人传真
*/
private String co_fax;
/**
* 发货人名字
*/
private String co_name;
/**
* 到达站
*/
private String reach_station;
/**
* 承运人
*/
private String carrier1;
/**
* 到达站
*/
private String reach_station1;
/**
* 承运人
*/
private String carrier2;
/**
* 到达站
*/
private String reach_station2;
/**
* 货物品名
*/
private String name_ofgoods;
/**
* 交运货站
*/
private String delivery_station;
/**
* 收货人省份代码
*/
private String sh_provincecode;
/**
* 收货人省份
*/
private String sh_provincename;
/**
* 交运件数
*/
private String de_number;
/**
* 交运重量
*/
private String de_weight;
/**
* 交运计费重量
*/
private String de_chweight;
/**
* 交运体尺寸
*/
private String de_size;
/**
* 交运体积
*/
private String de_volume;
/**
* 交运类型
*/
private String de_type;
/**
* 交运中转站
*/
private String de_trstation;
/**
* 交运包装信息
*/
private String de_packing;
/**
* 交运备注
*/
private String de_remarks;
/**
* 交运发送状态 1发送
*/
private Integer de_ids;
/*
* 回执代码
*/
private String response_code;
/*
* 回执状态文本
*/
private String response_text;
private Long save_time;
private Long USER_ID; // 报文所属的用户id
public String getUnlodingcode() {
return unlodingcode;
}
public void setUnlodingcode(String unlodingcode) {
this.unlodingcode = unlodingcode;
}
public String getCnecusid() {
return cnecusid;
}
public void setCnecusid(String cnecusid) {
this.cnecusid = cnecusid;
}
public String getShpcusid() {
return shpcusid;
}
public void setShpcusid(String shpcusid) {
this.shpcusid = shpcusid;
}
public String getShpaeo() {
return shpaeo;
}
public void setShpaeo(String shpaeo) {
this.shpaeo = shpaeo;
}
public String getCneaeo() {
return cneaeo;
}
public void setCneaeo(String cneaeo) {
this.cneaeo = cneaeo;
}
public Long getUSER_ID() {
return USER_ID;
}
public void setUSER_ID(Long uSER_ID) {
USER_ID = uSER_ID;
}
@Column(name = "SAVE_TIME")
public Long getSave_time() {
return save_time;
}
public void setSave_time(Long save_time) {
this.save_time = save_time;
}
@Column(name = "RESPONSE_CODE")
public String getResponse_code() {
return response_code;
}
public void setResponse_code(String response_code) {
this.response_code = response_code;
}
@Column(name = "RESPONSE_TEXT")
public String getResponse_text() {
return response_text;
}
public void setResponse_text(String response_text) {
this.response_text = response_text;
}
@Column(name = "DE_IDS")
public Integer getDe_ids() {
return de_ids;
}
public void setDe_ids(Integer de_ids) {
this.de_ids = de_ids;
}
@Column(name = "DE_NUMBER")
public String getDe_number() {
return de_number;
}
public void setDe_number(String de_number) {
this.de_number = de_number;
}
@Column(name = "DE_WEIGHT")
public String getDe_weight() {
return de_weight;
}
public void setDe_weight(String de_weight) {
this.de_weight = de_weight;
}
@Column(name = "DE_CHWEIGHT")
public String getDe_chweight() {
return de_chweight;
}
public void setDe_chweight(String de_chweight) {
this.de_chweight = de_chweight;
}
@Column(name = "DE_SIZE")
public String getDe_size() {
return de_size;
}
public void setDe_size(String de_size) {
this.de_size = de_size;
}
@Column(name = "DE_VOLUME")
public String getDe_volume() {
return de_volume;
}
public void setDe_volume(String de_volume) {
this.de_volume = de_volume;
}
@Column(name = "DE_TYPE")
public String getDe_type() {
return de_type;
}
public void setDe_type(String de_type) {
this.de_type = de_type;
}
@Column(name = "DE_TRSTATION")
public String getDe_trstation() {
return de_trstation;
}
public void setDe_trstation(String de_trstation) {
this.de_trstation = de_trstation;
}
@Column(name = "DE_PACKING")
public String getDe_packing() {
return de_packing;
}
public void setDe_packing(String de_packing) {
this.de_packing = de_packing;
}
@Column(name = "DE_REMARKS")
public String getDe_remarks() {
return de_remarks;
}
public void setDe_remarks(String de_remarks) {
this.de_remarks = de_remarks;
}
@Column(name = "SH_PROVINCECODE")
public String getSh_provincecode() {
return sh_provincecode;
}
public void setSh_provincecode(String sh_provincecode) {
this.sh_provincecode = sh_provincecode;
}
@Column(name = "SH_PROVINCENAME")
public String getSh_provincename() {
return sh_provincename;
}
public void setSh_provincename(String sh_provincename) {
this.sh_provincename = sh_provincename;
}
@Column(name = "FLIGHTNO")
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno;
}
@Column(name = "FLIGHTDATE")
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
@Column(name = "ORIGINATINGSTATION")
public String getOriginatingstation() {
return originatingstation;
}
public void setOriginatingstation(String originatingstation) {
this.originatingstation = originatingstation;
}
@Column(name = "DESTINATIONSTATION")
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation;
}
@Column(name = "WAYBILLNOMASTER")
public String getWaybillnomaster() {
return waybillnomaster;
}
public void setWaybillnomaster(String waybillnomaster) {
this.waybillnomaster = waybillnomaster;
}
@Column(name = "TOTALWEIGHT")
public String getTotalweight() {
return totalweight;
}
public void setTotalweight(String totalweight) {
this.totalweight = totalweight;
}
@Column(name = "TOTALPIECE")
public String getTotalpiece() {
return totalpiece;
}
public void setTotalpiece(String totalpiece) {
this.totalpiece = totalpiece;
}
@Column(name = "PREPARETOTALPIECE")
public String getPreparetotalpiece() {
return preparetotalpiece;
}
public void setPreparetotalpiece(String preparetotalpiece) {
this.preparetotalpiece = preparetotalpiece;
}
@Column(name = "PREPARETOTALWEIGHT")
public String getPreparetotalweight() {
return preparetotalweight;
}
public void setPreparetotalweight(String preparetotalweight) {
this.preparetotalweight = preparetotalweight;
}
@Column(name = "AGENTCOMPANYCODE")
public String getAgentcompanycode() {
return agentcompanycode;
}
public void setAgentcompanycode(String agentcompanycode) {
this.agentcompanycode = agentcompanycode;
}
@Column(name = "STOWAGEDATE")
public Date getStowagedate() {
return stowagedate;
}
public void setStowagedate(Date stowagedate) {
// System.out.println(stowagedate);
this.stowagedate = stowagedate;
// this.stowagedate = new Date();
}
public static Date getStowagedate(String datestr) {
if (datestr == null)
return null;
}
@Column(name = "STATUS")
public Integer getStatus() {
return status;
}
public void setStatus(Integer status) {
this.status = status;
}
@Column(name = "CARRIER")
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier;
}
@Column(name = "CUSTOMSSTATUS")
public String getCustomsstatus() {
return customsstatus;
}
public void setCustomsstatus(String customsstatus) {
this.customsstatus = customsstatus;
}
@Column(name = "PAYMODE")
public String getPaymode() {
return paymode;
}
public void setPaymode(String paymode) {
this.paymode = paymode;
}
@Column(name = "SPECIALGOODSCODE")
public String getSpecialgoodscode() {
return specialgoodscode;
}
public void setSpecialgoodscode(String specialgoodscode) {
this.specialgoodscode = specialgoodscode;
}
@Column(name = "CUSTOMSCODE")
public String getCustomscode() {
return customscode;
}
public void setCustomscode(String customscode) {
this.customscode = customscode;
}
@Column(name = "AGENTMAN")
public String getAgentman() {
return agentman;
}
public void setAgentman(String agentman) {
this.agentman = agentman;
}
@Column(name = "AGENTCOMPANY")
public String getAgentcompany() {
return agentcompany;
}
public void setAgentcompany(String agentcompany) {
this.agentcompany = agentcompany;
}
@Column(name = "RECEIPTINFORMATION")
public String getReceiptinformation() {
return receiptinformation;
}
public void setReceiptinformation(String receiptinformation) {
this.receiptinformation = receiptinformation;
}
@Column(name = "CREATEDATE")
public Date getCreatedate() {
return createdate;
}
public void setCreatedate(Date createdate) {
this.createdate = createdate;
}
@Column(name = "PRODUCTNAME")
public String getProductname() {
return productname;
}
public void setProductname(String productname) {
this.productname = productname;
}
@Column(name = "UNNUMBER")
public String getUnnumber() {
return unnumber;
}
public void setUnnumber(String unnumber) {
this.unnumber = unnumber;
}
@Column(name = "CATEGORY")
public String getCategory() {
return category;
}
public void setCategory(String category) {
this.category = category;
}
@Column(name = "SH_COMPANY")
public String getSh_company() {
return sh_company;
}
public void setSh_company(String sh_company) {
this.sh_company = sh_company;
}
@Column(name = "SH_ADDRESS")
public String getSh_address() {
return sh_address;
}
public void setSh_address(String sh_address) {
this.sh_address = sh_address;
}
@Column(name = "SH_ZIPCODE")
public String getSh_zipcode() {
return sh_zipcode;
}
public void setSh_zipcode(String sh_zipcode) {
this.sh_zipcode = sh_zipcode;
}
@Column(name = "SH_CITY")
public String getSh_city() {
return sh_city;
}
public void setSh_city(String sh_city) {
this.sh_city = sh_city;
}
@Column(name = "SH_DELTANAME")
public String getSh_deltaname() {
return sh_deltaname;
}
public void setSh_deltaname(String sh_deltaname) {
this.sh_deltaname = sh_deltaname;
}
@Column(name = "SH_COUNTRY")
public String getSh_country() {
return sh_country;
}
public void setSh_country(String sh_country) {
this.sh_country = sh_country;
}
@Column(name = "SH_TELEPHONE")
public String getSh_telephone() {
return sh_telephone;
}
public void setSh_telephone(String sh_telephone) {
this.sh_telephone = sh_telephone;
}
@Column(name = "SH_FAX")
public String getSh_fax() {
return sh_fax;
}
public void setSh_fax(String sh_fax) {
this.sh_fax = sh_fax;
}
@Column(name = "SH_NAME")
public String getSh_name() {
return sh_name;
}
public void setSh_name(String sh_name) {
this.sh_name = sh_name;
}
@Column(name = "CO_COMPANY")
public String getCo_company() {
return co_company;
}
public void setCo_company(String co_company) {
this.co_company = co_company;
}
@Column(name = "CO_ADDRESS")
public String getCo_address() {
return co_address;
}
public void setCo_address(String co_address) {
this.co_address = co_address;
}
@Column(name = "CO_ZIPCODE")
public String getCo_zipcode() {
return co_zipcode;
}
public void setCo_zipcode(String co_zipcode) {
this.co_zipcode = co_zipcode;
}
@Column(name = "CO_CITY")
public String getCo_city() {
return co_city;
}
public void setCo_city(String co_city) {
this.co_city = co_city;
}
@Column(name = "CO_DELTANAME")
public String getCo_deltaname() {
return co_deltaname;
}
public void setCo_deltaname(String co_deltaname) {
this.co_deltaname = co_deltaname;
}
@Column(name = "CO_COUNTRY")
public String getCo_country() {
return co_country;
}
public void setCo_country(String co_country) {
this.co_country = co_country;
}
@Column(name = "CO_TELEPHONE")
public String getCo_telephone() {
return co_telephone;
}
public void setCo_telephone(String co_telephone) {
this.co_telephone = co_telephone;
}
@Column(name = "CO_FAX")
public String getCo_fax() {
return co_fax;
}
public void setCo_fax(String co_fax) {
this.co_fax = co_fax;
}
@Column(name = "CO_NAME")
public String getCo_name() {
return co_name;
}
public void setCo_name(String co_name) {
this.co_name = co_name;
}
@Column(name = "REACH_STATION")
public String getReach_station() {
return reach_station;
}
public void setReach_station(String reach_station) {
this.reach_station = reach_station;
}
@Column(name = "CARRIER1")
public String getCarrier1() {
return carrier1;
}
public void setCarrier1(String carrier1) {
this.carrier1 = carrier1;
}
@Column(name = "REACH_STATION1")
public String getReach_station1() {
return reach_station1;
}
public void setReach_station1(String reach_station1) {
this.reach_station1 = reach_station1;
}
@Column(name = "CARRIER2")
public String getCarrier2() {
return carrier2;
}
public void setCarrier2(String carrier2) {
this.carrier2 = carrier2;
}
@Column(name = "REACH_STATION2")
public String getReach_station2() {
return reach_station2;
}
public void setReach_station2(String reach_station2) {
this.reach_station2 = reach_station2;
}
@Column(name = "NAME_OFGOODS")
public String getName_ofgoods() {
return name_ofgoods;
}
public void setName_ofgoods(String name_ofgoods) {
this.name_ofgoods = name_ofgoods;
}
@Column(name = "DELIVERY_STATION")
public String getDelivery_station() {
return delivery_station;
}
public void setDelivery_station(String delivery_station) {
this.delivery_station = delivery_station;
}
//该函数主要用于List的contains
public boolean equals(Object mme){
if(mme == null)
return false;
ManifestEntity me = (ManifestEntity)mme;
if(me.getCo_company() == null && this.getCo_company() == null)
return true;
else if(this.getCo_company() != null)
{
//在值相等的情况下,判断时间的大小
if(this.getCo_company().equals(me.getCo_company()))
{
//当前时间为null,直接返回true
if(this.getSave_time() == null)
return true;
//要比较的那个对象为null,直接返回false
else if(me.getSave_time() == null)
return false;
else
return this.getSave_time() > me.getSave_time();
}
}
String strFormat = "yyyyMMddHHmmss";
if (datestr.indexOf(":") < 0) {
strFormat = "yyyy-MM-dd";
}
SimpleDateFormat sdf = new SimpleDateFormat(strFormat);
try {
return sdf.parse(datestr);
} catch (ParseException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return null;
}
@Column(name = "STATUS")
public Integer getStatus() {
return status;
}
public void setStatus(Integer status) {
this.status = status;
}
@Column(name = "CARRIER")
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier;
}
@Column(name = "CUSTOMSSTATUS")
public String getCustomsstatus() {
return customsstatus;
}
public void setCustomsstatus(String customsstatus) {
this.customsstatus = customsstatus;
}
@Column(name = "PAYMODE")
public String getPaymode() {
return paymode;
}
public void setPaymode(String paymode) {
this.paymode = paymode;
}
@Column(name = "SPECIALGOODSCODE")
public String getSpecialgoodscode() {
return specialgoodscode;
}
public void setSpecialgoodscode(String specialgoodscode) {
this.specialgoodscode = specialgoodscode;
}
@Column(name = "CUSTOMSCODE")
public String getCustomscode() {
return customscode;
}
public void setCustomscode(String customscode) {
this.customscode = customscode;
}
@Column(name = "AGENTMAN")
public String getAgentman() {
return agentman;
}
public void setAgentman(String agentman) {
this.agentman = agentman;
}
@Column(name = "AGENTCOMPANY")
public String getAgentcompany() {
return agentcompany;
}
public void setAgentcompany(String agentcompany) {
this.agentcompany = agentcompany;
}
@Column(name = "RECEIPTINFORMATION")
public String getReceiptinformation() {
return receiptinformation;
}
public void setReceiptinformation(String receiptinformation) {
this.receiptinformation = receiptinformation;
}
@Column(name = "CREATEDATE")
public Date getCreatedate() {
return createdate;
}
public void setCreatedate(Date createdate) {
this.createdate = createdate;
}
@Column(name = "PRODUCTNAME")
public String getProductname() {
return productname;
}
public void setProductname(String productname) {
this.productname = productname;
}
@Column(name = "UNNUMBER")
public String getUnnumber() {
return unnumber;
}
public void setUnnumber(String unnumber) {
this.unnumber = unnumber;
}
@Column(name = "CATEGORY")
public String getCategory() {
return category;
}
public void setCategory(String category) {
this.category = category;
}
@Column(name = "SH_COMPANY")
public String getSh_company() {
return sh_company;
}
public void setSh_company(String sh_company) {
this.sh_company = sh_company;
}
@Column(name = "SH_ADDRESS")
public String getSh_address() {
return sh_address;
}
public void setSh_address(String sh_address) {
this.sh_address = sh_address;
}
@Column(name = "SH_ZIPCODE")
public String getSh_zipcode() {
return sh_zipcode;
}
public void setSh_zipcode(String sh_zipcode) {
this.sh_zipcode = sh_zipcode;
}
@Column(name = "SH_CITY")
public String getSh_city() {
return sh_city;
}
public void setSh_city(String sh_city) {
this.sh_city = sh_city;
}
@Column(name = "SH_DELTANAME")
public String getSh_deltaname() {
return sh_deltaname;
}
public void setSh_deltaname(String sh_deltaname) {
this.sh_deltaname = sh_deltaname;
}
@Column(name = "SH_COUNTRY")
public String getSh_country() {
return sh_country;
}
public void setSh_country(String sh_country) {
this.sh_country = sh_country;
}
@Column(name = "SH_TELEPHONE")
public String getSh_telephone() {
return sh_telephone;
}
public void setSh_telephone(String sh_telephone) {
this.sh_telephone = sh_telephone;
}
@Column(name = "SH_FAX")
public String getSh_fax() {
return sh_fax;
}
public void setSh_fax(String sh_fax) {
this.sh_fax = sh_fax;
}
@Column(name = "SH_NAME")
public String getSh_name() {
return sh_name;
}
public void setSh_name(String sh_name) {
this.sh_name = sh_name;
}
@Column(name = "CO_COMPANY")
public String getCo_company() {
return co_company;
}
public void setCo_company(String co_company) {
this.co_company = co_company;
}
@Column(name = "CO_ADDRESS")
public String getCo_address() {
return co_address;
}
public void setCo_address(String co_address) {
this.co_address = co_address;
}
@Column(name = "CO_ZIPCODE")
public String getCo_zipcode() {
return co_zipcode;
}
public void setCo_zipcode(String co_zipcode) {
this.co_zipcode = co_zipcode;
}
@Column(name = "CO_CITY")
public String getCo_city() {
return co_city;
}
public void setCo_city(String co_city) {
this.co_city = co_city;
}
@Column(name = "CO_DELTANAME")
public String getCo_deltaname() {
return co_deltaname;
}
public void setCo_deltaname(String co_deltaname) {
this.co_deltaname = co_deltaname;
}
@Column(name = "CO_COUNTRY")
public String getCo_country() {
return co_country;
}
public void setCo_country(String co_country) {
this.co_country = co_country;
}
@Column(name = "CO_TELEPHONE")
public String getCo_telephone() {
return co_telephone;
}
public void setCo_telephone(String co_telephone) {
this.co_telephone = co_telephone;
}
@Column(name = "CO_FAX")
public String getCo_fax() {
return co_fax;
}
public void setCo_fax(String co_fax) {
this.co_fax = co_fax;
}
@Column(name = "CO_NAME")
public String getCo_name() {
return co_name;
}
public void setCo_name(String co_name) {
this.co_name = co_name;
}
@Column(name = "REACH_STATION")
public String getReach_station() {
return reach_station;
}
public void setReach_station(String reach_station) {
this.reach_station = reach_station;
}
@Column(name = "CARRIER1")
public String getCarrier1() {
return carrier1;
}
public void setCarrier1(String carrier1) {
this.carrier1 = carrier1;
}
@Column(name = "REACH_STATION1")
public String getReach_station1() {
return reach_station1;
}
public void setReach_station1(String reach_station1) {
this.reach_station1 = reach_station1;
}
@Column(name = "CARRIER2")
public String getCarrier2() {
return carrier2;
}
public void setCarrier2(String carrier2) {
this.carrier2 = carrier2;
}
@Column(name = "REACH_STATION2")
public String getReach_station2() {
return reach_station2;
}
public void setReach_station2(String reach_station2) {
this.reach_station2 = reach_station2;
}
@Column(name = "NAME_OFGOODS")
public String getName_ofgoods() {
return name_ofgoods;
}
public void setName_ofgoods(String name_ofgoods) {
this.name_ofgoods = name_ofgoods;
}
@Column(name = "DELIVERY_STATION")
public String getDelivery_station() {
return delivery_station;
}
public void setDelivery_station(String delivery_station) {
this.delivery_station = delivery_station;
}
// 该函数主要用于List的contains
public boolean equals(Object mme) {
if (mme == null)
return false;
ManifestEntity me = (ManifestEntity) mme;
if (me.getCo_company() == null && this.getCo_company() == null)
return true;
else if (this.getCo_company() != null) {
// 在值相等的情况下,判断时间的大小
if (this.getCo_company().equals(me.getCo_company())) {
// 当前时间为null,直接返回true
if (this.getSave_time() == null)
return true;
// 要比较的那个对象为null,直接返回false
else if (me.getSave_time() == null)
return false;
else
return this.getSave_time() > me.getSave_time();
}
}
return false;
}
}
... ...
... ... @@ -8,7 +8,6 @@ import javax.persistence.Entity;
import javax.persistence.Table;
import com.agent.entity.BasicEntity;
import com.ibm.disthub2.impl.matching.selector.ParseException;
/**
* Created by cohesion on 2017/8/9.
* <p/>
... ... @@ -17,6 +16,18 @@ import com.ibm.disthub2.impl.matching.selector.ParseException;
@Entity
@Table(name = "preparesecondary")
public class PreparesecondaryEntity extends BasicEntity{
private String unlodingcode;// 卸货地代码
private String cnecusid;// 收货人代码
private String shpcusid;// 发货人代码
/**
* 发货人aeo
*/
private String shpaeo;
/**
* 收货人aeo
*/
private String cneaeo;
/**
*
*/
... ... @@ -284,6 +295,36 @@ public class PreparesecondaryEntity extends BasicEntity{
private Long USER_ID;
public String getUnlodingcode() {
return unlodingcode;
}
public void setUnlodingcode(String unlodingcode) {
this.unlodingcode = unlodingcode;
}
public String getCnecusid() {
return cnecusid;
}
public void setCnecusid(String cnecusid) {
this.cnecusid = cnecusid;
}
public String getShpcusid() {
return shpcusid;
}
public void setShpcusid(String shpcusid) {
this.shpcusid = shpcusid;
}
public String getShpaeo() {
return shpaeo;
}
public void setShpaeo(String shpaeo) {
this.shpaeo = shpaeo;
}
public String getCneaeo() {
return cneaeo;
}
public void setCneaeo(String cneaeo) {
this.cneaeo = cneaeo;
}
@Column(name = "USER_ID")
public Long getUSER_ID() {
return USER_ID;
... ...
package com.agent.entity.agent;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Table;
import com.agent.entity.BasicEntity;
/**
*
* Depiction: 运单回执表
* <p>
* Modify:
* <p>
* Author: William Lynn
* <p>
* Create Date:2018年5月28日 下午2:05:28
*
*/
@Entity
@Table(name = "WAYBILL_RECEIPT")
public class WaybillReceiprtEntity extends BasicEntity {
private String flightno;
private Date flightdate;
private String response_code;
private String response_text;
private String waybill_no;
private String sub_waybill_no;
private String carrier;
private String message_type;
private String sendtime;
private String piece;
private String weight;
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno;
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getResponse_code() {
return response_code;
}
public void setResponse_code(String response_code) {
this.response_code = response_code;
}
public String getResponse_text() {
return response_text;
}
public void setResponse_text(String response_text) {
this.response_text = response_text;
}
public String getWaybill_no() {
return waybill_no;
}
public void setWaybill_no(String waybill_no) {
this.waybill_no = waybill_no;
}
public String getSub_waybill_no() {
return sub_waybill_no;
}
public void setSub_waybill_no(String sub_waybill_no) {
this.sub_waybill_no = sub_waybill_no;
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier;
}
public String getMessage_type() {
return message_type;
}
public void setMessage_type(String message_type) {
this.message_type = message_type;
}
public String getSendtime() {
return sendtime;
}
public void setSendtime(String sendtime) {
this.sendtime = sendtime;
}
public String getPiece() {
return piece;
}
public void setPiece(String piece) {
this.piece = piece;
}
public String getWeight() {
return weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
// 该函数主要用于List的contains
public boolean equals(Object mme) {
if (mme != null) {
WaybillReceiprtEntity me = (WaybillReceiprtEntity) mme;
if (me.getWaybill_no().equalsIgnoreCase(this.getWaybill_no())) {
return true;
}
}
return false;
}
}
... ...
package com.agent.entity.agent;
/**
* Depiction:回执报文类型
* <p>
* Modify:
* <p>
* Author: Kevin Lynn
* <p>
* Create Date:2018年2月13日 上午11:53:15
*
*/
public enum WaybillReceiptType {
APPLY("已发送预配舱单申请报文", 2), UPDATE("已发送预配舱单修改报文", 4), DELETE("已发送预配舱单删除报文", 3);
private String name;
private int value;
private WaybillReceiptType(String name, int value) {
this.name = name;
this.value = value;
}
public static String getName(int value) {
for (WaybillReceiptType role : WaybillReceiptType.values()) {
if (role.getValue() == value) {
return role.name;
}
}
return null;
}
public static WaybillReceiptType valueOf(int value) {
for (WaybillReceiptType role : WaybillReceiptType.values()) {
if (role.getValue() == value) {
return role;
}
}
return null;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getValue() {
return value;
}
public void setValue(int value) {
this.value = value;
}
@Override
public String toString() {
return "(" + this.value + "," + this.name + ")";
}
}
... ...
... ... @@ -49,16 +49,16 @@ public class Utils {
public static boolean createDir(String destDirName) {
File dir = new File(destDirName);
if (dir.exists()) {// �ж�Ŀ¼�Ƿ����
if (dir.exists()) {
return true;
}else{
if (!destDirName.endsWith(File.separator)) {// ��β�Ƿ���"/"����
if (!destDirName.endsWith(File.separator)) {
destDirName = destDirName + File.separator;
}
if (dir.mkdirs()) {// ����Ŀ��Ŀ¼
if (dir.mkdirs()) {
return true;
} else {
logger.info("����Ŀ¼ʧ�ܣ� Ŀ¼��ƣ�"+destDirName);
logger.info("创建目录失败-->"+destDirName);
return false;
}
}
... ...
... ... @@ -10,49 +10,56 @@ import org.jdom.Element;
import org.jdom.JDOMException;
import org.jdom.input.SAXBuilder;
import org.xml.sax.InputSource;
import org.xml.sax.SAXParseException;
public class XMPParse {
/*
* 把XML节点值转成日期类型
* @param xmlFile XML文件路径名
* @param xmlNodePath 节点路径(从根节点算起)
* @return 如果节点有值,需要把ISO8601的时间字符串转成日期,否则返回null
* * */
public static final Date nodeValue2Date(String xmlFile,String xmlNodePath){
String str = getNodeValue(xmlFile,xmlNodePath);
if (!"".equals(str)){
*
* @param xmlFile XML文件路径名
*
* @param xmlNodePath 节点路径(从根节点算起)
*
* @return 如果节点有值,需要把ISO8601的时间字符串转成日期,否则返回null *
*/
public static final Date nodeValue2Date(String xmlFile, String xmlNodePath) {
String str = getNodeValue(xmlFile, xmlNodePath);
if (!"".equals(str)) {
return Utils.iso8601DateStrToDate(str);
}
return null;
}
/*
* 把XML节点值转成日期类型,如果节点值不存在,使用默认值
* @param xmlFile XML文件路径名
* @param xmlNodePath 节点路径(从根节点算起)
* @return 如果节点有值,需要把ISO8601的时间字符串转成日期,否则返回给定的默认值
* */
public static final Date nodeValue2Date(String xmlFile,String xmlNodePath,Date date){
String str = getNodeValue(xmlFile,xmlNodePath);
if (!"".equals(str)){
*
* @param xmlFile XML文件路径名
*
* @param xmlNodePath 节点路径(从根节点算起)
*
* @return 如果节点有值,需要把ISO8601的时间字符串转成日期,否则返回给定的默认值
*/
public static final Date nodeValue2Date(String xmlFile, String xmlNodePath, Date date) {
String str = getNodeValue(xmlFile, xmlNodePath);
if (!"".equals(str)) {
return Utils.iso8601DateStrToDate(str);
}
return date;
}
/*
* 把XML节点属性值转成日期类型,如果节点值不存在,使用默认值
* @param xmlFile XML文件路径名
* @param xmlNodePath 节点路径(从根节点算起)
* @return 如果节点属性有值,需要把ISO8601的时间字符串转成日期,否则返回给定的默认值
* */
public static final Date nodeAttribute2Date(String xmlFile,String xmlNodePath,String attributeName,Date date){
String str = getNodeAttribute(xmlFile,xmlNodePath,attributeName,"");
if (!"".equals(str)){
*
* @param xmlFile XML文件路径名
*
* @param xmlNodePath 节点路径(从根节点算起)
*
* @return 如果节点属性有值,需要把ISO8601的时间字符串转成日期,否则返回给定的默认值
*/
public static final Date nodeAttribute2Date(String xmlFile, String xmlNodePath, String attributeName, Date date) {
String str = getNodeAttribute(xmlFile, xmlNodePath, attributeName, "");
if (!"".equals(str)) {
return Utils.iso8601DateStrToDate(str);
}
return date;
... ... @@ -60,156 +67,139 @@ public class XMPParse {
/*
* 根据指定的节点路径从XML节点取得节点的值
* @param xmlNodePath 节点的路径,从根节点开始
* 如果某个节点不存在那么返回空字符串""
* */
public static final String getNodeValue(String xmlFile,String xmlNodePath){
String[] nodes= xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
*
* @param xmlNodePath 节点的路径,从根节点开始 如果某个节点不存在那么返回空字符串""
*/
public static final String getNodeValue(String xmlFile, String xmlNodePath) {
String[] nodes = xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
LinkedList<SubNode> listNode = new LinkedList<SubNode>();
String value="";
try {
// 将解析器与文档关联
document = builder.build(xmlFile);
//builder.build(systemId);
for(int i=1; i< nodes.length; i++){
if(i > 1){
SubNode s = (SubNode)listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
//�ж��Ƿ����ӽڵ�
if (null != eList && eList.size()>0){
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
}else if (1 == i){
root = document.getRootElement();
SubNode snode= new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();;
value = n.getElement().getText();
n = null;
} catch (Exception e1) {
e1.printStackTrace();
} finally{
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
System.out.println("key="+xmlNodePath + " value="+value);
return value;
String value = "";
try {
// 将解析器与文档关联
document = builder.build(xmlFile);
// builder.build(systemId);
for (int i = 1; i < nodes.length; i++) {
if (i > 1) {
SubNode s = (SubNode) listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
if (null != eList && eList.size() > 0) {
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
} else if (1 == i) {
root = document.getRootElement();
SubNode snode = new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();
;
value = n.getElement().getText();
n = null;
} catch (Exception e1) {
e1.printStackTrace();
} finally {
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
System.out.println("key=" + xmlNodePath + " value=" + value);
return value;
}
/*
* ���ָ���Ľڵ�·����XML�ڵ�ȡ�ýڵ��ֵ
* @param xmlNodePath �ڵ��·�����Ӹ�ڵ㿪ʼ
* ���ij���ڵ㲻������ô���ؿ��ַ�""
* */
public static final String getNodeValueFromXmlString(String xmlString,String xmlNodePath) throws Exception{
String[] nodes= xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
public static final String getNodeValueFromXmlString(String xmlString, String xmlNodePath) throws Exception {
String[] nodes = xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
LinkedList<SubNode> listNode = new LinkedList<SubNode>();
String value="";
try {
// �����������ĵ�����
StringReader xmlReader = new StringReader(xmlString);
InputSource xmlSource = new InputSource(xmlReader);
document = builder.build(xmlSource);
for(int i=1; i< nodes.length; i++){
if(i > 1){
SubNode s = (SubNode)listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
//�ж��Ƿ����ӽڵ�
if (null != eList && eList.size()>0){
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
}else if (1 == i){
root = document.getRootElement();
SubNode snode= new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();;
value = n.getElement().getText();
n = null;
} catch (Exception e1) {
e1.printStackTrace();
throw e1;
} finally{
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
//System.out.println("key="+xmlNodePath + " value="+value);
return value;
String value = "";
try {
StringReader xmlReader = new StringReader(xmlString);
InputSource xmlSource = new InputSource(xmlReader);
document = builder.build(xmlSource);
for (int i = 1; i < nodes.length; i++) {
if (i > 1) {
SubNode s = (SubNode) listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
if (null != eList && eList.size() > 0) {
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
} else if (1 == i) {
root = document.getRootElement();
SubNode snode = new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();
;
value = n.getElement().getText();
n = null;
} catch (Exception e1) {
e1.printStackTrace();
throw e1;
} finally {
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
// System.out.println("key="+xmlNodePath + " value="+value);
return value;
}
/*
* ���ָ���Ľڵ�·����XML�ڵ�ȡ�ýڵ������ֵ
* @param xmlNodePath �ڵ��·�����Ӹ�ڵ㿪ʼ
* @param attributeName �ڵ���������
* @defaultValue Ĭ��ֵ
* ���ij���ڵ㲻���ڣ����߽ڵ㲻����ָ�������ԣ���ô����Ĭ��ֵ
* */
public static final String getNodeAttribute(String xmlFile,String xmlNodePath,String attributeName,String defaultValue){
String[] nodes= xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
public static final String getNodeAttribute(String xmlFile, String xmlNodePath, String attributeName,
String defaultValue) {
String[] nodes = xmlNodePath.split("/");
Document document = new Document();
SAXBuilder builder = new SAXBuilder();
Element root = null;
LinkedList<SubNode> listNode = new LinkedList<SubNode>();
String value="";
try {
document = builder.build(xmlFile);
for(int i=1; i< nodes.length; i++){
if(i > 1){
SubNode s = (SubNode)listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
//�ж��Ƿ����ӽڵ�
if (null != eList && eList.size()>0){
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
}else if (1 == i){
root = document.getRootElement();
SubNode snode= new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();
value = n.getElement().getAttributeValue(attributeName, defaultValue);
n = null;
} catch (JDOMException e1) {
e1.printStackTrace();
} catch (IOException e1) {
e1.printStackTrace();
}finally{
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
System.out.println("key="+xmlNodePath + " node attrivte value="+value);
return value;
String value = "";
try {
document = builder.build(xmlFile);
for (int i = 1; i < nodes.length; i++) {
if (i > 1) {
SubNode s = (SubNode) listNode.getLast();
List<Element> eList = s.getElement().getChildren(nodes[i]);
if (null != eList && eList.size() > 0) {
SubNode s1 = new SubNode(eList.get(0));
listNode.add(s1);
}
} else if (1 == i) {
root = document.getRootElement();
SubNode snode = new SubNode(root);
listNode.add(snode);
}
}
SubNode n = listNode.getLast();
value = n.getElement().getAttributeValue(attributeName, defaultValue);
n = null;
} catch (JDOMException e1) {
e1.printStackTrace();
} catch (IOException e1) {
e1.printStackTrace();
} finally {
listNode.clear();
document = null;
root = null;
builder = null;
nodes = null;
}
System.out.println("key=" + xmlNodePath + " node attrivte value=" + value);
return value;
}
}
... ...
package com.agent.listener;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
/**
* Depiction:服务启动之后初始化一些操作
* <p>
* Modify:
* <p>
* Author: William Lynn
* <p>
* Create Date:2018年6月8日 下午2:49:54
*
*/
public class StartupListener implements ApplicationListener<ContextRefreshedEvent> {
// private final static String DISPLAY_NAME = "Root WebApplicationContext";
private final static String DISPLAY_NAME = "WebApplicationContext for namespace 'webMvc-servlet'";
@Override
public void onApplicationEvent(ContextRefreshedEvent event) {
String displayName = event.getApplicationContext().getDisplayName();
System.err.println("");
System.err.println(getClass().getSimpleName() + ":displayName is " + displayName);
if (DISPLAY_NAME.equalsIgnoreCase(displayName)) {
System.err.println(getClass().getSimpleName() + ": you can init some");
}
// if (event.getApplicationContext().getParent() == null) {
// System.err.println(getClass().getSimpleName() + ": you can init some");
// IMFCustomReceiptMessageTask task = new IMFCustomReceiptMessageTask();
// task.start();
// }
}
}
... ...
package com.agent.repository.agent;
import java.util.List;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.transaction.annotation.Transactional;
import com.agent.entity.agent.ConsignorEntity;
public interface ConsignorRepository
extends PagingAndSortingRepository<ConsignorEntity, Long>, JpaSpecificationExecutor<ConsignorEntity> {
@Query(value = "SELECT * FROM CONSIGNOR WHERE SHPCUSID = ?1 AND CO_COMPANY = ?2 ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> findByCodeAndCompany(String shpcusid, String co_company);
@Query(value = "SELECT * FROM CONSIGNOR WHERE SHPCUSID = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> findByCode(String code);
@Query(value = "SELECT * FROM CONSIGNOR WHERE CO_COMPANY = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> findByCompany(String company);
@Query(value = "SELECT * FROM CONSIGNOR WHERE ID = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> findById(String id);
@Query(value = "SELECT * FROM CONSIGNOR ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> getAll();
@Query(value = "SELECT * FROM CONSIGNOR WHERE CREATOR = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<ConsignorEntity> getAllByUserId(long user_id);
@Modifying
@Query(value = "DELETE FROM CONSIGNOR WHERE ID = ?1", nativeQuery = true)
void deleteById(Long id);
// 关于,,,,,,,,,,,
@Transactional
@Modifying(clearAutomatically = true)
@Query(value = "INSERT INTO CONSIGNOR(CO_NAME, CO_TELEPHONE, CO_COMPANY, CO_COUNTRY, CO_DELTANAME, CO_CITY, CO_ADDRESS, CO_ZIPCODE, CO_FAX, SHPAEO,SHPCUSID) VALUES(?1,?2,?3,?4,?5,?6,?7,?8,?9,?10,?11)", nativeQuery = true)
public int save(String co_name, String co_telephone, String co_company, String co_country,
String co_deltaname, String co_city, String co_address, String co_zipcode, String co_fax, String shpaeo,
String shpcusid);
@Query(value = "SELECT * FROM CONSIGNOR WHERE ID=?1", nativeQuery = true)
public List<ConsignorEntity> queryById(Long id);
}
... ...
... ... @@ -7,7 +7,6 @@ import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.agent.entity.agent.ManifestEntity;
import com.agent.entity.agent.PreparesecondaryEntity;
public interface PreparesecondaryRepository extends PagingAndSortingRepository<PreparesecondaryEntity, Long>,
... ... @@ -30,6 +29,6 @@ JpaSpecificationExecutor<PreparesecondaryEntity>{
@Modifying
@Query(value = "SELECT * FROM PREPARESECONDARY ", nativeQuery = true)
List<PreparesecondaryEntity> queryAll();
@Query(value = "SELECT * FROM PREPARESECONDARY=?1", nativeQuery = true)
@Query(value = "SELECT * FROM PREPARESECONDARY WHERE USER_ID=?1", nativeQuery = true)
List<PreparesecondaryEntity> queryByUserId(Long user_id);
}
... ...
package com.agent.repository.agent;
import com.agent.entity.agent.SupervisionEntity;
import java.util.List;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.PagingAndSortingRepository;
import java.util.List;
import com.agent.entity.agent.SupervisionEntity;
public interface SupervisionRepository extends PagingAndSortingRepository<SupervisionEntity, Long>,
JpaSpecificationExecutor<SupervisionEntity> {
... ...
package com.agent.repository.agent;
import java.util.List;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.transaction.annotation.Transactional;
import com.agent.entity.agent.WaybillReceiprtEntity;
public interface WaybillReceiptRepository
extends PagingAndSortingRepository<WaybillReceiprtEntity, Long>, JpaSpecificationExecutor<WaybillReceiprtEntity> {
@Query(value = "SELECT * FROM WAYBILL_RECEIPT WHERE WAYBILL_NO = ?1 AND SUB_WAYBILL_NO = ?2 ORDER BY ID DESC", nativeQuery = true)
public List<WaybillReceiprtEntity> findByWaybillNoAndSub(String waybill_no, String sub_waybill_no);
@Query(value = "SELECT * FROM WAYBILL_RECEIPT WHERE WAYBILL_NO = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<WaybillReceiprtEntity> findByWaybillNo(String waybill_no);
@Query(value = "SELECT * FROM WAYBILL_RECEIPT WHERE ID = ?1 ORDER BY ID DESC", nativeQuery = true)
public List<WaybillReceiprtEntity> findById(String id);
@Query(value = "SELECT * FROM WAYBILL_RECEIPT ORDER BY ID DESC", nativeQuery = true)
public List<WaybillReceiprtEntity> getAll();
@Modifying
@Query(value = "DELETE FROM WAYBILL_RECEIPT WHERE ID = ?1", nativeQuery = true)
void deleteById(Long id);
// 关于,,,,,,,,,,,
@Transactional
@Modifying(clearAutomatically = true)
@Query(value = "INSERT INTO WAYBILL_RECEIPT(FLIGHTNO, FLIGHTDATE, RESPONSE_CODE, RESPONSE_TEXT, WAYBILL_NO, SUB_WAYBILL_NO, CARRIER, MESSAGE_TYPE, SENDTIME) VALUES(?1,?2,?3,?4,?5,?6,?7,?8,?9)", nativeQuery = true)
public int save(String flightno, String flightdate, String response_code, String response_text,
String waybill_no, String sub_waybill_no, String carrier, String message_type,String sendtime);
@Query(value = "SELECT * FROM WAYBILL_RECEIPT WHERE ID=?1", nativeQuery = true)
public List<WaybillReceiprtEntity> queryById(Long id);
}
... ...
package com.agent.service.agent;
import com.agent.entity.agent.BasicAgentEntity;
import com.agent.entity.agent.ConsigneeEntity;
import com.agent.entity.agent.ConsigneeInfo;
import com.agent.entity.agent.ManifestEntity;
import com.agent.repository.agent.ConsigneeRepository;
import com.agent.service.BasicService;
import com.alibaba.fastjson.JSONObject;
import com.framework.util.MD5Tools;
import com.google.common.base.Splitter;
import com.plugin.easyui.EasyPage;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Sort;
import org.springframework.data.domain.Sort.Direction;
import org.springframework.data.jpa.domain.Specification;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.List;
import com.agent.entity.agent.ConsigneeEntity;
import com.agent.repository.agent.ConsigneeRepository;
import com.agent.service.BasicService;
import com.google.common.base.Splitter;
import com.plugin.easyui.EasyPage;
@Service
... ...
package com.agent.service.agent;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.agent.entity.agent.ConsignorEntity;
import com.agent.entity.agent.ManifestEntity;
import com.agent.entity.agent.PreparesecondaryEntity;
import com.agent.repository.agent.ConsignorRepository;
import com.agent.service.BasicService;
import com.google.common.base.Splitter;
import tools.Tools;
/**
*
* Depiction:发货人数据库操作
* <p>
* Modify:
* <p>
* Author: William Lynn
* <p>
* Create Date:2018年5月28日 下午2:25:53
*
*/
@Service
public class ConsignorService extends BasicService<ConsignorEntity> {
@Resource
private ConsignorRepository service;
@Transactional
public void deleteAll(String ids) {
List<String> list = Splitter.on(",").trimResults().omitEmptyStrings().splitToList(ids);
for (String id : list) {
service.delete(Long.valueOf(id));
}
}
public ConsignorEntity findByCodeAndName(String code, String company) {
List<ConsignorEntity> consigns = service.findByCodeAndCompany(code, company);
if (CollectionUtils.isNotEmpty(consigns)) {
return consigns.get(0);
}
return null;
}
public ConsignorEntity findByCode(String code) {
List<ConsignorEntity> consigns = service.findByCode(code);
if (CollectionUtils.isNotEmpty(consigns)) {
return consigns.get(0);
}
return null;
}
public ConsignorEntity findByCompany(String company) {
List<ConsignorEntity> consigns = service.findByCompany(company);
if (CollectionUtils.isNotEmpty(consigns)) {
return consigns.get(0);
}
return null;
}
public void save(ConsignorEntity c) {
if (c != null) {
if (c.getCreateDate() == null) {
c.setCreateDate(new Date());
}
if (c.getModifyDate() == null) {
c.setModifyDate(new Date());
}
service.save(c);
}
}
public List<ConsignorEntity> findAll() {
return service.getAll();
}
public List<ConsignorEntity> findAllByUserId(long user_id) {
return service.getAllByUserId(user_id);
}
public void update(ConsignorEntity c) {
service.save(c);
}
public List<ConsignorEntity> findById(String id) {
return service.findById(id);
}
public void saveFromManifest(ManifestEntity manifest) {
if (manifest != null && StringUtils.isNotBlank(manifest.getCo_company())) {
ConsignorEntity bean = new ConsignorEntity();
bean.setCo_address(manifest.getCo_address());
bean.setCo_city(manifest.getCo_city());
bean.setCo_company(manifest.getCo_company());
bean.setCo_country(manifest.getCo_country());
bean.setCo_deltaname(manifest.getCo_deltaname());
bean.setCo_fax(manifest.getCo_fax());
bean.setCo_name(manifest.getCo_name());
bean.setCo_telephone(manifest.getCo_telephone());
bean.setCo_zipcode(manifest.getCo_zipcode());
bean.setShpaeo(manifest.getShpaeo());
bean.setShpcusid(manifest.getShpcusid());
bean.setModifyDate(new Date());
bean.setCreateDate(new Date());
bean.setCreator(Tools.getUserEntity());
bean.setModifier(Tools.getUserEntity());
ConsignorEntity old = findByCompany(manifest.getCo_company());
if (old != null) {
service.delete(old.getId());
}
save(bean);
}
}
public void saveFromPreparesecondary(PreparesecondaryEntity prepare) {
if (prepare != null && StringUtils.isNotBlank(prepare.getCo_company())) {
ConsignorEntity bean = new ConsignorEntity();
bean.setCo_address(prepare.getCo_address());
bean.setCo_city(prepare.getCo_city());
bean.setCo_company(prepare.getCo_company());
bean.setCo_country(prepare.getCo_country());
bean.setCo_deltaname(prepare.getCo_deltaname());
bean.setCo_fax(prepare.getCo_fax());
bean.setCo_name(prepare.getCo_name());
bean.setCo_telephone(prepare.getCo_telephone());
bean.setCo_zipcode(prepare.getCo_zipcode());
bean.setShpaeo(prepare.getShpaeo());
bean.setShpcusid(prepare.getShpcusid());
bean.setModifyDate(new Date());
bean.setCreateDate(new Date());
bean.setCreator(Tools.getUserEntity());
bean.setModifier(Tools.getUserEntity());
ConsignorEntity old = findByCompany(prepare.getCo_company());
if (old != null) {
service.delete(old.getId());
}
save(bean);
}
}
// public Page<ConsignorEntity> getPage(EasyPage<ConsigneeEntity> pageForm) {
// PageRequest pageRequest = buildPageRequest(pageForm);
// Specification<ConsignorEntity> spec = buildSpecification(pageForm);
// Page<ConsignorEntity> page = service.findAll(spec, pageRequest);
// return page;
// }
}
... ...
package com.agent.service.agent;
import com.agent.entity.Constant;
import com.agent.entity.agent.*;
import com.agent.repository.agent.*;
import com.agent.service.BasicService;
import com.framework.shiro.SessionUtil;
import com.google.common.base.Splitter;
import com.plugin.easyui.EasyPage;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.springframework.data.domain.Page;
... ... @@ -16,10 +14,21 @@ import org.springframework.data.jpa.domain.Specification;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.Date;
import java.util.List;
import com.agent.entity.Constant;
import com.agent.entity.agent.ConsigneeEntity;
import com.agent.entity.agent.HawbOtherFeeEntity;
import com.agent.entity.agent.MakeHawbEntity;
import com.agent.entity.agent.PackageSizeEntity;
import com.agent.entity.agent.PubFhrEntity;
import com.agent.repository.agent.ConsigneeRepository;
import com.agent.repository.agent.HawbOtherFeeRepository;
import com.agent.repository.agent.MakeHawbRepository;
import com.agent.repository.agent.PackageSizeRepository;
import com.agent.repository.agent.PubFhrRepository;
import com.agent.service.BasicService;
import com.framework.shiro.SessionUtil;
import com.google.common.base.Splitter;
import com.plugin.easyui.EasyPage;
@Service
... ...