--- base/.classpath
+++ base/.classpath
... | ... | @@ -11,13 +11,6 @@ |
| 11 | 11 |
<attribute name="maven.pomderived" value="true"/> |
| 12 | 12 |
</attributes> |
| 13 | 13 |
</classpathentry> |
| 14 |
- <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
|
| 15 |
- <attributes> |
|
| 16 |
- <attribute name="test" value="true"/> |
|
| 17 |
- <attribute name="optional" value="true"/> |
|
| 18 |
- <attribute name="maven.pomderived" value="true"/> |
|
| 19 |
- </attributes> |
|
| 20 |
- </classpathentry> |
|
| 21 | 14 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> |
| 22 | 15 |
<attributes> |
| 23 | 16 |
<attribute name="maven.pomderived" value="true"/> |
--- base/.settings/org.eclipse.wst.common.component
+++ base/.settings/org.eclipse.wst.common.component
... | ... | @@ -3,8 +3,6 @@ |
| 3 | 3 |
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> |
| 4 | 4 |
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> |
| 5 | 5 |
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> |
| 6 |
- <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/> |
|
| 7 |
- <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/> |
|
| 8 | 6 |
<property name="context-root" value="kr"/> |
| 9 | 7 |
<property name="java-output-path" value="/base/build/classes"/> |
| 10 | 8 |
</wb-module> |
--- base/Documents/BaseForMySql_v1.0.erwin
+++ base/Documents/BaseForMySql_v1.0.erwin
| Binary file is not shown |
--- base/Documents/MySql_기본데이터.sql
+++ base/Documents/MySql_기본데이터.sql
... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('BANNER_ID','1');
|
| 6 | 6 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('POPUP_ID','1');
|
| 7 | 7 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('LINK_SITE_ID','1');
|
| 8 |
-INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('EVENTINFO_ID','41');
|
|
| 8 |
+INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('EVENTINFO_ID','1');
|
|
| 9 | 9 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('SITE_ID','2');
|
| 10 | 10 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('MENU_ID','2');
|
| 11 | 11 |
INSERT INTO comtecopseq (TABLE_NAME, NEXT_ID) VALUES ('BBS_CTGRYMASTER_ID','1');
|
--- base/pom.xml
+++ base/pom.xml
... | ... | @@ -44,22 +44,12 @@ |
| 44 | 44 |
<version>0.6.2</version> |
| 45 | 45 |
</dependency> |
| 46 | 46 |
|
| 47 |
- <!-- <dependency> |
|
| 48 |
- <groupId>org.springframework</groupId> |
|
| 49 |
- <artifactId>spring-messaging</artifactId> |
|
| 50 |
- <version>${spring.maven.artifact.version}</version>
|
|
| 51 |
- </dependency> --> |
|
| 47 |
+ <dependency> |
|
| 48 |
+ <groupId>net.coobird</groupId> |
|
| 49 |
+ <artifactId>thumbnailator</artifactId> |
|
| 50 |
+ <version>0.4.2</version> |
|
| 51 |
+ </dependency> |
|
| 52 | 52 |
|
| 53 |
- <!-- jackson --> |
|
| 54 |
- |
|
| 55 |
- <dependency> |
|
| 56 |
- <groupId>com.fasterxml.jackson.core</groupId> |
|
| 57 |
- <artifactId>jackson-databind</artifactId> |
|
| 58 |
- <version>2.5.3</version> |
|
| 59 |
- <scope>runtime</scope> |
|
| 60 |
- </dependency> |
|
| 61 |
- |
|
| 62 |
- <!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib --> |
|
| 63 | 53 |
<dependency> |
| 64 | 54 |
<groupId>net.sf.json-lib</groupId> |
| 65 | 55 |
<artifactId>json-lib</artifactId> |
... | ... | @@ -67,44 +57,23 @@ |
| 67 | 57 |
<classifier>jdk15</classifier> |
| 68 | 58 |
</dependency> |
| 69 | 59 |
|
| 70 |
- <!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple --> |
|
| 60 |
+ <dependency> |
|
| 61 |
+ <groupId>com.drewnoakes</groupId> |
|
| 62 |
+ <artifactId>metadata-extractor</artifactId> |
|
| 63 |
+ <version>2.6.2</version> |
|
| 64 |
+ </dependency> |
|
| 65 |
+ |
|
| 71 | 66 |
<dependency> |
| 72 | 67 |
<groupId>com.googlecode.json-simple</groupId> |
| 73 | 68 |
<artifactId>json-simple</artifactId> |
| 74 | 69 |
<version>1.1</version> |
| 75 | 70 |
</dependency> |
| 76 | 71 |
|
| 77 |
- <!-- https://mvnrepository.com/artifact/com.google.gcm/gcm-server --> |
|
| 78 | 72 |
<dependency> |
| 79 |
- <groupId>com.google.gcm</groupId> |
|
| 80 |
- <artifactId>gcm-server</artifactId> |
|
| 81 |
- <version>1.0.0</version> |
|
| 73 |
+ <groupId>net.sf.javamusictag</groupId> |
|
| 74 |
+ <artifactId>jid3lib</artifactId> |
|
| 75 |
+ <version>0.5.4</version> |
|
| 82 | 76 |
</dependency> |
| 83 |
- |
|
| 84 |
- <!-- https://mvnrepository.com/artifact/au.com.bytecode/opencsv --> |
|
| 85 |
- <dependency> |
|
| 86 |
- <groupId>au.com.bytecode</groupId> |
|
| 87 |
- <artifactId>opencsv</artifactId> |
|
| 88 |
- <version>2.4</version> |
|
| 89 |
- </dependency> |
|
| 90 |
- |
|
| 91 |
- <dependency> |
|
| 92 |
- <groupId>org.json</groupId> |
|
| 93 |
- <artifactId>json</artifactId> |
|
| 94 |
- <version>20140107</version> |
|
| 95 |
- </dependency> |
|
| 96 |
- |
|
| 97 |
- <!-- https://mvnrepository.com/artifact/servlets.com/cos --> |
|
| 98 |
- <!-- <dependency> |
|
| 99 |
- <groupId>servlets.com</groupId> |
|
| 100 |
- <artifactId>cos</artifactId> |
|
| 101 |
- <version>05Nov2002</version> |
|
| 102 |
- </dependency> --> |
|
| 103 |
- |
|
| 104 |
- |
|
| 105 |
- |
|
| 106 |
- |
|
| 107 |
- |
|
| 108 | 77 |
|
| 109 | 78 |
|
| 110 | 79 |
<!-- 실행환경 라이브러리 --> |
... | ... | @@ -177,8 +146,6 @@ |
| 177 | 146 |
<artifactId>egovframework.rte.bat.core</artifactId> |
| 178 | 147 |
<version>${egovframework.rte.version}</version>
|
| 179 | 148 |
</dependency> |
| 180 |
- |
|
| 181 |
- <!-- 암호화 --> |
|
| 182 | 149 |
<dependency> |
| 183 | 150 |
<groupId>egovframework.rte</groupId> |
| 184 | 151 |
<artifactId>egovframework.rte.fdl.crypto</artifactId> |
... | ... | @@ -197,7 +164,7 @@ |
| 197 | 164 |
</exclusion> |
| 198 | 165 |
</exclusions> |
| 199 | 166 |
</dependency> |
| 200 |
- |
|
| 167 |
+ |
|
| 201 | 168 |
<dependency> |
| 202 | 169 |
<groupId>commons-dbcp</groupId> |
| 203 | 170 |
<artifactId>commons-dbcp</artifactId> |
... | ... | @@ -300,11 +267,11 @@ |
| 300 | 267 |
</dependency> |
| 301 | 268 |
|
| 302 | 269 |
<!-- 우편번호를 위한 라이브러리 --> |
| 303 |
- <dependency> |
|
| 270 |
+ <!-- <dependency> |
|
| 304 | 271 |
<groupId>oro</groupId> |
| 305 | 272 |
<artifactId>oro</artifactId> |
| 306 | 273 |
<version>2.0.8</version> |
| 307 |
- </dependency> |
|
| 274 |
+ </dependency> --> |
|
| 308 | 275 |
|
| 309 | 276 |
<!-- 요소기술 달력을 위한 라이브러리 --> |
| 310 | 277 |
<dependency> |
... | ... | @@ -314,32 +281,24 @@ |
| 314 | 281 |
</dependency> |
| 315 | 282 |
|
| 316 | 283 |
<!-- FTP용 3rd party 라이브러리 --> |
| 317 |
- <dependency> |
|
| 284 |
+ <!-- <dependency> |
|
| 318 | 285 |
<groupId>commons-net</groupId> |
| 319 | 286 |
<artifactId>commons-net</artifactId> |
| 320 |
- <version>3.3</version> |
|
| 321 |
- </dependency> |
|
| 287 |
+ <version>3.6</version> |
|
| 288 |
+ </dependency> --> |
|
| 322 | 289 |
|
| 323 | 290 |
<!-- Email --> |
| 324 |
- <!-- |
|
| 325 |
- <dependency> |
|
| 291 |
+ <!-- <dependency> |
|
| 326 | 292 |
<groupId>org.apache.commons</groupId> |
| 327 | 293 |
<artifactId>commons-email</artifactId> |
| 328 |
- <version>1.3.2</version> |
|
| 294 |
+ <version>1.5</version> |
|
| 329 | 295 |
</dependency> |
| 330 | 296 |
<dependency> |
| 331 | 297 |
<groupId>egovframework.com.ems</groupId> |
| 332 | 298 |
<artifactId>sndng-mail</artifactId> |
| 333 | 299 |
<version>1.0</version> |
| 334 |
- </dependency> |
|
| 335 |
- --> |
|
| 336 |
- <dependency> |
|
| 337 |
- <groupId>javax.mail</groupId> |
|
| 338 |
- <artifactId>mail</artifactId> |
|
| 339 |
- <version>1.4.7</version> |
|
| 340 |
- </dependency> |
|
| 341 |
- |
|
| 342 |
- |
|
| 300 |
+ </dependency> --> |
|
| 301 |
+ |
|
| 343 | 302 |
<!-- Cross-Site Scripting --> |
| 344 | 303 |
<dependency> |
| 345 | 304 |
<groupId>javax.servlet.jsp</groupId> |
... | ... | @@ -349,14 +308,14 @@ |
| 349 | 308 |
</dependency> |
| 350 | 309 |
|
| 351 | 310 |
<!-- LDAP SDK --> |
| 352 |
- <dependency> |
|
| 311 |
+ <!-- <dependency> |
|
| 353 | 312 |
<groupId>ldapsdk</groupId> |
| 354 | 313 |
<artifactId>ldapsdk</artifactId> |
| 355 | 314 |
<version>4.1</version> |
| 356 |
- </dependency> |
|
| 315 |
+ </dependency> --> |
|
| 357 | 316 |
|
| 358 | 317 |
<!-- PDF변환용 라이브러리 --> |
| 359 |
- <dependency> |
|
| 318 |
+ <!-- <dependency> |
|
| 360 | 319 |
<groupId>com.artofsolving</groupId> |
| 361 | 320 |
<artifactId>jodconverter</artifactId> |
| 362 | 321 |
<version>2.2.1</version> |
... | ... | @@ -370,14 +329,14 @@ |
| 370 | 329 |
<groupId>commons-io</groupId> |
| 371 | 330 |
</exclusion> |
| 372 | 331 |
</exclusions> |
| 373 |
- </dependency> |
|
| 332 |
+ </dependency> --> |
|
| 374 | 333 |
|
| 375 | 334 |
<!-- XML스키마를 자바클래스로 생성하는 라이브러리 --> |
| 376 |
- <dependency> |
|
| 335 |
+ <!-- <dependency> |
|
| 377 | 336 |
<groupId>xmlbeans</groupId> |
| 378 | 337 |
<artifactId>xbean</artifactId> |
| 379 | 338 |
<version>2.2.0</version> |
| 380 |
- </dependency> |
|
| 339 |
+ </dependency> --> |
|
| 381 | 340 |
|
| 382 | 341 |
<!-- fileupload --> |
| 383 | 342 |
<dependency> |
... | ... | @@ -393,25 +352,25 @@ |
| 393 | 352 |
</dependency> |
| 394 | 353 |
|
| 395 | 354 |
<!-- Twitter --> |
| 396 |
- <dependency> |
|
| 355 |
+ <!-- <dependency> |
|
| 397 | 356 |
<groupId>org.twitter4j</groupId> |
| 398 | 357 |
<artifactId>twitter4j-core</artifactId> |
| 399 |
- <version>4.0.2</version> |
|
| 400 |
- </dependency> |
|
| 358 |
+ <version>4.0.7</version> |
|
| 359 |
+ </dependency> --> |
|
| 401 | 360 |
|
| 402 | 361 |
<!-- Ajax --> |
| 403 |
- <dependency> |
|
| 362 |
+ <!-- <dependency> |
|
| 404 | 363 |
<groupId>net.sourceforge.ajaxtags</groupId> |
| 405 | 364 |
<artifactId>ajaxtags-resources</artifactId> |
| 406 | 365 |
<version>1.5.7</version> |
| 407 |
- </dependency> |
|
| 366 |
+ </dependency> --> |
|
| 408 | 367 |
|
| 409 | 368 |
<!-- WYSIWYG Editor --> |
| 410 |
- <dependency> |
|
| 369 |
+ <!-- <dependency> |
|
| 411 | 370 |
<groupId>com.ckeditor</groupId> |
| 412 | 371 |
<artifactId>ckeditor-java-core</artifactId> |
| 413 | 372 |
<version>3.5.3</version> |
| 414 |
- </dependency> |
|
| 373 |
+ </dependency> --> |
|
| 415 | 374 |
|
| 416 | 375 |
<!-- xmlParserAPI --> |
| 417 | 376 |
<dependency> |
... | ... | @@ -420,12 +379,12 @@ |
| 420 | 379 |
<version>1.7</version> |
| 421 | 380 |
</dependency> |
| 422 | 381 |
|
| 423 |
- <!-- oauth --> |
|
| 424 |
- <dependency> |
|
| 425 |
- <groupId>org.springframework.social</groupId> |
|
| 426 |
- <artifactId>spring-social-facebook-web</artifactId> |
|
| 427 |
- <version>1.1.1.RELEASE</version> |
|
| 428 |
- <exclusions> |
|
| 382 |
+ <!-- facebook 연동시 추가 --> |
|
| 383 |
+ <!-- <dependency> |
|
| 384 |
+ <groupId>org.springframework.social</groupId> |
|
| 385 |
+ <artifactId>spring-social-facebook</artifactId> |
|
| 386 |
+ <version>2.0.3.RELEASE</version> |
|
| 387 |
+ <exclusions> |
|
| 429 | 388 |
<exclusion> |
| 430 | 389 |
<artifactId>spring-web</artifactId> |
| 431 | 390 |
<groupId>org.springframework</groupId> |
... | ... | @@ -435,18 +394,21 @@ |
| 435 | 394 |
<groupId>org.springframework</groupId> |
| 436 | 395 |
</exclusion> |
| 437 | 396 |
</exclusions> |
| 397 |
+ </dependency> --> |
|
| 398 |
+ |
|
| 399 |
+ <!-- oauth2 login --> |
|
| 400 |
+ <!-- <dependency> |
|
| 401 |
+ <groupId>com.github.scribejava</groupId> |
|
| 402 |
+ <artifactId>scribejava-apis</artifactId> |
|
| 403 |
+ <version>5.6.0</version> |
|
| 438 | 404 |
</dependency> |
| 405 |
+ |
|
| 439 | 406 |
<dependency> |
| 440 |
- <groupId>org.springframework.social</groupId> |
|
| 441 |
- <artifactId>spring-social-twitter</artifactId> |
|
| 442 |
- <version>1.1.0.RELEASE</version> |
|
| 443 |
- <exclusions> |
|
| 444 |
- <exclusion> |
|
| 445 |
- <artifactId>spring-web</artifactId> |
|
| 446 |
- <groupId>org.springframework</groupId> |
|
| 447 |
- </exclusion> |
|
| 448 |
- </exclusions> |
|
| 407 |
+ <groupId>com.github.scribejava</groupId> |
|
| 408 |
+ <artifactId>scribejava-core</artifactId> |
|
| 409 |
+ <version>5.6.0</version> |
|
| 449 | 410 |
</dependency> |
| 411 |
+ |
|
| 450 | 412 |
<dependency> |
| 451 | 413 |
<groupId>org.apache.httpcomponents</groupId> |
| 452 | 414 |
<artifactId>httpclient</artifactId> |
... | ... | @@ -462,31 +424,10 @@ |
| 462 | 424 |
<groupId>com.h2database</groupId> |
| 463 | 425 |
<artifactId>h2</artifactId> |
| 464 | 426 |
<version>1.4.180</version> |
| 465 |
- </dependency> |
|
| 466 |
- |
|
| 467 |
- <!-- facebook 연동시 추가 --> |
|
| 468 |
- <dependency> |
|
| 469 |
- <groupId>org.springframework.social</groupId> |
|
| 470 |
- <artifactId>spring-social-security</artifactId> |
|
| 471 |
- <version>1.1.0.RELEASE</version> |
|
| 472 |
- <exclusions> |
|
| 473 |
- <exclusion> |
|
| 474 |
- <artifactId>spring-security-web</artifactId> |
|
| 475 |
- <groupId>org.springframework.security</groupId> |
|
| 476 |
- </exclusion> |
|
| 477 |
- <exclusion> |
|
| 478 |
- <artifactId>spring-web</artifactId> |
|
| 479 |
- <groupId>org.springframework</groupId> |
|
| 480 |
- </exclusion> |
|
| 481 |
- <exclusion> |
|
| 482 |
- <artifactId>spring-webmvc</artifactId> |
|
| 483 |
- <groupId>org.springframework</groupId> |
|
| 484 |
- </exclusion> |
|
| 485 |
- </exclusions> |
|
| 486 |
- </dependency> |
|
| 427 |
+ </dependency> --> |
|
| 487 | 428 |
|
| 488 | 429 |
<!-- WebSocket Messenger --> |
| 489 |
- <dependency> |
|
| 430 |
+ <!-- <dependency> |
|
| 490 | 431 |
<groupId>javax.websocket</groupId> |
| 491 | 432 |
<artifactId>javax.websocket-api</artifactId> |
| 492 | 433 |
<version>1.0</version> |
... | ... | @@ -496,11 +437,11 @@ |
| 496 | 437 |
<groupId>org.glassfish</groupId> |
| 497 | 438 |
<artifactId>javax.json</artifactId> |
| 498 | 439 |
<version>1.0.4</version> |
| 499 |
- </dependency> |
|
| 440 |
+ </dependency> --> |
|
| 500 | 441 |
|
| 501 | 442 |
<!-- ajax json --> |
| 502 | 443 |
<!-- social에서 참조 하고 있어 임시 주석 처리 --> |
| 503 |
- <!-- |
|
| 444 |
+ |
|
| 504 | 445 |
<dependency> |
| 505 | 446 |
<groupId>com.fasterxml.jackson.core</groupId> |
| 506 | 447 |
<artifactId>jackson-core</artifactId> |
... | ... | @@ -516,14 +457,14 @@ |
| 516 | 457 |
<artifactId>jackson-databind</artifactId> |
| 517 | 458 |
<version>2.5.1</version> |
| 518 | 459 |
</dependency> |
| 519 |
- |
|
| 520 |
- --> |
|
| 521 |
- |
|
| 460 |
+ |
|
| 461 |
+ |
|
| 522 | 462 |
<!-- LDAP조직도관리 관련 라이브러리 --> |
| 463 |
+ <!-- |
|
| 523 | 464 |
<dependency> |
| 524 | 465 |
<groupId>org.springframework.ldap</groupId> |
| 525 | 466 |
<artifactId>spring-ldap-core</artifactId> |
| 526 |
- <version>2.0.2.RELEASE</version> |
|
| 467 |
+ <version>2.3.2.RELEASE</version> |
|
| 527 | 468 |
<exclusions> |
| 528 | 469 |
<exclusion> |
| 529 | 470 |
<groupId>org.springframework</groupId> |
... | ... | @@ -546,7 +487,7 @@ |
| 546 | 487 |
<artifactId>jcl-over-slf4j</artifactId> |
| 547 | 488 |
</exclusion> |
| 548 | 489 |
</exclusions> |
| 549 |
- </dependency> |
|
| 490 |
+ </dependency> --> |
|
| 550 | 491 |
<dependency> |
| 551 | 492 |
<groupId>org.codehaus.jackson</groupId> |
| 552 | 493 |
<artifactId>jackson-mapper-asl</artifactId> |
... | ... | @@ -558,121 +499,107 @@ |
| 558 | 499 |
<artifactId>mysql-connector-java</artifactId> |
| 559 | 500 |
<version>5.1.31</version> |
| 560 | 501 |
</dependency> |
| 561 |
- |
|
| 502 |
+ |
|
| 503 |
+ <dependency> |
|
| 504 |
+ <groupId>org.mariadb.jdbc</groupId> |
|
| 505 |
+ <artifactId>mariadb-java-client</artifactId> |
|
| 506 |
+ <version>2.2.5</version> |
|
| 507 |
+ </dependency> |
|
| 508 |
+ |
|
| 509 |
+ |
|
| 510 |
+ <!-- <dependency> |
|
| 511 |
+ <groupId>org.postgresql</groupId> |
|
| 512 |
+ <artifactId>postgresql</artifactId> |
|
| 513 |
+ <version>9.4.1208</version> |
|
| 514 |
+ </dependency> --> |
|
| 515 |
+ |
|
| 562 | 516 |
<!-- 3rd party 라이브러리로 별도의 설치 필요 --> |
| 563 | 517 |
<!-- oracle 11g driver --> |
| 564 |
- <!-- <dependency> |
|
| 518 |
+ <!-- |
|
| 519 |
+ <dependency> |
|
| 565 | 520 |
<groupId>ojdbc</groupId> |
| 566 | 521 |
<artifactId>ojdbc</artifactId> |
| 567 | 522 |
<version>6-11</version> |
| 568 | 523 |
<scope>system</scope> |
| 569 | 524 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ojdbc6-11.2.0.3.jar</systemPath>
|
| 570 |
- </dependency> --> |
|
| 571 |
- |
|
| 525 |
+ </dependency> |
|
| 526 |
+ --> |
|
| 572 | 527 |
<!-- altibase driver --> |
| 573 |
- <!-- <dependency> |
|
| 528 |
+ <!-- |
|
| 529 |
+ <dependency> |
|
| 574 | 530 |
<groupId>altibase</groupId> |
| 575 | 531 |
<artifactId>altibase-jdbc-driver</artifactId> |
| 576 | 532 |
<version>5.1.3.18</version> |
| 577 | 533 |
<scope>system</scope> |
| 578 | 534 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/Altibase.jar</systemPath>
|
| 579 |
- </dependency> --> |
|
| 580 |
- |
|
| 535 |
+ </dependency> |
|
| 536 |
+ --> |
|
| 581 | 537 |
<!-- tibero driver --> |
| 582 |
- <!-- <dependency> |
|
| 538 |
+ <!-- |
|
| 539 |
+ <dependency> |
|
| 583 | 540 |
<groupId>com.tmax.tibero</groupId> |
| 584 | 541 |
<artifactId>tibero-jdbc</artifactId> |
| 585 | 542 |
<version>3.0</version> |
| 586 | 543 |
<scope>system</scope> |
| 587 | 544 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/tibero5-jdbc.jar</systemPath>
|
| 588 |
- </dependency> --> |
|
| 589 |
- |
|
| 545 |
+ </dependency> |
|
| 546 |
+ --> |
|
| 590 | 547 |
<!-- cubrid driver --> |
| 591 |
- <!-- <dependency> |
|
| 548 |
+ <!-- |
|
| 549 |
+ <dependency> |
|
| 592 | 550 |
<groupId>cubrid</groupId> |
| 593 | 551 |
<artifactId>cubrid-jdbc</artifactId> |
| 594 | 552 |
<version>8.4</version> |
| 595 | 553 |
<scope>system</scope> |
| 596 | 554 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/cubrid_jdbc.jar</systemPath>
|
| 597 |
- </dependency> --> |
|
| 598 |
- |
|
| 555 |
+ </dependency> |
|
| 556 |
+ --> |
|
| 599 | 557 |
<!-- M-Gov (SMS Service API) --> |
| 600 |
- <!-- |
|
| 601 |
- <dependency> |
|
| 558 |
+ <!-- <dependency> |
|
| 602 | 559 |
<groupId>kr.go.mgov</groupId> |
| 603 | 560 |
<artifactId>smeapi</artifactId> |
| 604 | 561 |
<version>2.7</version> |
| 605 | 562 |
<scope>system</scope> |
| 606 | 563 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/smeapi_2_7.jar</systemPath>
|
| 607 |
- </dependency> |
|
| 608 |
- --> |
|
| 609 |
- <!-- GPKI인증서 로그인처리 라이브러리 --> |
|
| 610 |
- <!-- |
|
| 611 |
- <dependency> |
|
| 564 |
+ </dependency> --> |
|
| 565 |
+ <!-- GPKI인증서 로그인처리 라이브러리 --> |
|
| 566 |
+ <!-- <dependency> |
|
| 612 | 567 |
<groupId>kr.go.gpki</groupId> |
| 613 | 568 |
<artifactId>gpkisecureweb</artifactId> |
| 614 | 569 |
<version>1.0.4.9</version> |
| 615 | 570 |
<scope>system</scope> |
| 616 | 571 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gpkisecureweb-1.0.4.9.jar</systemPath>
|
| 617 |
- </dependency> |
|
| 572 |
+ </dependency> |
|
| 618 | 573 |
<dependency> |
| 619 | 574 |
<groupId>kr.go.gpki</groupId> |
| 620 | 575 |
<artifactId>libgpkiapi_jni</artifactId> |
| 621 | 576 |
<version>1.4.0.0</version> |
| 622 | 577 |
<scope>system</scope> |
| 623 | 578 |
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/libgpkiapi_jni-1.4.0.0.jar</systemPath>
|
| 624 |
- </dependency> |
|
| 625 |
- --> |
|
| 626 |
- <!-- naver연동 --> |
|
| 579 |
+ </dependency> --> |
|
| 580 |
+ <!-- 3rd party 라이브러리로 별도의 설치 필요 끝 --> |
|
| 581 |
+ |
|
| 582 |
+ <!-- 공통컴포넌트 끝 --> |
|
| 583 |
+ |
|
| 584 |
+ <!-- naver연동 --> |
|
| 627 | 585 |
<dependency> |
| 628 | 586 |
<groupId>com.github.scribejava</groupId> |
| 629 | 587 |
<artifactId>scribejava-core</artifactId> |
| 630 | 588 |
<version>2.8.1</version> |
| 631 | 589 |
</dependency> |
| 632 | 590 |
|
| 633 |
- <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> |
|
| 634 | 591 |
<dependency> |
| 635 | 592 |
<groupId>com.squareup.okhttp3</groupId> |
| 636 | 593 |
<artifactId>okhttp</artifactId> |
| 637 | 594 |
<version>4.2.2</version> |
| 638 | 595 |
</dependency> |
| 639 | 596 |
|
| 640 |
- <!-- https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor --> |
|
| 641 | 597 |
<dependency> |
| 642 | 598 |
<groupId>com.drewnoakes</groupId> |
| 643 | 599 |
<artifactId>metadata-extractor</artifactId> |
| 644 | 600 |
<version>2.6.2</version> |
| 645 | 601 |
</dependency> |
| 646 | 602 |
|
| 647 |
- <!-- 3rd party 라이브러리로 별도의 설치 필요 끝 --> |
|
| 648 |
- |
|
| 649 |
- <!-- 공통컴포넌트 끝 --> |
|
| 650 |
- |
|
| 651 |
- <dependency> |
|
| 652 |
- <groupId>com.github.clicksend</groupId> |
|
| 653 |
- <artifactId>clicksend-java-client</artifactId> |
|
| 654 |
- <version>1.0.0</version> |
|
| 655 |
- <scope>compile</scope> |
|
| 656 |
- </dependency> |
|
| 657 |
- |
|
| 658 |
- <!-- 엑셀다운로드 --> |
|
| 659 |
- <dependency> |
|
| 660 |
- <groupId>org.apache.poi</groupId> |
|
| 661 |
- <artifactId>poi</artifactId> |
|
| 662 |
- <version>3.10.1</version> |
|
| 663 |
- </dependency> |
|
| 664 |
- <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
|
| 665 |
- <dependency> |
|
| 666 |
- <groupId>org.apache.poi</groupId> |
|
| 667 |
- <artifactId>poi-ooxml</artifactId> |
|
| 668 |
- <version>3.10.1</version> |
|
| 669 |
- </dependency> |
|
| 670 |
- |
|
| 671 |
- <dependency> |
|
| 672 |
- <groupId>com.google.code.gson</groupId> |
|
| 673 |
- <artifactId>gson</artifactId> |
|
| 674 |
- <version>2.8.6</version> |
|
| 675 |
- </dependency> |
|
| 676 | 603 |
</dependencies> |
| 677 | 604 |
|
| 678 | 605 |
|
--- base/src/main/java/egovframework/com/cmm/web/EgovFileMngController.java
+++ base/src/main/java/egovframework/com/cmm/web/EgovFileMngController.java
... | ... | @@ -41,7 +41,6 @@ |
| 41 | 41 |
import egovframework.com.cmm.service.EgovFileMngUtil; |
| 42 | 42 |
import egovframework.com.cmm.service.FileVO; |
| 43 | 43 |
import egovframework.com.cmm.service.JsonResponse; |
| 44 |
-import egovframework.com.lms.service.ClassManageService; |
|
| 45 | 44 |
import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; |
| 46 | 45 |
import egovframework.com.sym.sit.service.EgovSiteManageService; |
| 47 | 46 |
import egovframework.com.sym.sit.service.SiteManageVO; |
... | ... | @@ -87,9 +86,6 @@ |
| 87 | 86 |
|
| 88 | 87 |
@Resource(name = "egovFileIdGnrService") |
| 89 | 88 |
private EgovIdGnrService fileIdgenService; |
| 90 |
- |
|
| 91 |
- @Resource(name = "classManageService") |
|
| 92 |
- private ClassManageService classManageService; |
|
| 93 | 89 |
|
| 94 | 90 |
Logger log = Logger.getLogger(this.getClass()); |
| 95 | 91 |
|
... | ... | @@ -975,68 +971,5 @@ |
| 975 | 971 |
printwriter.write(gson.toJson(jObj)); |
| 976 | 972 |
printwriter.flush(); |
| 977 | 973 |
printwriter.close(); |
| 978 |
- } |
|
| 979 |
- |
|
| 980 |
- //과정수업 첨부파일 목록 |
|
| 981 |
- @RequestMapping("/cmm/fms/studyFileList.do")
|
|
| 982 |
- public String studyFileList(@ModelAttribute("searchVO") FileVO fileVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
|
|
| 983 |
- |
|
| 984 |
- LoginVO loginVO = EgovUserDetailsHelper.getAuthenticatedUser(request, response); |
|
| 985 |
- if(!EgovStringUtil.isEmpty(loginVO.getId())) {
|
|
| 986 |
- fileVO.setFrstRegisterId(loginVO.getId()); |
|
| 987 |
- } |
|
| 988 |
- |
|
| 989 |
- List<String> fileExt = new ArrayList<String>(); |
|
| 990 |
- //이미지 확장자 |
|
| 991 |
- if("Y".equals(fileVO.getFileExtImg())){
|
|
| 992 |
- fileExt.add("jpg");
|
|
| 993 |
- fileExt.add("jpeg");
|
|
| 994 |
- fileExt.add("gif");
|
|
| 995 |
- fileExt.add("png");
|
|
| 996 |
- fileExt.add("bmp");
|
|
| 997 |
- } |
|
| 998 |
- //동영상 확장자 |
|
| 999 |
- if("Y".equals(fileVO.getFileExtImg())){
|
|
| 1000 |
- fileExt.add("mkv");
|
|
| 1001 |
- fileExt.add("avi");
|
|
| 1002 |
- fileExt.add("mp4");
|
|
| 1003 |
- fileExt.add("mpg");
|
|
| 1004 |
- fileExt.add("flv");
|
|
| 1005 |
- fileExt.add("wmv");
|
|
| 1006 |
- fileExt.add("mov");
|
|
| 1007 |
- } |
|
| 1008 |
- //기타 확장자 |
|
| 1009 |
- if("Y".equals(fileVO.getFileExtImg())){
|
|
| 1010 |
- fileExt.add("hwp");
|
|
| 1011 |
- fileExt.add("doc");
|
|
| 1012 |
- fileExt.add("docx");
|
|
| 1013 |
- fileExt.add("ppt");
|
|
| 1014 |
- fileExt.add("pptx");
|
|
| 1015 |
- fileExt.add("xls");
|
|
| 1016 |
- fileExt.add("xlsx");
|
|
| 1017 |
- } |
|
| 1018 |
- fileVO.setSearchFileExtsn(fileExt); |
|
| 1019 |
- |
|
| 1020 |
- model.addAttribute("resultList", this.classManageService.selectSearchStudyFileList(fileVO, request));
|
|
| 1021 |
- model.addAttribute("webPath", propertiesService.getString("Study.fileStoreWebPath"));
|
|
| 1022 |
- |
|
| 1023 |
- return "cmm/fms/StudyFileList"; |
|
| 1024 |
- } |
|
| 1025 |
- |
|
| 1026 |
- @RequestMapping("/cmm/fms/updateFilePublic.do")
|
|
| 1027 |
- public void updateFilePublic(@ModelAttribute("searchVO") FileVO fileVO,HttpServletRequest request,HttpServletResponse response,ModelMap model) throws Exception {
|
|
| 1028 |
- |
|
| 1029 |
- Gson gson = new Gson(); |
|
| 1030 |
- JsonObject jObj = new JsonObject(); |
|
| 1031 |
- |
|
| 1032 |
- fileService.updateFilePublic(fileVO); |
|
| 1033 |
- jObj.addProperty("successYn", "Y");
|
|
| 1034 |
- |
|
| 1035 |
- response.setContentType("text/javascript; charset=utf-8");
|
|
| 1036 |
- PrintWriter printwriter = response.getWriter(); |
|
| 1037 |
- printwriter.write(gson.toJson(jObj)); |
|
| 1038 |
- printwriter.flush(); |
|
| 1039 |
- printwriter.close(); |
|
| 1040 |
- |
|
| 1041 | 974 |
} |
| 1042 | 975 |
} |
--- base/src/main/java/egovframework/com/cop/bbs/web/EgovBBSManageController.java
+++ base/src/main/java/egovframework/com/cop/bbs/web/EgovBBSManageController.java
... | ... | @@ -37,8 +37,6 @@ |
| 37 | 37 |
import egovframework.com.cop.bbs.service.EgovBBSCtgryMasterService; |
| 38 | 38 |
import egovframework.com.cop.bbs.service.EgovBBSCtgryService; |
| 39 | 39 |
import egovframework.com.cop.bbs.service.EgovBBSManageService; |
| 40 |
-import egovframework.com.lms.service.CurriculumService; |
|
| 41 |
-import egovframework.com.lms.service.CurriculumVO; |
|
| 42 | 40 |
import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; |
| 43 | 41 |
import egovframework.com.sym.ccm.cde.service.CmmnDetailCode; |
| 44 | 42 |
import egovframework.com.sym.sit.service.EgovSiteManageService; |
... | ... | @@ -110,9 +108,6 @@ |
| 110 | 108 |
|
| 111 | 109 |
@Resource(name = "EgovBBSCtgryService") |
| 112 | 110 |
private EgovBBSCtgryService egovBBSCtgryService; |
| 113 |
- |
|
| 114 |
- @Resource(name = "curriculumService") |
|
| 115 |
- private CurriculumService curriculumService; |
|
| 116 | 111 |
|
| 117 | 112 |
/** EgovPropertyService */ |
| 118 | 113 |
@Resource(name = "propertiesService") |
... | ... | @@ -1127,59 +1122,4 @@ |
| 1127 | 1122 |
return null; |
| 1128 | 1123 |
} |
| 1129 | 1124 |
|
| 1130 |
- /** |
|
| 1131 |
- * 마이페이지 > 관심리스트 > 교육과정 |
|
| 1132 |
- */ |
|
| 1133 |
- @RequestMapping(value = "/lms/crm/selectWishCrsList.do") |
|
| 1134 |
- public String selectWishCrsList(@ModelAttribute("searchVO") CurriculumVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
|
|
| 1135 |
- //언어코드 |
|
| 1136 |
- Ctgry ctgry = new Ctgry(); |
|
| 1137 |
- ctgry.setCtgrymasterId("CTGMST_0000000000002");
|
|
| 1138 |
- model.addAttribute("languageList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
|
|
| 1139 |
- |
|
| 1140 |
- //과정진행상태 - 공통코드(LMS30) |
|
| 1141 |
- ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); |
|
| 1142 |
- voComCode = new ComDefaultCodeVO(); |
|
| 1143 |
- voComCode.setCodeId("LMS30");
|
|
| 1144 |
- List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); |
|
| 1145 |
- model.addAttribute("statusComCode", statusComCode);
|
|
| 1146 |
- |
|
| 1147 |
- //캠퍼스 |
|
| 1148 |
- ctgry.setCtgrymasterId("CTGMST_0000000000017");
|
|
| 1149 |
- model.addAttribute("campusList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
|
|
| 1150 |
- |
|
| 1151 |
- searchVO.setFirstIndex(0); |
|
| 1152 |
- searchVO.setLastIndex(10); |
|
| 1153 |
- searchVO.setRecordCountPerPage(10); |
|
| 1154 |
- |
|
| 1155 |
- LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); |
|
| 1156 |
- searchVO.setUserId(user.getId()); |
|
| 1157 |
- searchVO.setUserSeCode(user.getUserSeCode()); |
|
| 1158 |
- //학생, 교원 페이지 분기 처리 |
|
| 1159 |
- if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
|
|
| 1160 |
- searchVO.setStudentPageAt("Y");
|
|
| 1161 |
- } |
|
| 1162 |
- searchVO.setWishCurriculumPageAt("Y");
|
|
| 1163 |
- List<?> curriculumList = curriculumService.selectCurriculumList(searchVO, request, response); |
|
| 1164 |
- model.addAttribute("resultList", curriculumList);
|
|
| 1165 |
- |
|
| 1166 |
- //나의 교육과정 개수 조회 |
|
| 1167 |
- int myCurriculumCnt = 0; |
|
| 1168 |
- CurriculumVO myCurriculumVO = new CurriculumVO(); |
|
| 1169 |
- |
|
| 1170 |
- //학생, 교원 페이지 분기 처리 |
|
| 1171 |
- if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
|
|
| 1172 |
- myCurriculumVO.setStudentPageAt("Y");
|
|
| 1173 |
- myCurriculumVO.setSttus("1");
|
|
| 1174 |
- } else { //교원
|
|
| 1175 |
- myCurriculumVO.setMyCurriculumPageFlag("teacher");
|
|
| 1176 |
- } |
|
| 1177 |
- |
|
| 1178 |
- myCurriculumVO.setSearchProcessSttusCodeDate("7");
|
|
| 1179 |
- myCurriculumVO.setUserId(user.getId()); |
|
| 1180 |
- myCurriculumCnt = curriculumService.selectCurriculumListTotCnt(myCurriculumVO, request, response); |
|
| 1181 |
- model.addAttribute("myCurriculumCnt", myCurriculumCnt);
|
|
| 1182 |
- |
|
| 1183 |
- return "usr/WishCurriculumList"; |
|
| 1184 |
- } |
|
| 1185 | 1125 |
} |
--- base/src/main/java/egovframework/com/lms/service/AttendService.java
... | ... | @@ -1,17 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.lms.service.BasefileVO; | |
| 6 | - | |
| 7 | -public interface AttendService {
| |
| 8 | - | |
| 9 | - //출석 수정 | |
| 10 | - void updateAttention(AttendVO vo) throws Exception; | |
| 11 | - | |
| 12 | - //출석목록 | |
| 13 | - public List selectAttendList(AttendVO vo) throws Exception; | |
| 14 | - | |
| 15 | - //과정별 학생 출석 목록(성적) | |
| 16 | - public List studentAttendList(AttendVO vo) throws Exception; | |
| 17 | -} |
--- base/src/main/java/egovframework/com/lms/service/AttendVO.java
... | ... | @@ -1,231 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -public class AttendVO extends ComDefaultVO{
| |
| 8 | - private static final long serialVersionUID = 1L; | |
| 9 | - | |
| 10 | - /** 과정ID */ | |
| 11 | - private java.lang.String crclId; | |
| 12 | - | |
| 13 | - /** 수업ID */ | |
| 14 | - private java.lang.String plId; | |
| 15 | - | |
| 16 | - /** 메뉴ID */ | |
| 17 | - private java.lang.String menuId; | |
| 18 | - | |
| 19 | - /** 사용자ID */ | |
| 20 | - private java.lang.String userId; | |
| 21 | - | |
| 22 | - /** 사용자명 */ | |
| 23 | - private java.lang.String userNm; | |
| 24 | - | |
| 25 | - /** 출석상태 : Y - 출석, L - 지각, N - 결석 */ | |
| 26 | - private java.lang.String attentionType; | |
| 27 | - | |
| 28 | - /** FRST_REGISTER_ID */ | |
| 29 | - private java.lang.String frstRegisterId; | |
| 30 | - | |
| 31 | - /** FRST_REGISTER_PNTTM */ | |
| 32 | - private java.util.Date frstRegisterPnttm; | |
| 33 | - | |
| 34 | - /** LAST_UPDUSR_ID */ | |
| 35 | - private java.lang.String lastUpdusrId; | |
| 36 | - | |
| 37 | - /** LAST_UPDUSR_PNTTM */ | |
| 38 | - private java.util.Date lastUpdusrPnttm; | |
| 39 | - | |
| 40 | - /** 소속 */ | |
| 41 | - private java.lang.String mngDeptNm; | |
| 42 | - | |
| 43 | - /** 생년월일 */ | |
| 44 | - private java.lang.String brthdy; | |
| 45 | - | |
| 46 | - /** 학번 */ | |
| 47 | - private java.lang.String stNumber; | |
| 48 | - | |
| 49 | - /** 학년 */ | |
| 50 | - private java.lang.String stGrade; | |
| 51 | - | |
| 52 | - /** 반 */ | |
| 53 | - private java.lang.String classCnt; | |
| 54 | - | |
| 55 | - /** 조 */ | |
| 56 | - private java.lang.String groupCnt; | |
| 57 | - | |
| 58 | - //사용자Id | |
| 59 | - private List<String> userIdList; | |
| 60 | - | |
| 61 | - //출석상태 목록 | |
| 62 | - private List<String> attentionTypeList; | |
| 63 | - | |
| 64 | - //검색 수업ID | |
| 65 | - private java.lang.String searchPlId; | |
| 66 | - | |
| 67 | - //모달여부 | |
| 68 | - private java.lang.String modalAt; | |
| 69 | - | |
| 70 | - public java.lang.String getPlId() {
| |
| 71 | - return plId; | |
| 72 | - } | |
| 73 | - | |
| 74 | - public void setPlId(java.lang.String plId) {
| |
| 75 | - this.plId = plId; | |
| 76 | - } | |
| 77 | - | |
| 78 | - public java.lang.String getUserId() {
| |
| 79 | - return userId; | |
| 80 | - } | |
| 81 | - | |
| 82 | - public void setUserId(java.lang.String userId) {
| |
| 83 | - this.userId = userId; | |
| 84 | - } | |
| 85 | - | |
| 86 | - public java.lang.String getAttentionType() {
| |
| 87 | - return attentionType; | |
| 88 | - } | |
| 89 | - | |
| 90 | - public void setAttentionType(java.lang.String attentionType) {
| |
| 91 | - this.attentionType = attentionType; | |
| 92 | - } | |
| 93 | - | |
| 94 | - public java.lang.String getFrstRegisterId() {
| |
| 95 | - return frstRegisterId; | |
| 96 | - } | |
| 97 | - | |
| 98 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 99 | - this.frstRegisterId = frstRegisterId; | |
| 100 | - } | |
| 101 | - | |
| 102 | - public java.util.Date getFrstRegisterPnttm() {
| |
| 103 | - return frstRegisterPnttm; | |
| 104 | - } | |
| 105 | - | |
| 106 | - public void setFrstRegisterPnttm(java.util.Date frstRegisterPnttm) {
| |
| 107 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 108 | - } | |
| 109 | - | |
| 110 | - public java.lang.String getLastUpdusrId() {
| |
| 111 | - return lastUpdusrId; | |
| 112 | - } | |
| 113 | - | |
| 114 | - public void setLastUpdusrId(java.lang.String lastUpdusrId) {
| |
| 115 | - this.lastUpdusrId = lastUpdusrId; | |
| 116 | - } | |
| 117 | - | |
| 118 | - public java.util.Date getLastUpdusrPnttm() {
| |
| 119 | - return lastUpdusrPnttm; | |
| 120 | - } | |
| 121 | - | |
| 122 | - public void setLastUpdusrPnttm(java.util.Date lastUpdusrPnttm) {
| |
| 123 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 124 | - } | |
| 125 | - | |
| 126 | - public java.lang.String getUserNm() {
| |
| 127 | - return userNm; | |
| 128 | - } | |
| 129 | - | |
| 130 | - public void setUserNm(java.lang.String userNm) {
| |
| 131 | - this.userNm = userNm; | |
| 132 | - } | |
| 133 | - | |
| 134 | - public java.lang.String getMngDeptNm() {
| |
| 135 | - return mngDeptNm; | |
| 136 | - } | |
| 137 | - | |
| 138 | - public void setMngDeptNm(java.lang.String mngDeptNm) {
| |
| 139 | - this.mngDeptNm = mngDeptNm; | |
| 140 | - } | |
| 141 | - | |
| 142 | - public java.lang.String getBrthdy() {
| |
| 143 | - return brthdy; | |
| 144 | - } | |
| 145 | - | |
| 146 | - public void setBrthdy(java.lang.String brthdy) {
| |
| 147 | - this.brthdy = brthdy; | |
| 148 | - } | |
| 149 | - | |
| 150 | - public java.lang.String getStNumber() {
| |
| 151 | - return stNumber; | |
| 152 | - } | |
| 153 | - | |
| 154 | - public void setStNumber(java.lang.String stNumber) {
| |
| 155 | - this.stNumber = stNumber; | |
| 156 | - } | |
| 157 | - | |
| 158 | - public java.lang.String getStGrade() {
| |
| 159 | - return stGrade; | |
| 160 | - } | |
| 161 | - | |
| 162 | - public void setStGrade(java.lang.String stGrade) {
| |
| 163 | - this.stGrade = stGrade; | |
| 164 | - } | |
| 165 | - | |
| 166 | - public java.lang.String getClassCnt() {
| |
| 167 | - return classCnt; | |
| 168 | - } | |
| 169 | - | |
| 170 | - public void setClassCnt(java.lang.String classCnt) {
| |
| 171 | - this.classCnt = classCnt; | |
| 172 | - } | |
| 173 | - | |
| 174 | - public java.lang.String getCrclId() {
| |
| 175 | - return crclId; | |
| 176 | - } | |
| 177 | - | |
| 178 | - public void setCrclId(java.lang.String crclId) {
| |
| 179 | - this.crclId = crclId; | |
| 180 | - } | |
| 181 | - | |
| 182 | - public List<String> getAttentionTypeList() {
| |
| 183 | - return attentionTypeList; | |
| 184 | - } | |
| 185 | - | |
| 186 | - public void setAttentionTypeList(List<String> attentionTypeList) {
| |
| 187 | - this.attentionTypeList = attentionTypeList; | |
| 188 | - } | |
| 189 | - | |
| 190 | - public java.lang.String getMenuId() {
| |
| 191 | - return menuId; | |
| 192 | - } | |
| 193 | - | |
| 194 | - public void setMenuId(java.lang.String menuId) {
| |
| 195 | - this.menuId = menuId; | |
| 196 | - } | |
| 197 | - | |
| 198 | - public List<String> getUserIdList() {
| |
| 199 | - return userIdList; | |
| 200 | - } | |
| 201 | - | |
| 202 | - public void setUserIdList(List<String> userIdList) {
| |
| 203 | - this.userIdList = userIdList; | |
| 204 | - } | |
| 205 | - | |
| 206 | - public java.lang.String getSearchPlId() {
| |
| 207 | - return searchPlId; | |
| 208 | - } | |
| 209 | - | |
| 210 | - public void setSearchPlId(java.lang.String searchPlId) {
| |
| 211 | - this.searchPlId = searchPlId; | |
| 212 | - } | |
| 213 | - | |
| 214 | - public java.lang.String getModalAt() {
| |
| 215 | - return modalAt; | |
| 216 | - } | |
| 217 | - | |
| 218 | - public void setModalAt(java.lang.String modalAt) {
| |
| 219 | - this.modalAt = modalAt; | |
| 220 | - } | |
| 221 | - | |
| 222 | - public java.lang.String getGroupCnt() {
| |
| 223 | - return groupCnt; | |
| 224 | - } | |
| 225 | - | |
| 226 | - public void setGroupCnt(java.lang.String groupCnt) {
| |
| 227 | - this.groupCnt = groupCnt; | |
| 228 | - } | |
| 229 | - | |
| 230 | - | |
| 231 | -} |
--- base/src/main/java/egovframework/com/lms/service/BasefileService.java
... | ... | @@ -1,68 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import egovframework.com.lms.service.BasefileVO; | |
| 5 | - | |
| 6 | -/** | |
| 7 | - * @Class Name : BasefileService.java | |
| 8 | - * @Description : Basefile Business class | |
| 9 | - * @Modification Information | |
| 10 | - * | |
| 11 | - * @author 문성진 | |
| 12 | - * @since 2019-10-11 | |
| 13 | - * @version 1.0 | |
| 14 | - * @see | |
| 15 | - * | |
| 16 | - * Copyright (C) All right reserved. | |
| 17 | - */ | |
| 18 | -public interface BasefileService {
| |
| 19 | - | |
| 20 | - /** | |
| 21 | - * basefile을 등록한다. | |
| 22 | - * @param vo - 등록할 정보가 담긴 BasefileVO | |
| 23 | - * @return 등록 결과 | |
| 24 | - * @exception Exception | |
| 25 | - */ | |
| 26 | - String insertBasefile(BasefileVO vo) throws Exception; | |
| 27 | - | |
| 28 | - /** | |
| 29 | - * basefile을 수정한다. | |
| 30 | - * @param vo - 수정할 정보가 담긴 BasefileVO | |
| 31 | - * @return void형 | |
| 32 | - * @exception Exception | |
| 33 | - */ | |
| 34 | - void updateBasefile(BasefileVO vo) throws Exception; | |
| 35 | - | |
| 36 | - /** | |
| 37 | - * basefile을 삭제한다. | |
| 38 | - * @param vo - 삭제할 정보가 담긴 BasefileVO | |
| 39 | - * @return void형 | |
| 40 | - * @exception Exception | |
| 41 | - */ | |
| 42 | - void deleteBasefile(BasefileVO vo) throws Exception; | |
| 43 | - | |
| 44 | - /** | |
| 45 | - * basefile을 조회한다. | |
| 46 | - * @param vo - 조회할 정보가 담긴 BasefileVO | |
| 47 | - * @return 조회한 basefile | |
| 48 | - * @exception Exception | |
| 49 | - */ | |
| 50 | - BasefileVO selectBasefile(BasefileVO vo) throws Exception; | |
| 51 | - | |
| 52 | - /** | |
| 53 | - * basefile 목록을 조회한다. | |
| 54 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 55 | - * @return basefile 목록 | |
| 56 | - * @exception Exception | |
| 57 | - */ | |
| 58 | - List selectBasefileList(BasefileVO searchVO) throws Exception; | |
| 59 | - | |
| 60 | - /** | |
| 61 | - * basefile 총 갯수를 조회한다. | |
| 62 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 63 | - * @return basefile 총 갯수 | |
| 64 | - * @exception | |
| 65 | - */ | |
| 66 | - int selectBasefileListTotCnt(BasefileVO searchVO); | |
| 67 | - | |
| 68 | -} |
--- base/src/main/java/egovframework/com/lms/service/BasefileVO.java
... | ... | @@ -1,89 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : BasefileVO.java | |
| 9 | - * @Description : Basefile VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019-10-11 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class BasefileVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - /** ATCH_FILE_ID */ | |
| 23 | - private java.lang.String atchFileId; | |
| 24 | - | |
| 25 | - /** CTGRY_ID */ | |
| 26 | - private java.lang.String ctgryId; | |
| 27 | - | |
| 28 | - /** UPPER_CTGRY_ID */ | |
| 29 | - private java.lang.String upperCtgryId; | |
| 30 | - | |
| 31 | - /** FRST_REGISTER_ID */ | |
| 32 | - private java.lang.String frstRegisterId; | |
| 33 | - | |
| 34 | - /** FRST_REGISTER_PNTTM */ | |
| 35 | - private java.lang.String frstRegisterPnttm; | |
| 36 | - | |
| 37 | - /** 카테고리 리스트 */ | |
| 38 | - private List<String> ctgryIdList; | |
| 39 | - | |
| 40 | - public java.lang.String getAtchFileId() {
| |
| 41 | - return this.atchFileId; | |
| 42 | - } | |
| 43 | - | |
| 44 | - public void setAtchFileId(java.lang.String atchFileId) {
| |
| 45 | - this.atchFileId = atchFileId; | |
| 46 | - } | |
| 47 | - | |
| 48 | - public java.lang.String getCtgryId() {
| |
| 49 | - return this.ctgryId; | |
| 50 | - } | |
| 51 | - | |
| 52 | - public void setCtgryId(java.lang.String ctgryId) {
| |
| 53 | - this.ctgryId = ctgryId; | |
| 54 | - } | |
| 55 | - | |
| 56 | - public java.lang.String getUpperCtgryId() {
| |
| 57 | - return this.upperCtgryId; | |
| 58 | - } | |
| 59 | - | |
| 60 | - public void setUpperCtgryId(java.lang.String upperCtgryId) {
| |
| 61 | - this.upperCtgryId = upperCtgryId; | |
| 62 | - } | |
| 63 | - | |
| 64 | - public java.lang.String getFrstRegisterId() {
| |
| 65 | - return this.frstRegisterId; | |
| 66 | - } | |
| 67 | - | |
| 68 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 69 | - this.frstRegisterId = frstRegisterId; | |
| 70 | - } | |
| 71 | - | |
| 72 | - public java.lang.String getFrstRegisterPnttm() {
| |
| 73 | - return this.frstRegisterPnttm; | |
| 74 | - } | |
| 75 | - | |
| 76 | - public void setFrstRegisterPnttm(java.lang.String frstRegisterPnttm) {
| |
| 77 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 78 | - } | |
| 79 | - | |
| 80 | - public List<String> getCtgryIdList() {
| |
| 81 | - return ctgryIdList; | |
| 82 | - } | |
| 83 | - | |
| 84 | - public void setCtgryIdList(List<String> ctgryIdList) {
| |
| 85 | - this.ctgryIdList = ctgryIdList; | |
| 86 | - } | |
| 87 | - | |
| 88 | - | |
| 89 | -} |
--- base/src/main/java/egovframework/com/lms/service/CertificateService.java
... | ... | @@ -1,28 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import java.util.Map; | |
| 5 | - | |
| 6 | -import javax.servlet.http.HttpServletRequest; | |
| 7 | -import javax.servlet.http.HttpServletResponse; | |
| 8 | - | |
| 9 | -import egovframework.com.cmm.service.FileVO; | |
| 10 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 11 | - | |
| 12 | -public interface CertificateService {
| |
| 13 | - | |
| 14 | - //수료증등록 | |
| 15 | - void insertCertificate(CertificateVO vo) throws Exception; | |
| 16 | - | |
| 17 | - //재발급 | |
| 18 | - void reCertificate(CertificateVO vo) throws Exception; | |
| 19 | - | |
| 20 | - //주료증 목록 | |
| 21 | - List selectCertificateList(CertificateVO searchVO) throws Exception; | |
| 22 | - | |
| 23 | - //주료증 목록 수 | |
| 24 | - int selectCertificateListCnt(CertificateVO searchVO) throws Exception; | |
| 25 | - | |
| 26 | - //수료증 조회 | |
| 27 | - EgovMap selectCertificate(CertificateVO vo) throws Exception; | |
| 28 | -} |
--- base/src/main/java/egovframework/com/lms/service/CertificateVO.java
... | ... | @@ -1,331 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -public class CertificateVO extends ComDefaultVO{
| |
| 8 | - private static final long serialVersionUID = 1L; | |
| 9 | - | |
| 10 | - /** 과정ID */ | |
| 11 | - private java.lang.String crclId; | |
| 12 | - | |
| 13 | - /** 사용자ID */ | |
| 14 | - private java.lang.String userId; | |
| 15 | - | |
| 16 | - /** 사용자명 */ | |
| 17 | - private java.lang.String userNm; | |
| 18 | - | |
| 19 | - //수료증ID | |
| 20 | - private java.lang.String certificateId; | |
| 21 | - | |
| 22 | - //발행여부 | |
| 23 | - private java.lang.String publicAt; | |
| 24 | - | |
| 25 | - //재발급 요청여부 | |
| 26 | - private java.lang.String reissueAt; | |
| 27 | - | |
| 28 | - //사용여부 | |
| 29 | - private java.lang.String useAt; | |
| 30 | - | |
| 31 | - /** FRST_REGISTER_ID */ | |
| 32 | - private java.lang.String frstRegisterId; | |
| 33 | - | |
| 34 | - /** FRST_REGISTER_PNTTM */ | |
| 35 | - private java.util.Date frstRegisterPnttm; | |
| 36 | - | |
| 37 | - /** LAST_UPDUSR_ID */ | |
| 38 | - private java.lang.String lastUpdusrId; | |
| 39 | - | |
| 40 | - /** LAST_UPDUSR_PNTTM */ | |
| 41 | - private java.util.Date lastUpdusrPnttm; | |
| 42 | - | |
| 43 | - /** 소속 */ | |
| 44 | - private java.lang.String mngDeptNm; | |
| 45 | - | |
| 46 | - /** 생년월일 */ | |
| 47 | - private java.lang.String brthdy; | |
| 48 | - | |
| 49 | - /** 학번 */ | |
| 50 | - private java.lang.String stNumber; | |
| 51 | - | |
| 52 | - /** 학년 */ | |
| 53 | - private java.lang.String stGrade; | |
| 54 | - | |
| 55 | - /** 반 */ | |
| 56 | - private java.lang.String classCnt; | |
| 57 | - | |
| 58 | - /** 조 */ | |
| 59 | - private java.lang.String groupCnt; | |
| 60 | - | |
| 61 | - //사용자Id | |
| 62 | - private List<String> userIdList; | |
| 63 | - | |
| 64 | - //검색용 | |
| 65 | - private java.lang.String searchCertificateId; | |
| 66 | - private java.lang.String searchCrclYear; | |
| 67 | - private java.lang.String searchCrclTerm; | |
| 68 | - private java.lang.String searchStartDate; | |
| 69 | - private java.lang.String searchEndDate; | |
| 70 | - private java.lang.String searchCrclNm; | |
| 71 | - private java.lang.String searchGroupCode; | |
| 72 | - private java.lang.String searchUserNm; | |
| 73 | - private java.lang.String searchMoblphonNo; | |
| 74 | - private java.lang.String searchEmailAdres; | |
| 75 | - private java.lang.String searchUserId; | |
| 76 | - private java.lang.String searchBrthdy; | |
| 77 | - private java.lang.String searchCrclId; | |
| 78 | - | |
| 79 | - public java.lang.String getCrclId() {
| |
| 80 | - return crclId; | |
| 81 | - } | |
| 82 | - | |
| 83 | - public void setCrclId(java.lang.String crclId) {
| |
| 84 | - this.crclId = crclId; | |
| 85 | - } | |
| 86 | - | |
| 87 | - public java.lang.String getUserId() {
| |
| 88 | - return userId; | |
| 89 | - } | |
| 90 | - | |
| 91 | - public void setUserId(java.lang.String userId) {
| |
| 92 | - this.userId = userId; | |
| 93 | - } | |
| 94 | - | |
| 95 | - public java.lang.String getUserNm() {
| |
| 96 | - return userNm; | |
| 97 | - } | |
| 98 | - | |
| 99 | - public void setUserNm(java.lang.String userNm) {
| |
| 100 | - this.userNm = userNm; | |
| 101 | - } | |
| 102 | - | |
| 103 | - public java.lang.String getCertificateId() {
| |
| 104 | - return certificateId; | |
| 105 | - } | |
| 106 | - | |
| 107 | - public void setCertificateId(java.lang.String certificateId) {
| |
| 108 | - this.certificateId = certificateId; | |
| 109 | - } | |
| 110 | - | |
| 111 | - public java.lang.String getPublicAt() {
| |
| 112 | - return publicAt; | |
| 113 | - } | |
| 114 | - | |
| 115 | - public void setPublicAt(java.lang.String publicAt) {
| |
| 116 | - this.publicAt = publicAt; | |
| 117 | - } | |
| 118 | - | |
| 119 | - public java.lang.String getReissueAt() {
| |
| 120 | - return reissueAt; | |
| 121 | - } | |
| 122 | - | |
| 123 | - public void setReissueAt(java.lang.String reissueAt) {
| |
| 124 | - this.reissueAt = reissueAt; | |
| 125 | - } | |
| 126 | - | |
| 127 | - public java.lang.String getUseAt() {
| |
| 128 | - return useAt; | |
| 129 | - } | |
| 130 | - | |
| 131 | - public void setUseAt(java.lang.String useAt) {
| |
| 132 | - this.useAt = useAt; | |
| 133 | - } | |
| 134 | - | |
| 135 | - public java.lang.String getFrstRegisterId() {
| |
| 136 | - return frstRegisterId; | |
| 137 | - } | |
| 138 | - | |
| 139 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 140 | - this.frstRegisterId = frstRegisterId; | |
| 141 | - } | |
| 142 | - | |
| 143 | - public java.util.Date getFrstRegisterPnttm() {
| |
| 144 | - return frstRegisterPnttm; | |
| 145 | - } | |
| 146 | - | |
| 147 | - public void setFrstRegisterPnttm(java.util.Date frstRegisterPnttm) {
| |
| 148 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 149 | - } | |
| 150 | - | |
| 151 | - public java.lang.String getLastUpdusrId() {
| |
| 152 | - return lastUpdusrId; | |
| 153 | - } | |
| 154 | - | |
| 155 | - public void setLastUpdusrId(java.lang.String lastUpdusrId) {
| |
| 156 | - this.lastUpdusrId = lastUpdusrId; | |
| 157 | - } | |
| 158 | - | |
| 159 | - public java.util.Date getLastUpdusrPnttm() {
| |
| 160 | - return lastUpdusrPnttm; | |
| 161 | - } | |
| 162 | - | |
| 163 | - public void setLastUpdusrPnttm(java.util.Date lastUpdusrPnttm) {
| |
| 164 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 165 | - } | |
| 166 | - | |
| 167 | - public java.lang.String getMngDeptNm() {
| |
| 168 | - return mngDeptNm; | |
| 169 | - } | |
| 170 | - | |
| 171 | - public void setMngDeptNm(java.lang.String mngDeptNm) {
| |
| 172 | - this.mngDeptNm = mngDeptNm; | |
| 173 | - } | |
| 174 | - | |
| 175 | - public java.lang.String getBrthdy() {
| |
| 176 | - return brthdy; | |
| 177 | - } | |
| 178 | - | |
| 179 | - public void setBrthdy(java.lang.String brthdy) {
| |
| 180 | - this.brthdy = brthdy; | |
| 181 | - } | |
| 182 | - | |
| 183 | - public java.lang.String getStNumber() {
| |
| 184 | - return stNumber; | |
| 185 | - } | |
| 186 | - | |
| 187 | - public void setStNumber(java.lang.String stNumber) {
| |
| 188 | - this.stNumber = stNumber; | |
| 189 | - } | |
| 190 | - | |
| 191 | - public java.lang.String getStGrade() {
| |
| 192 | - return stGrade; | |
| 193 | - } | |
| 194 | - | |
| 195 | - public void setStGrade(java.lang.String stGrade) {
| |
| 196 | - this.stGrade = stGrade; | |
| 197 | - } | |
| 198 | - | |
| 199 | - public java.lang.String getClassCnt() {
| |
| 200 | - return classCnt; | |
| 201 | - } | |
| 202 | - | |
| 203 | - public void setClassCnt(java.lang.String classCnt) {
| |
| 204 | - this.classCnt = classCnt; | |
| 205 | - } | |
| 206 | - | |
| 207 | - public java.lang.String getGroupCnt() {
| |
| 208 | - return groupCnt; | |
| 209 | - } | |
| 210 | - | |
| 211 | - public void setGroupCnt(java.lang.String groupCnt) {
| |
| 212 | - this.groupCnt = groupCnt; | |
| 213 | - } | |
| 214 | - | |
| 215 | - public List<String> getUserIdList() {
| |
| 216 | - return userIdList; | |
| 217 | - } | |
| 218 | - | |
| 219 | - public void setUserIdList(List<String> userIdList) {
| |
| 220 | - this.userIdList = userIdList; | |
| 221 | - } | |
| 222 | - | |
| 223 | - public static long getSerialversionuid() {
| |
| 224 | - return serialVersionUID; | |
| 225 | - } | |
| 226 | - | |
| 227 | - public java.lang.String getSearchCrclYear() {
| |
| 228 | - return searchCrclYear; | |
| 229 | - } | |
| 230 | - | |
| 231 | - public void setSearchCrclYear(java.lang.String searchCrclYear) {
| |
| 232 | - this.searchCrclYear = searchCrclYear; | |
| 233 | - } | |
| 234 | - | |
| 235 | - public java.lang.String getSearchCrclTerm() {
| |
| 236 | - return searchCrclTerm; | |
| 237 | - } | |
| 238 | - | |
| 239 | - public void setSearchCrclTerm(java.lang.String searchCrclTerm) {
| |
| 240 | - this.searchCrclTerm = searchCrclTerm; | |
| 241 | - } | |
| 242 | - | |
| 243 | - public java.lang.String getSearchStartDate() {
| |
| 244 | - return searchStartDate; | |
| 245 | - } | |
| 246 | - | |
| 247 | - public void setSearchStartDate(java.lang.String searchStartDate) {
| |
| 248 | - this.searchStartDate = searchStartDate; | |
| 249 | - } | |
| 250 | - | |
| 251 | - public java.lang.String getSearchEndDate() {
| |
| 252 | - return searchEndDate; | |
| 253 | - } | |
| 254 | - | |
| 255 | - public void setSearchEndDate(java.lang.String searchEndDate) {
| |
| 256 | - this.searchEndDate = searchEndDate; | |
| 257 | - } | |
| 258 | - | |
| 259 | - public java.lang.String getSearchCrclNm() {
| |
| 260 | - return searchCrclNm; | |
| 261 | - } | |
| 262 | - | |
| 263 | - public void setSearchCrclNm(java.lang.String searchCrclNm) {
| |
| 264 | - this.searchCrclNm = searchCrclNm; | |
| 265 | - } | |
| 266 | - | |
| 267 | - public java.lang.String getSearchGroupCode() {
| |
| 268 | - return searchGroupCode; | |
| 269 | - } | |
| 270 | - | |
| 271 | - public void setSearchGroupCode(java.lang.String searchGroupCode) {
| |
| 272 | - this.searchGroupCode = searchGroupCode; | |
| 273 | - } | |
| 274 | - | |
| 275 | - public java.lang.String getSearchUserNm() {
| |
| 276 | - return searchUserNm; | |
| 277 | - } | |
| 278 | - | |
| 279 | - public void setSearchUserNm(java.lang.String searchUserNm) {
| |
| 280 | - this.searchUserNm = searchUserNm; | |
| 281 | - } | |
| 282 | - | |
| 283 | - public java.lang.String getSearchMoblphonNo() {
| |
| 284 | - return searchMoblphonNo; | |
| 285 | - } | |
| 286 | - | |
| 287 | - public void setSearchMoblphonNo(java.lang.String searchMoblphonNo) {
| |
| 288 | - this.searchMoblphonNo = searchMoblphonNo; | |
| 289 | - } | |
| 290 | - | |
| 291 | - public java.lang.String getSearchEmailAdres() {
| |
| 292 | - return searchEmailAdres; | |
| 293 | - } | |
| 294 | - | |
| 295 | - public void setSearchEmailAdres(java.lang.String searchEmailAdres) {
| |
| 296 | - this.searchEmailAdres = searchEmailAdres; | |
| 297 | - } | |
| 298 | - | |
| 299 | - public java.lang.String getSearchUserId() {
| |
| 300 | - return searchUserId; | |
| 301 | - } | |
| 302 | - | |
| 303 | - public void setSearchUserId(java.lang.String searchUserId) {
| |
| 304 | - this.searchUserId = searchUserId; | |
| 305 | - } | |
| 306 | - | |
| 307 | - public java.lang.String getSearchBrthdy() {
| |
| 308 | - return searchBrthdy; | |
| 309 | - } | |
| 310 | - | |
| 311 | - public void setSearchBrthdy(java.lang.String searchBrthdy) {
| |
| 312 | - this.searchBrthdy = searchBrthdy; | |
| 313 | - } | |
| 314 | - | |
| 315 | - public java.lang.String getSearchCrclId() {
| |
| 316 | - return searchCrclId; | |
| 317 | - } | |
| 318 | - | |
| 319 | - public void setSearchCrclId(java.lang.String searchCrclId) {
| |
| 320 | - this.searchCrclId = searchCrclId; | |
| 321 | - } | |
| 322 | - | |
| 323 | - public java.lang.String getSearchCertificateId() {
| |
| 324 | - return searchCertificateId; | |
| 325 | - } | |
| 326 | - | |
| 327 | - public void setSearchCertificateId(java.lang.String searchCertificateId) {
| |
| 328 | - this.searchCertificateId = searchCertificateId; | |
| 329 | - } | |
| 330 | - | |
| 331 | -} |
--- base/src/main/java/egovframework/com/lms/service/ClassManageService.java
... | ... | @@ -1,49 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import javax.servlet.http.HttpServletRequest; | |
| 6 | - | |
| 7 | -import egovframework.com.cmm.service.FileVO; | |
| 8 | -import egovframework.com.cmm.service.SearchVO; | |
| 9 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 10 | - | |
| 11 | - | |
| 12 | -/** | |
| 13 | - * @Class Name : CurriculumbaseService.java | |
| 14 | - * @Description : Curriculumbase Business class | |
| 15 | - * @Modification Information | |
| 16 | - * | |
| 17 | - * @author 이정현 | |
| 18 | - * @since 2019.11.17 | |
| 19 | - * @version 1.0 | |
| 20 | - * @see | |
| 21 | - * | |
| 22 | - * Copyright (C) All right reserved. | |
| 23 | - */ | |
| 24 | -public interface ClassManageService {
| |
| 25 | - | |
| 26 | - public List selectClassCurriculumList(FileVO fileVo) throws Exception; | |
| 27 | - | |
| 28 | - EgovMap selectFileListMap(FileVO fileVo,HttpServletRequest request) throws Exception; | |
| 29 | - | |
| 30 | - public List selectSearchStudyFileList(FileVO fileVo,HttpServletRequest request) throws Exception; | |
| 31 | - | |
| 32 | - public FileVO selectFileInfo(FileVO fvo) throws Exception; | |
| 33 | - | |
| 34 | - EgovMap selectCurriculumStudyMap(SearchVO searchVo) throws Exception; | |
| 35 | - | |
| 36 | - public List selectCurriculumList(SearchVO searchVo) throws Exception; | |
| 37 | - | |
| 38 | - public List selectCurriculumBaseList(SearchVO searchVo) throws Exception; | |
| 39 | - | |
| 40 | - EgovMap selectCurriculumBoardMap(SearchVO searchVo) throws Exception; | |
| 41 | - | |
| 42 | - EgovMap selectSurveyMap(SearchVO searchVo) throws Exception; | |
| 43 | - | |
| 44 | - public EgovMap selectCurriculumUserInfo(EgovMap map) throws Exception; | |
| 45 | - | |
| 46 | - public EgovMap selectTeacherFileListMap(FileVO fileVo, HttpServletRequest request) throws Exception; | |
| 47 | - | |
| 48 | - public EgovMap selectStudentFileListMap(FileVO fileVo, HttpServletRequest request) throws Exception; | |
| 49 | -} |
--- base/src/main/java/egovframework/com/lms/service/CurriculumMemberService.java
... | ... | @@ -1,145 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -/** | |
| 6 | - * @Class Name : CurriculumMemberService.java | |
| 7 | - * @Description : Curriculum Business class | |
| 8 | - * @Modification Information | |
| 9 | - * | |
| 10 | - * @author 김용완 | |
| 11 | - * @since 2019.12.16 | |
| 12 | - * @version 1.0 | |
| 13 | - * @see | |
| 14 | - * | |
| 15 | - * Copyright (C) All right reserved. | |
| 16 | - */ | |
| 17 | -public interface CurriculumMemberService {
| |
| 18 | - /** | |
| 19 | - * curriculumMember 총 갯수를 조회한다. | |
| 20 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 21 | - * @return curriculum 총 갯수 | |
| 22 | - * @exception | |
| 23 | - */ | |
| 24 | - int selectCurriculumMemberTotCnt(CurriculumVO searchVO); | |
| 25 | - | |
| 26 | - /** | |
| 27 | - * curriculumMember 목록을 조회한다. | |
| 28 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 29 | - * @return curriculumMember 목록 | |
| 30 | - * @exception Exception | |
| 31 | - */ | |
| 32 | - List selectCurriculumMemberList(CurriculumVO searchVO) throws Exception; | |
| 33 | - | |
| 34 | - /** | |
| 35 | - * curriculumMember을 수정한다. | |
| 36 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 37 | - * @return void형 | |
| 38 | - * @exception Exception | |
| 39 | - */ | |
| 40 | - void updateCurriculumAccept(CurriculumVO vo) throws Exception; | |
| 41 | - | |
| 42 | - /** | |
| 43 | - * curriculumMember 통계 목록을 조회한다. | |
| 44 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 45 | - * @return curriculumMember 통계 목록 | |
| 46 | - * @exception Exception | |
| 47 | - */ | |
| 48 | - List curriculumMemberStatsList(CurriculumVO searchVO) throws Exception; | |
| 49 | - | |
| 50 | - /** | |
| 51 | - * 수강 대상자 통계 목록을 조회한다. | |
| 52 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 53 | - * @return curriculumMember 통계 목록 | |
| 54 | - * @exception Exception | |
| 55 | - */ | |
| 56 | - List selectStudentList(CurriculumVO searchVO) throws Exception; | |
| 57 | - | |
| 58 | - /** | |
| 59 | - * 수강 그룹 개수 목록을 조회한다. | |
| 60 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 61 | - * @return curriculumgroup 수강 그룹 개수 | |
| 62 | - * @exception Exception | |
| 63 | - */ | |
| 64 | - List selectMemberGroupCnt(CurriculumVO searchVO) throws Exception; | |
| 65 | - | |
| 66 | - /** | |
| 67 | - * 수강 그룹 목록을 조회한다. | |
| 68 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 69 | - * @return curriculumgroup 수강 그룹 목록 | |
| 70 | - * @exception Exception | |
| 71 | - */ | |
| 72 | - List selectGroupList(CurriculumVO searchVO) throws Exception; | |
| 73 | - | |
| 74 | - /** | |
| 75 | - * 조배정 처리. | |
| 76 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 77 | - * @return void형 | |
| 78 | - * @exception Exception | |
| 79 | - */ | |
| 80 | - void updateCurriculumGroup(CurriculumVO searchVO) throws Exception; | |
| 81 | - | |
| 82 | - /** | |
| 83 | - * 선택한 수강 그룹 목록을 조회한다. | |
| 84 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 85 | - * @return curriculumgroup 수강 그룹 목록 | |
| 86 | - * @exception Exception | |
| 87 | - */ | |
| 88 | - List selectPickStudentList(CurriculumVO searchVO) throws Exception; | |
| 89 | - | |
| 90 | - /** | |
| 91 | - * 조의 개수 리스트를 조회한다. | |
| 92 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 93 | - * @return curriculummember 총 갯수 | |
| 94 | - * @exception | |
| 95 | - */ | |
| 96 | - List selectCurriculumGroupCntList(CurriculumVO searchVO); | |
| 97 | - | |
| 98 | - /** | |
| 99 | - * curriculumgroup을 조회한다. | |
| 100 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 101 | - * @return curriculumgroup 목록 | |
| 102 | - * @exception | |
| 103 | - */ | |
| 104 | - List selectCurriculumClassList(CurriculumVO searchVO) throws Exception; | |
| 105 | - | |
| 106 | - /** | |
| 107 | - * 반의 총 갯수를 조회한다. | |
| 108 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 109 | - * @return curriculumgroup 총 갯수 | |
| 110 | - * @exception | |
| 111 | - */ | |
| 112 | - int selectCurriculumClassTotCnt(CurriculumVO searchVO); | |
| 113 | - | |
| 114 | - /** | |
| 115 | - * 반배정 처리. | |
| 116 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 117 | - * @return void형 | |
| 118 | - * @exception Exception | |
| 119 | - */ | |
| 120 | - void updateCurriculumClass(CurriculumVO searchVO) throws Exception; | |
| 121 | - | |
| 122 | - /** | |
| 123 | - * 반 정보 조회. | |
| 124 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 125 | - * @return void형 | |
| 126 | - * @exception Exception | |
| 127 | - */ | |
| 128 | - public List<?> selectCurriculumGroupList(CurriculumVO searchVO) throws Exception; | |
| 129 | - | |
| 130 | - /** | |
| 131 | - * 학생 상태별 개수 조회. | |
| 132 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 133 | - * @return void형 | |
| 134 | - * @exception Exception | |
| 135 | - */ | |
| 136 | - public List<?> selectMemberSttusCntList(CurriculumVO searchVO) throws Exception; | |
| 137 | - | |
| 138 | - /** | |
| 139 | - * 학생 반, 조 개수 리스트 | |
| 140 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 141 | - * @return void형 | |
| 142 | - * @exception Exception | |
| 143 | - */ | |
| 144 | - public List<?> selectMemberCntList(CurriculumVO searchVO) throws Exception; | |
| 145 | -} |
--- base/src/main/java/egovframework/com/lms/service/CurriculumService.java
... | ... | @@ -1,294 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.HashMap; | |
| 4 | -import java.util.List; | |
| 5 | - | |
| 6 | -import javax.servlet.http.HttpServletRequest; | |
| 7 | -import javax.servlet.http.HttpServletResponse; | |
| 8 | - | |
| 9 | -import egovframework.com.lms.service.CurriculumVO; | |
| 10 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 11 | - | |
| 12 | -/** | |
| 13 | - * @Class Name : CurriculumService.java | |
| 14 | - * @Description : Curriculum Business class | |
| 15 | - * @Modification Information | |
| 16 | - * | |
| 17 | - * @author 문성진 | |
| 18 | - * @since 2019.10.12 | |
| 19 | - * @version 1.0 | |
| 20 | - * @see | |
| 21 | - * | |
| 22 | - * Copyright (C) All right reserved. | |
| 23 | - */ | |
| 24 | -public interface CurriculumService {
| |
| 25 | - | |
| 26 | - /** | |
| 27 | - * curriculum을 등록한다. | |
| 28 | - * @param vo - 등록할 정보가 담긴 CurriculumVO | |
| 29 | - * @return 등록 결과 | |
| 30 | - * @exception Exception | |
| 31 | - */ | |
| 32 | - String insertCurriculum(CurriculumVO vo) throws Exception; | |
| 33 | - | |
| 34 | - /** | |
| 35 | - * curriculum을 수정한다. | |
| 36 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 37 | - * @return void형 | |
| 38 | - * @exception Exception | |
| 39 | - */ | |
| 40 | - void updateCurriculum(CurriculumVO vo) throws Exception; | |
| 41 | - | |
| 42 | - //과정 일부만 수정 | |
| 43 | - void updateCurriculumPart(CurriculumVO vo, HttpServletRequest request, HttpServletResponse response) throws Exception; | |
| 44 | - | |
| 45 | - /** | |
| 46 | - * curriculum을 삭제한다. | |
| 47 | - * @param vo - 삭제할 정보가 담긴 CurriculumVO | |
| 48 | - * @return void형 | |
| 49 | - * @exception Exception | |
| 50 | - */ | |
| 51 | - void deleteCurriculum(CurriculumVO vo) throws Exception; | |
| 52 | - | |
| 53 | - /** | |
| 54 | - * curriculum을 조회한다. | |
| 55 | - * @param vo - 조회할 정보가 담긴 CurriculumVO | |
| 56 | - * @return 조회한 curriculum | |
| 57 | - * @exception Exception | |
| 58 | - */ | |
| 59 | - CurriculumVO selectCurriculum(CurriculumVO vo) throws Exception; | |
| 60 | - | |
| 61 | - /** | |
| 62 | - * curriculum 목록을 조회한다. | |
| 63 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 64 | - * @return curriculum 목록 | |
| 65 | - * @exception Exception | |
| 66 | - */ | |
| 67 | - List<?> selectCurriculumList(CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response) throws Exception; | |
| 68 | - | |
| 69 | - /** | |
| 70 | - * curriculum 총 갯수를 조회한다. | |
| 71 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 72 | - * @return curriculum 총 갯수 | |
| 73 | - * @exception | |
| 74 | - */ | |
| 75 | - int selectCurriculumListTotCnt(CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response); | |
| 76 | - | |
| 77 | - //사업비 | |
| 78 | - List selectCurriculumExpense(CurriculumVO vo) throws Exception; | |
| 79 | - | |
| 80 | - //프로세스 업데이트 | |
| 81 | - void updatePsCodeCurriculum(CurriculumVO vo) throws Exception; | |
| 82 | - | |
| 83 | - //학습내용 | |
| 84 | - List selectCurriculumLesson(CurriculumVO vo) throws Exception; | |
| 85 | - | |
| 86 | - //과정 사용자(관리자) 목록 | |
| 87 | - List selectCurriculumMng(CurriculumVO vo) throws Exception; | |
| 88 | - | |
| 89 | - //교원배정 목록 | |
| 90 | - List selectCurriculumFaculty(CurriculumVO vo) throws Exception; | |
| 91 | - | |
| 92 | - //교원배정(중복제거) 목록 | |
| 93 | - List selectCurriculumFacultyDp(CurriculumVO vo) throws Exception; | |
| 94 | - | |
| 95 | - //총괄평가 목록 | |
| 96 | - List selectTotalEvaluation(CurriculumVO vo) throws Exception; | |
| 97 | - | |
| 98 | - //수업참여도 목록 | |
| 99 | - List selectAttendbbs(CurriculumVO vo) throws Exception; | |
| 100 | - | |
| 101 | - //교재 및 부교재 목록 | |
| 102 | - List selectBookbbs(CurriculumVO vo) throws Exception; | |
| 103 | - | |
| 104 | - //수강신청 등록 | |
| 105 | - void insertCurriculumMember(CurriculumVO vo) throws Exception; | |
| 106 | - | |
| 107 | - //수강신청 첨부 서류 재처리 | |
| 108 | - void updateCurriculumMember(CurriculumVO vo) throws Exception; | |
| 109 | - | |
| 110 | - //중복 수강신청 조회 | |
| 111 | - int selectCurriculumDuplicationMemberCnt(CurriculumVO searchVO); | |
| 112 | - | |
| 113 | - //수강신청 조회 | |
| 114 | - CurriculumVO selectCurriculumMemberDetail(CurriculumVO vo) throws Exception; | |
| 115 | - | |
| 116 | - // 오늘의 수업 | |
| 117 | - List selectTodayCrclList(CurriculumVO vo) throws Exception; | |
| 118 | - | |
| 119 | - /** | |
| 120 | - * curriculumMember 총 갯수를 조회한다. | |
| 121 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 122 | - * @return homework 총 갯수 | |
| 123 | - * @exception | |
| 124 | - */ | |
| 125 | - int selectHomeworkTotCnt(CurriculumVO searchVO); | |
| 126 | - | |
| 127 | - /** | |
| 128 | - * curriculumMember 목록을 조회한다. | |
| 129 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 130 | - * @return homework 목록 | |
| 131 | - * @exception Exception | |
| 132 | - */ | |
| 133 | - List selectHomeworkList(CurriculumVO searchVO) throws Exception; | |
| 134 | - | |
| 135 | - /** | |
| 136 | - * 과제 제출 대기 학생 목록을 조회한다. | |
| 137 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 138 | - * @return homeworksubmit 목록 | |
| 139 | - * @exception Exception | |
| 140 | - */ | |
| 141 | - List selectHomeworkSubmitWaitingList(CurriculumVO searchVO) throws Exception; | |
| 142 | - | |
| 143 | - /** | |
| 144 | - * 과제 평가 대기 학생 목록을 조회한다. | |
| 145 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 146 | - * @return homeworksubmit 목록 | |
| 147 | - * @exception Exception | |
| 148 | - */ | |
| 149 | - List selectHomeworkTestWaitingList(CurriculumVO searchVO) throws Exception; | |
| 150 | - | |
| 151 | - /** | |
| 152 | - * 과제를 등록한다. | |
| 153 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 154 | - * @return homeworksubmit 등록 | |
| 155 | - * @exception Exception | |
| 156 | - */ | |
| 157 | - public void insertHomeworkArticle(CurriculumVO searchVO) throws Exception; | |
| 158 | - | |
| 159 | - /** | |
| 160 | - * 과제 상세 내용을 조회한다. | |
| 161 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 162 | - * @return homework 목록 | |
| 163 | - * @exception Exception | |
| 164 | - */ | |
| 165 | - CurriculumVO selectHomeworkArticle(CurriculumVO searchVO) throws Exception; | |
| 166 | - | |
| 167 | - /** | |
| 168 | - * 과제를 삭제한다. | |
| 169 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 170 | - * @return homework 목록 | |
| 171 | - * @exception Exception | |
| 172 | - */ | |
| 173 | - void deleteHomeworkArticle(CurriculumVO searchVO) throws Exception; | |
| 174 | - | |
| 175 | - /** | |
| 176 | - * 과제를 수정한다. | |
| 177 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 178 | - * @return homeworksubmit 수정 | |
| 179 | - * @exception Exception | |
| 180 | - */ | |
| 181 | - public void updateHomeworkArticle(CurriculumVO searchVO) throws Exception; | |
| 182 | - | |
| 183 | - /** | |
| 184 | - * 과제 제출 목록을 조회한다. | |
| 185 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 186 | - * @return homeworksubmit 목록 | |
| 187 | - * @exception Exception | |
| 188 | - */ | |
| 189 | - List selectHomeworkSubjectList(CurriculumVO searchVO) throws Exception; | |
| 190 | - | |
| 191 | - /** | |
| 192 | - * 학생 공개를 수정한다. | |
| 193 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 194 | - * @return homeworksubmit 수정 | |
| 195 | - * @exception Exception | |
| 196 | - */ | |
| 197 | - public void updateStuOpenAt(CurriculumVO searchVO) throws Exception; | |
| 198 | - | |
| 199 | - /** | |
| 200 | - * 과제 후기 선정을 수정한다. | |
| 201 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 202 | - * @return homeworksubmit 수정 | |
| 203 | - * @exception Exception | |
| 204 | - */ | |
| 205 | - public void updateCommentPickAt(CurriculumVO searchVO) throws Exception; | |
| 206 | - | |
| 207 | - /** | |
| 208 | - * 과제 피드백을 수정한다. | |
| 209 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 210 | - * @return homeworksubmit 수정 | |
| 211 | - * @exception Exception | |
| 212 | - */ | |
| 213 | - public void updateFdb(CurriculumVO searchVO) throws Exception; | |
| 214 | - | |
| 215 | - /** | |
| 216 | - * 과제 제출 상세 내용을 조회한다. | |
| 217 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 218 | - * @return homework 목록 | |
| 219 | - * @exception Exception | |
| 220 | - */ | |
| 221 | - CurriculumVO selectHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception; | |
| 222 | - | |
| 223 | - /** | |
| 224 | - * 과제 제출을 등록한다. | |
| 225 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 226 | - * @return homeworksubmit 등록 | |
| 227 | - * @exception Exception | |
| 228 | - */ | |
| 229 | - public void insertHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception; | |
| 230 | - | |
| 231 | - /** | |
| 232 | - * 과제 제출을 수정한다. | |
| 233 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 234 | - * @return homeworksubmit 수정 | |
| 235 | - * @exception Exception | |
| 236 | - */ | |
| 237 | - public void updateHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception; | |
| 238 | - | |
| 239 | - //과제평가 | |
| 240 | - public List homeworkScoreList(CurriculumVO searchVO) throws Exception; | |
| 241 | - | |
| 242 | - //과제평가 - 학생 점수 요약 | |
| 243 | - public List homeworkScoreSum(CurriculumVO searchVO) throws Exception; | |
| 244 | - | |
| 245 | - //과제평가 - 성적반영 | |
| 246 | - public void updateScoreApply(CurriculumVO searchVO) throws Exception; | |
| 247 | - | |
| 248 | - /** | |
| 249 | - * 반 개수를 조회한다. | |
| 250 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 251 | - * @return homeworksubmit 수정 | |
| 252 | - * @exception Exception | |
| 253 | - */ | |
| 254 | - int selectCurriculumMemberGroupCnt(CurriculumVO searchVO); | |
| 255 | - | |
| 256 | - // My > 교육과정이력 조회 | |
| 257 | - List selectMyCurriculumHistoryList(CurriculumVO vo) throws Exception; | |
| 258 | - | |
| 259 | - // My > 교육과정이력 조회 count | |
| 260 | - List selectMyCurriculumHistoryListCount(CurriculumVO vo) throws Exception; | |
| 261 | - | |
| 262 | - // My > 교육과정이력 - 총 과정수, 과정중 count | |
| 263 | - int selectMyCurriculumHistoryCnt(CurriculumVO vo) throws Exception; | |
| 264 | - | |
| 265 | - //학생 과제 공개 개수 | |
| 266 | - int selectHomeworkCommentPickAtCnt(CurriculumVO searchVO); | |
| 267 | - | |
| 268 | - /** | |
| 269 | - * 학생 과제 공개 리스트를 조회. | |
| 270 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 271 | - * @return homeworksubmit 목록 | |
| 272 | - * @exception Exception | |
| 273 | - */ | |
| 274 | - List selectHomeworkCommentPickAtList(CurriculumVO searchVO) throws Exception; | |
| 275 | - | |
| 276 | - public List<EgovMap> selectReportList(CurriculumVO searchVO) throws Exception; | |
| 277 | - | |
| 278 | - public int selectReportListCnt(CurriculumVO searchVO) throws Exception; | |
| 279 | - | |
| 280 | - public List<EgovMap> selectAdminReportList(CurriculumVO searchVO) throws Exception; | |
| 281 | - | |
| 282 | - public int selectAdminReportListCnt(CurriculumVO searchVO) throws Exception; | |
| 283 | - | |
| 284 | - //교육과정 통계(운영보고서) | |
| 285 | - EgovMap curriculumSts(CurriculumVO vo) throws Exception; | |
| 286 | - | |
| 287 | - //과정 목록 - 학생기준 | |
| 288 | - List<EgovMap> selectMyCurriculumList(CurriculumVO vo) throws Exception; | |
| 289 | - | |
| 290 | - //과정 목록 수 - 학생기준 | |
| 291 | - int selectMyCurriculumListCnt(CurriculumVO vo) throws Exception; | |
| 292 | - | |
| 293 | - void downMemberZipFile(HashMap<String, Object> map ) throws Exception; | |
| 294 | -} |
--- base/src/main/java/egovframework/com/lms/service/CurriculumVO.java
... | ... | @@ -1,3588 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumVO.java | |
| 9 | - * @Description : Curriculum VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class CurriculumVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - /** CRCL_ID */ | |
| 23 | - private java.lang.String crclId; | |
| 24 | - | |
| 25 | - /** CRCLB_ID */ | |
| 26 | - private java.lang.String crclbId; | |
| 27 | - | |
| 28 | - /** GRADE_NUM */ | |
| 29 | - private java.lang.String gradeNum; | |
| 30 | - | |
| 31 | - /** CRCL_NM */ | |
| 32 | - private java.lang.String crclNm; | |
| 33 | - | |
| 34 | - /** CRCL_NM */ | |
| 35 | - private java.lang.String crclbNm; | |
| 36 | - | |
| 37 | - /** SYS_CODE */ | |
| 38 | - private java.lang.String sysCode; | |
| 39 | - | |
| 40 | - private List<String> SysCodeList; | |
| 41 | - | |
| 42 | - /** 과정체계코드경로 */ | |
| 43 | - private java.lang.String sysCodePath; | |
| 44 | - | |
| 45 | - /** 과정체계코드명경로 */ | |
| 46 | - private java.lang.String sysCodeNmPath; | |
| 47 | - | |
| 48 | - /** CRCL_YEAR */ | |
| 49 | - private java.lang.String crclYear; | |
| 50 | - | |
| 51 | - /** CRCL_TERM */ | |
| 52 | - private java.lang.String crclTerm; | |
| 53 | - | |
| 54 | - //학기명 | |
| 55 | - private java.lang.String crclTermNm; | |
| 56 | - | |
| 57 | - /** CRCL_LANG */ | |
| 58 | - private java.lang.String crclLang; | |
| 59 | - | |
| 60 | - /** 언어명 */ | |
| 61 | - private java.lang.String crclLangNm; | |
| 62 | - | |
| 63 | - /** START_DATE */ | |
| 64 | - private java.lang.String startDate; | |
| 65 | - | |
| 66 | - /** END_DATE */ | |
| 67 | - private java.lang.String endDate; | |
| 68 | - | |
| 69 | - /** TOTAL_TIME */ | |
| 70 | - private java.lang.String totalTime; | |
| 71 | - | |
| 72 | - /** WEEK_NUM */ | |
| 73 | - private java.lang.String weekNum; | |
| 74 | - | |
| 75 | - /** DAY_TIME */ | |
| 76 | - private java.lang.String dayTime; | |
| 77 | - | |
| 78 | - /** CAMPUS_ID */ | |
| 79 | - private java.lang.String campusId; | |
| 80 | - private java.lang.String searchCampusId; | |
| 81 | - | |
| 82 | - //캠퍼스명 | |
| 83 | - private java.lang.String campusNm; | |
| 84 | - | |
| 85 | - /** CAMPUS_PLACE */ | |
| 86 | - private java.lang.String campusPlace; | |
| 87 | - | |
| 88 | - //캠퍼스 시간표 사용 여부 | |
| 89 | - private java.lang.String campustimeUseAt; | |
| 90 | - | |
| 91 | - /** HOST_CODE */ | |
| 92 | - private java.lang.String hostCode; | |
| 93 | - | |
| 94 | - //주관기관명 | |
| 95 | - private java.lang.String hostCodeNm; | |
| 96 | - | |
| 97 | - /** CRCL_GOAL */ | |
| 98 | - private java.lang.String crclGoal; | |
| 99 | - | |
| 100 | - /** CRCL_EFFECT */ | |
| 101 | - private java.lang.String crclEffect; | |
| 102 | - | |
| 103 | - /** TARGET_TYPE */ | |
| 104 | - private java.lang.String targetType; | |
| 105 | - | |
| 106 | - //대상상세 | |
| 107 | - private java.lang.String targetDetail; | |
| 108 | - | |
| 109 | - //대상상세명 | |
| 110 | - private java.lang.String targetDetailNm; | |
| 111 | - | |
| 112 | - /** PLAN_START_DATE */ | |
| 113 | - private java.lang.String planStartDate; | |
| 114 | - | |
| 115 | - /** PLAN_END_DATE */ | |
| 116 | - private java.lang.String planEndDate; | |
| 117 | - | |
| 118 | - /** APPLY_START_DATE */ | |
| 119 | - private java.lang.String applyStartDate; | |
| 120 | - | |
| 121 | - /** APPLY_END_DATE */ | |
| 122 | - private java.lang.String applyEndDate; | |
| 123 | - | |
| 124 | - /** APPLY_MAX_CNT */ | |
| 125 | - private java.lang.String applyMaxCnt; | |
| 126 | - | |
| 127 | - /** ASSIGN_AT */ | |
| 128 | - private java.lang.String assignAt; | |
| 129 | - | |
| 130 | - /** TUITION_AT */ | |
| 131 | - private java.lang.String tuitionAt; | |
| 132 | - | |
| 133 | - /** TUITION_FEES */ | |
| 134 | - private java.lang.String tuitionFees; | |
| 135 | - | |
| 136 | - /** REGISTRATION_FEES */ | |
| 137 | - private java.lang.String registrationFees; | |
| 138 | - | |
| 139 | - /** TUITION_START_DATE */ | |
| 140 | - private java.lang.String tuitionStartDate; | |
| 141 | - | |
| 142 | - /** TUITION_END_DATE */ | |
| 143 | - private java.lang.String tuitionEndDate; | |
| 144 | - | |
| 145 | - /** CRCL_OUTCOME */ | |
| 146 | - private java.lang.String crclOutcome; | |
| 147 | - | |
| 148 | - //과정성과명 | |
| 149 | - private java.lang.String crclOutcomeNm; | |
| 150 | - | |
| 151 | - /** PROCESS_STTUS_CODE */ | |
| 152 | - private java.lang.String processSttusCode; | |
| 153 | - | |
| 154 | - /** USE_AT */ | |
| 155 | - private java.lang.String useAt; | |
| 156 | - | |
| 157 | - /** PHOTO_STRE_FILE_NM */ | |
| 158 | - private String photoStreFileNm; | |
| 159 | - | |
| 160 | - /** FRST_REGISTER_ID */ | |
| 161 | - private java.lang.String frstRegisterId; | |
| 162 | - | |
| 163 | - /** FRST_REGISTER_PNTTM */ | |
| 164 | - private java.util.Date frstRegisterPnttm; | |
| 165 | - | |
| 166 | - /** LAST_UPDUSR_ID */ | |
| 167 | - private java.lang.String lastUpdusrId; | |
| 168 | - | |
| 169 | - /** LAST_UPDUSR_PNTTM */ | |
| 170 | - private java.util.Date lastUpdusrPnttm; | |
| 171 | - | |
| 172 | - //학점인정여부 | |
| 173 | - private java.lang.String gradeAt; | |
| 174 | - | |
| 175 | - //이수구분 | |
| 176 | - private java.lang.String division; | |
| 177 | - | |
| 178 | - //이수구분명 | |
| 179 | - private java.lang.String divisionNm; | |
| 180 | - | |
| 181 | - //관리구분 | |
| 182 | - private java.lang.String control; | |
| 183 | - | |
| 184 | - //관리구분명 | |
| 185 | - private java.lang.String controlNm; | |
| 186 | - | |
| 187 | - //성적처리기준 | |
| 188 | - private java.lang.String gradeType; | |
| 189 | - | |
| 190 | - //성적처리기준명 | |
| 191 | - private java.lang.String gradeTypeNm; | |
| 192 | - | |
| 193 | - /** PROJECT_AT */ | |
| 194 | - private java.lang.String projectAt; | |
| 195 | - | |
| 196 | - /** TOTAL_TIME_AT */ | |
| 197 | - private java.lang.String totalTimeAt; | |
| 198 | - | |
| 199 | - //책임교원Id | |
| 200 | - private List<String> userIdList; | |
| 201 | - | |
| 202 | - //부책임교원Id | |
| 203 | - private List<String> userIdList2; | |
| 204 | - | |
| 205 | - //지원비 비목ID | |
| 206 | - private List<String> expIdList; | |
| 207 | - | |
| 208 | - //지원비 비목 코드 | |
| 209 | - private List<String> typeCodeList; | |
| 210 | - | |
| 211 | - //계정 목 | |
| 212 | - private List<String> accountCodeList; | |
| 213 | - | |
| 214 | - //금액 | |
| 215 | - private List<String> amountList; | |
| 216 | - | |
| 217 | - //산출근거 | |
| 218 | - private List<String> reasonList; | |
| 219 | - | |
| 220 | - //비고 | |
| 221 | - private List<String> etcList; | |
| 222 | - | |
| 223 | - //책임교원Id | |
| 224 | - private java.lang.String userId; | |
| 225 | - | |
| 226 | - //과정권한코드 | |
| 227 | - private java.lang.String manageCode; | |
| 228 | - | |
| 229 | - //지원비 비목ID | |
| 230 | - private java.lang.String expId; | |
| 231 | - | |
| 232 | - //지원비 비목 코드 | |
| 233 | - private java.lang.String typeCode; | |
| 234 | - | |
| 235 | - //계정 목 | |
| 236 | - private java.lang.String accountCode; | |
| 237 | - | |
| 238 | - //금액 | |
| 239 | - private java.lang.String amount; | |
| 240 | - | |
| 241 | - //산출근거 | |
| 242 | - private java.lang.String reason; | |
| 243 | - | |
| 244 | - //비고 | |
| 245 | - private java.lang.String etc; | |
| 246 | - | |
| 247 | - //대분류검색 | |
| 248 | - private java.lang.String searchSysCode1; | |
| 249 | - | |
| 250 | - //중분류검색 | |
| 251 | - private java.lang.String searchSysCode2; | |
| 252 | - | |
| 253 | - //소분류검색 | |
| 254 | - private java.lang.String searchSysCode3; | |
| 255 | - | |
| 256 | - //이수구분검색 | |
| 257 | - private java.lang.String searchDivision; | |
| 258 | - | |
| 259 | - //관리구분검색 | |
| 260 | - private java.lang.String searchControl; | |
| 261 | - | |
| 262 | - //기본과정명 검색 | |
| 263 | - private java.lang.String searchcrclbNm; | |
| 264 | - | |
| 265 | - //과정명 검색 | |
| 266 | - private java.lang.String searchCrclNm; | |
| 267 | - | |
| 268 | - //기본과정코드검색 | |
| 269 | - private java.lang.String searchcrclbId; | |
| 270 | - | |
| 271 | - //책임교원검색(ID) | |
| 272 | - private java.lang.String searchUserId; | |
| 273 | - | |
| 274 | - //책임교원검색(이름) | |
| 275 | - private java.lang.String searchUserNm; | |
| 276 | - | |
| 277 | - //학생 검색(이름) | |
| 278 | - private java.lang.String searchStudentUserNm; | |
| 279 | - | |
| 280 | - //주관기관검색 | |
| 281 | - private java.lang.String searchHostCode; | |
| 282 | - | |
| 283 | - //학생 소속 거맥 | |
| 284 | - private java.lang.String searchStudentHostCode; | |
| 285 | - | |
| 286 | - //언어검색 | |
| 287 | - private java.lang.String searchCrclLang; | |
| 288 | - | |
| 289 | - //승인상태검색 | |
| 290 | - private java.lang.String searchSttus; | |
| 291 | - | |
| 292 | - //생년월일검색 | |
| 293 | - private java.lang.String searchBrthdy; | |
| 294 | - | |
| 295 | - //코멘트 | |
| 296 | - private java.lang.String comnt; | |
| 297 | - | |
| 298 | - //코멘트등록일자 | |
| 299 | - private java.util.Date comntPnttm; | |
| 300 | - | |
| 301 | - //교원명 | |
| 302 | - private java.lang.String userNm; | |
| 303 | - | |
| 304 | - /*승인여부 | |
| 305 | - * Y : 승인, | |
| 306 | - * N : 반려, | |
| 307 | - * R : 대기, | |
| 308 | - * D : 승인취소 | |
| 309 | - * T : 대기 이전 | |
| 310 | - */ | |
| 311 | - private java.lang.String aprvalAt; | |
| 312 | - //승인일자 | |
| 313 | - private java.util.Date aprvalPnttm; | |
| 314 | - | |
| 315 | - //승인취소사유 | |
| 316 | - private java.lang.String aprvalDn; | |
| 317 | - | |
| 318 | - /** 승인결과 검색 */ | |
| 319 | - private java.lang.String searchAprvalAt; | |
| 320 | - | |
| 321 | - /** 프로젝트과정 검색 */ | |
| 322 | - private java.lang.String searchProjectAt; | |
| 323 | - | |
| 324 | - /** 시수과정 검색 */ | |
| 325 | - private java.lang.String searchTotalTimeAt; | |
| 326 | - | |
| 327 | - /** 관리여부 */ | |
| 328 | - private java.lang.String mngAt; | |
| 329 | - | |
| 330 | - //연도검색 | |
| 331 | - private java.lang.String searchCrclYear; | |
| 332 | - | |
| 333 | - //학기검색 | |
| 334 | - private java.lang.String searchCrclTerm; | |
| 335 | - | |
| 336 | - //시작일 검색 | |
| 337 | - private java.lang.String searchStartDate; | |
| 338 | - | |
| 339 | - //종료일 검색 | |
| 340 | - private java.lang.String searchEndDate; | |
| 341 | - | |
| 342 | - //수강신청 시작일 검색 | |
| 343 | - private java.lang.String searchApplyStartDate; | |
| 344 | - | |
| 345 | - //수강신청 시작일 종료 | |
| 346 | - private java.lang.String searchApplyEndDate; | |
| 347 | - | |
| 348 | - //대상검색 | |
| 349 | - private java.lang.String searchTargetType; | |
| 350 | - | |
| 351 | - //검색 input 값 | |
| 352 | - private java.lang.String searchInputValue; | |
| 353 | - | |
| 354 | - //대상상세검색 | |
| 355 | - private java.lang.String searchTargetDetail; | |
| 356 | - | |
| 357 | - //과정상태 | |
| 358 | - private java.lang.String searchProcessSttusCode; | |
| 359 | - | |
| 360 | - //과정상태 date로 분기처리 | |
| 361 | - private java.lang.String processSttusCodeDate; | |
| 362 | - private java.lang.String searchProcessSttusCodeDate; | |
| 363 | - private Integer[] arrProcessSttusCodeDate; | |
| 364 | - | |
| 365 | - //총사업비 | |
| 366 | - private java.lang.Integer totAmount; | |
| 367 | - | |
| 368 | - //기타사항 | |
| 369 | - private java.lang.String etcCn; | |
| 370 | - | |
| 371 | - //절대평가여부 | |
| 372 | - private java.lang.String evaluationAt; | |
| 373 | - | |
| 374 | - //운영보고서유형 | |
| 375 | - private java.lang.String reportType; | |
| 376 | - | |
| 377 | - /** SURVEY_SATISFY_TYPE */ | |
| 378 | - private java.lang.String surveySatisfyType; | |
| 379 | - | |
| 380 | - /** 교원대상과정만족도설문유형ID */ | |
| 381 | - private java.lang.String professorSatisfyType; | |
| 382 | - | |
| 383 | - /** SURVEY_IND_AT */ | |
| 384 | - private java.lang.String surveyIndAt; | |
| 385 | - | |
| 386 | - /** SURVEY_IND */ | |
| 387 | - private java.lang.String surveyInd; | |
| 388 | - | |
| 389 | - /** STDNT_APLY_AT */ | |
| 390 | - private java.lang.String stdntAplyAt; | |
| 391 | - | |
| 392 | - //지원비명 | |
| 393 | - private java.lang.String typeCodeNm; | |
| 394 | - | |
| 395 | - //계정목명 | |
| 396 | - private java.lang.String accountCodeNm; | |
| 397 | - | |
| 398 | - //성적발표 시작일 | |
| 399 | - private java.lang.String resultStartDate; | |
| 400 | - | |
| 401 | - //성적발표 시작시간 | |
| 402 | - private java.lang.String resultStartTime; | |
| 403 | - | |
| 404 | - //성적발표 종료일 | |
| 405 | - private java.lang.String resultEndDate; | |
| 406 | - | |
| 407 | - //성적발표 종료시간 | |
| 408 | - private java.lang.String resultEndTime; | |
| 409 | - | |
| 410 | - //단원명 | |
| 411 | - private java.lang.String lessonNm; | |
| 412 | - | |
| 413 | - //단원명목록 | |
| 414 | - private List<String> lessonNmList; | |
| 415 | - | |
| 416 | - //학습내용 | |
| 417 | - private java.lang.String chasiNm; | |
| 418 | - | |
| 419 | - //학습내용목록 | |
| 420 | - private List<String> chasiList; | |
| 421 | - | |
| 422 | - //시수목록 | |
| 423 | - private List<String> sisuList; | |
| 424 | - | |
| 425 | - //교원목록 | |
| 426 | - private List<String> facIdList; | |
| 427 | - | |
| 428 | - //교원명목록 | |
| 429 | - private List<String> facNmList; | |
| 430 | - | |
| 431 | - //교원명 시수 랜덤 값 목록(구분자) | |
| 432 | - private List<String> positionList; | |
| 433 | - | |
| 434 | - //교원Id목록 | |
| 435 | - private java.lang.String facId; | |
| 436 | - | |
| 437 | - //교원명목록 | |
| 438 | - private java.lang.String facNm; | |
| 439 | - | |
| 440 | - //시수 | |
| 441 | - private java.lang.String sisu; | |
| 442 | - | |
| 443 | - //구분 값 | |
| 444 | - private java.lang.String position; | |
| 445 | - | |
| 446 | - //A+ | |
| 447 | - private java.lang.String aplus; | |
| 448 | - | |
| 449 | - //A | |
| 450 | - private java.lang.String a; | |
| 451 | - | |
| 452 | - //B+ | |
| 453 | - private java.lang.String bplus; | |
| 454 | - | |
| 455 | - //B | |
| 456 | - private java.lang.String b; | |
| 457 | - | |
| 458 | - //C+ | |
| 459 | - private java.lang.String cplus; | |
| 460 | - | |
| 461 | - //C | |
| 462 | - private java.lang.String c; | |
| 463 | - | |
| 464 | - //D+ | |
| 465 | - private java.lang.String dplus; | |
| 466 | - | |
| 467 | - //D | |
| 468 | - private java.lang.String d; | |
| 469 | - | |
| 470 | - //F | |
| 471 | - private java.lang.String F; | |
| 472 | - | |
| 473 | - //PASS | |
| 474 | - private java.lang.String pass; | |
| 475 | - | |
| 476 | - //FAIL | |
| 477 | - private java.lang.String fail; | |
| 478 | - | |
| 479 | - //총괄평가ID | |
| 480 | - private List<String> evtIdList; | |
| 481 | - private java.lang.String evtId; | |
| 482 | - | |
| 483 | - //총괄평가명 | |
| 484 | - private List<String> evtNmList; | |
| 485 | - private java.lang.String evtNm; | |
| 486 | - | |
| 487 | - //총괄평가 반영률 | |
| 488 | - private List<String> evtValList; | |
| 489 | - private java.lang.String evtVal; | |
| 490 | - | |
| 491 | - //총괄평가 기준 | |
| 492 | - private List<String> evtStandList; | |
| 493 | - private java.lang.String evtStand; | |
| 494 | - | |
| 495 | - //총괄평가기타타입 | |
| 496 | - private java.lang.String evtType; | |
| 497 | - | |
| 498 | - //게시판 횟수 목록 | |
| 499 | - private List<String> colectList; | |
| 500 | - | |
| 501 | - //게시판 횟수 | |
| 502 | - private java.lang.String colect; | |
| 503 | - | |
| 504 | - //게시판ID | |
| 505 | - private List<String> bbsIdList; | |
| 506 | - private java.lang.String bbsId; | |
| 507 | - | |
| 508 | - //게시판명 | |
| 509 | - private java.lang.String bbsNm; | |
| 510 | - | |
| 511 | - //수료기준 총괄점수 | |
| 512 | - private java.lang.String fnTot; | |
| 513 | - private java.lang.String fnTotAt; | |
| 514 | - | |
| 515 | - //수료기준 출결 | |
| 516 | - private java.lang.String fnAttend; | |
| 517 | - private java.lang.String fnAttendAt; | |
| 518 | - | |
| 519 | - //수료기준성적종합 | |
| 520 | - private java.lang.String fnGradeTot; | |
| 521 | - private java.lang.String fnGradeTotAt; | |
| 522 | - | |
| 523 | - //수료기준성적과락 | |
| 524 | - private java.lang.String fnGradeFail; | |
| 525 | - private java.lang.String fnGradeFailAt; | |
| 526 | - | |
| 527 | - //수료기준과제종합 | |
| 528 | - private java.lang.String fnHomework; | |
| 529 | - private java.lang.String fnHomeworkAt; | |
| 530 | - | |
| 531 | - //교재기타설명 | |
| 532 | - private java.lang.String bookEtcText; | |
| 533 | - | |
| 534 | - //자체운영계획 및 규정 | |
| 535 | - private java.lang.String managePlan; | |
| 536 | - | |
| 537 | - //교재 게시물번호 | |
| 538 | - private List<String> nttNoList; | |
| 539 | - private java.lang.String nttNo; | |
| 540 | - | |
| 541 | - //비교 | |
| 542 | - private java.lang.String cpr; | |
| 543 | - | |
| 544 | - private java.lang.String searchMyCrclAt; | |
| 545 | - | |
| 546 | - //승인상태 | |
| 547 | - private java.lang.String sttus; | |
| 548 | - private java.lang.Integer confmSttusCode; | |
| 549 | - private java.lang.String confmPnttm; | |
| 550 | - | |
| 551 | - //반 | |
| 552 | - private java.lang.Integer classCnt; | |
| 553 | - private List<Integer> classCntList; | |
| 554 | - private List<Integer> manageClassCntList; | |
| 555 | - | |
| 556 | - //조 | |
| 557 | - private java.lang.Integer groupCnt; | |
| 558 | - private List<Integer> groupCntList; | |
| 559 | - | |
| 560 | - //담당교수 | |
| 561 | - private java.lang.String manageId; | |
| 562 | - private List<String> manageIdList; | |
| 563 | - private java.lang.String manageNm; | |
| 564 | - private java.lang.String searchManageNm; | |
| 565 | - | |
| 566 | - //조장여부 | |
| 567 | - private java.lang.String groupLeaderAt; | |
| 568 | - private List<String> groupLeaderAtList; | |
| 569 | - | |
| 570 | - //PROCESS_STTUS_CODE 0(관리자 등록 확정 대기) 상태 사용 FLAG | |
| 571 | - private java.lang.String processSttusCodeZeroAt; | |
| 572 | - | |
| 573 | - //과정계획 대기 조회 여부 | |
| 574 | - private java.lang.String searchPlanStartDateBeforeAt; | |
| 575 | - | |
| 576 | - //수강신청 현황 코드 | |
| 577 | - private java.lang.Integer searchApplySttusCode; | |
| 578 | - | |
| 579 | - //과정계획서 상태 코드 | |
| 580 | - private java.lang.Integer searchPlanSttusCode; | |
| 581 | - | |
| 582 | - //수강신청승인 대기 여부 | |
| 583 | - private java.lang.String searchRequestAt; | |
| 584 | - | |
| 585 | - //수강신청관리 신청서 | |
| 586 | - private java.lang.String aplyFile; | |
| 587 | - private java.lang.String aplyOriFile; | |
| 588 | - | |
| 589 | - //수강신청관리 계획서 | |
| 590 | - private java.lang.String planFile; | |
| 591 | - private java.lang.String planOriFile; | |
| 592 | - | |
| 593 | - //수강신청관리 기타파일 | |
| 594 | - private java.lang.String etfFile; | |
| 595 | - private java.lang.String etfOriFile; | |
| 596 | - | |
| 597 | - //승인 상태 학생 수 | |
| 598 | - private java.lang.Integer classStudentCnt; | |
| 599 | - | |
| 600 | - //학생 사이트 여부(processSttusCodeDate 값이 0,1,5 값을 제외처리) | |
| 601 | - private java.lang.String studentPageAt; | |
| 602 | - | |
| 603 | - //종료된 강의 조회(processSttusCodeDate 값이 8 이상 값을 조회) | |
| 604 | - private java.lang.String closeCurriculumAt; | |
| 605 | - | |
| 606 | - //나의 교육과정 여부(학생 : student, 교원 : teacher) | |
| 607 | - private java.lang.String myCurriculumPageFlag; | |
| 608 | - | |
| 609 | - //나의 관심과정 여부 | |
| 610 | - private java.lang.String wishCurriculumPageAt; | |
| 611 | - | |
| 612 | - //사용자구분코드 | |
| 613 | - private String userSeCode; | |
| 614 | - | |
| 615 | - // 최근 접수 리스트 여부 | |
| 616 | - private String recentListAt; | |
| 617 | - | |
| 618 | - //메뉴ID | |
| 619 | - private String menuId; | |
| 620 | - | |
| 621 | - //등록 구분 값 | |
| 622 | - private String insertFlag; | |
| 623 | - | |
| 624 | - //메인여부 | |
| 625 | - private String isMainFlag; | |
| 626 | - | |
| 627 | - //교수 확인등록 여부 | |
| 628 | - private String registAt; | |
| 629 | - private String searchRegistAt; | |
| 630 | - private String registPnttm; | |
| 631 | - | |
| 632 | - //강의 시작 시간 | |
| 633 | - private java.lang.String startTime; | |
| 634 | - | |
| 635 | - //강의 요일 | |
| 636 | - private java.lang.String lectureDay; | |
| 637 | - | |
| 638 | - //담당자 여부 | |
| 639 | - private java.lang.String managerAt; | |
| 640 | - | |
| 641 | - //과제ID | |
| 642 | - private java.lang.String hwId; | |
| 643 | - | |
| 644 | - //과제ID List | |
| 645 | - private List<String> hwIdList; | |
| 646 | - | |
| 647 | - //제출 과제ID | |
| 648 | - private java.lang.String hwsId; | |
| 649 | - | |
| 650 | - //제출 과제ID List | |
| 651 | - private List<String> arrHwsId; | |
| 652 | - | |
| 653 | - //과제 대기 구분(1:제출 대기, 2:평가 대기) | |
| 654 | - private java.lang.String hwWaitingType; | |
| 655 | - | |
| 656 | - //과제제출그룹타입 | |
| 657 | - private java.lang.String hwType; | |
| 658 | - | |
| 659 | - //과제제출그룹타입명 | |
| 660 | - private java.lang.String hwTypeNm; | |
| 661 | - | |
| 662 | - //등록자ID검색 | |
| 663 | - private java.lang.String searchFrstRegisterId; | |
| 664 | - | |
| 665 | - //내가 신청한 과정 검색여부 | |
| 666 | - private java.lang.String searchMyCulAt; | |
| 667 | - | |
| 668 | - //탭메뉴 step | |
| 669 | - private java.lang.String step; | |
| 670 | - | |
| 671 | - //수강신청 > 수강대상자 확정에 3번째 텝 | |
| 672 | - private java.lang.String thirdtabstep; | |
| 673 | - | |
| 674 | - /** | |
| 675 | - * 등록-액션 | |
| 676 | - */ | |
| 677 | - private String registAction = ""; | |
| 678 | - | |
| 679 | - /** NTT_SJ */ | |
| 680 | - private java.lang.String nttSj; | |
| 681 | - | |
| 682 | - //과제명담당언어 | |
| 683 | - private java.lang.String nttSjLang; | |
| 684 | - | |
| 685 | - /** NTT_CN */ | |
| 686 | - private java.lang.String nttCn; | |
| 687 | - | |
| 688 | - /** NTCR_NM */ | |
| 689 | - private java.lang.String ntcrNm; | |
| 690 | - | |
| 691 | - /** | |
| 692 | - * 임시첨부파일 그룹아이디 | |
| 693 | - */ | |
| 694 | - private String fileGroupId = ""; | |
| 695 | - | |
| 696 | - //일정ID | |
| 697 | - private java.lang.String plId; | |
| 698 | - | |
| 699 | - //과제구분 | |
| 700 | - private java.lang.String hwCode; | |
| 701 | - | |
| 702 | - //과제구분명 | |
| 703 | - private java.lang.String hwCodeNm; | |
| 704 | - | |
| 705 | - //첨부파일 아이디 | |
| 706 | - private java.lang.String atchFileId; | |
| 707 | - | |
| 708 | - //학생공개 | |
| 709 | - private java.lang.String stuOpenAt; | |
| 710 | - | |
| 711 | - //후기선정여부 | |
| 712 | - private java.lang.String commentPickAt; | |
| 713 | - | |
| 714 | - //학생공개날짜 | |
| 715 | - private java.lang.String stuOpenDate; | |
| 716 | - | |
| 717 | - //과제오픈날짜 | |
| 718 | - private java.lang.String openDate; | |
| 719 | - | |
| 720 | - //과제오픈시간 | |
| 721 | - private java.lang.String openTime; | |
| 722 | - | |
| 723 | - //과제종료날짜 | |
| 724 | - private java.lang.String closeDate; | |
| 725 | - | |
| 726 | - //과제종료시간 | |
| 727 | - private java.lang.String closeTime; | |
| 728 | - | |
| 729 | - //과정후기여부 | |
| 730 | - private java.lang.String curriculumCommentAt; | |
| 731 | - | |
| 732 | - //수업주제 | |
| 733 | - private java.lang.String studySubject; | |
| 734 | - | |
| 735 | - // 수업시간표 검색 - 언어선택 | |
| 736 | - private java.lang.String searchSchAt; | |
| 737 | - | |
| 738 | - //리턴 상세페이지 여부 | |
| 739 | - private java.lang.String retViewAt; | |
| 740 | - | |
| 741 | - //제출 과제 피드백 | |
| 742 | - private java.lang.String fdb; | |
| 743 | - | |
| 744 | - //과제 점수 | |
| 745 | - private java.lang.String scr; | |
| 746 | - | |
| 747 | - private java.lang.String selectLangAt; | |
| 748 | - | |
| 749 | - //검색 과제 마감 시작일 | |
| 750 | - private java.lang.String searchStartCloseDate; | |
| 751 | - | |
| 752 | - //검색 과제 마감 검색 종료일 | |
| 753 | - private java.lang.String searchEndCloseDate; | |
| 754 | - | |
| 755 | - //검색 마감된 과제 조회 | |
| 756 | - private java.lang.String searchCloseHomework; | |
| 757 | - | |
| 758 | - //검색 과제유형 | |
| 759 | - private java.lang.String searchHwType; | |
| 760 | - | |
| 761 | - //검색 과제코드 | |
| 762 | - private java.lang.String searchHwCode; | |
| 763 | - | |
| 764 | - //검색 과제명 | |
| 765 | - private java.lang.String searchHomeworkNm; | |
| 766 | - | |
| 767 | - //검색 나의 과제 | |
| 768 | - private java.lang.String searchMyHomework; | |
| 769 | - | |
| 770 | - //검색 과제 시작일 | |
| 771 | - private java.lang.String searchOpenDate; | |
| 772 | - | |
| 773 | - //검색 과제 종료일 | |
| 774 | - private java.lang.String searchCloseDate; | |
| 775 | - | |
| 776 | - //검색 미제출 과제 | |
| 777 | - private java.lang.String searchNotSubmitAt; | |
| 778 | - | |
| 779 | - //검색 제출 과제 | |
| 780 | - private java.lang.String searchSubmitAt; | |
| 781 | - | |
| 782 | - //과제 페이지 페이징 flag | |
| 783 | - private java.lang.String pagingFlag = "Y"; | |
| 784 | - | |
| 785 | - //과제평가 여부 | |
| 786 | - private java.lang.String homeworkScoreAt; | |
| 787 | - | |
| 788 | - //order by 타입 | |
| 789 | - private java.lang.String orderByType; | |
| 790 | - | |
| 791 | - //성적반영여부 | |
| 792 | - private java.lang.String scoreApplyAt; | |
| 793 | - | |
| 794 | - //반 검색 | |
| 795 | - private java.lang.Integer searchClassCnt; | |
| 796 | - | |
| 797 | - private String attentionType; | |
| 798 | - | |
| 799 | - private String searchHomeworkSubmitNttSj; | |
| 800 | - | |
| 801 | - //관리자 페이지 flag 값 | |
| 802 | - private String adminPageFlag; | |
| 803 | - | |
| 804 | - //중간고사변환점수 | |
| 805 | - private double midtermScore; | |
| 806 | - | |
| 807 | - //중간고사변환점수 List | |
| 808 | - private List<Double> midtermScoreList; | |
| 809 | - | |
| 810 | - //중간고사총점수 | |
| 811 | - private int midtermTotalScore; | |
| 812 | - | |
| 813 | - //중간고사총점수 List | |
| 814 | - private List<Integer> midtermTotalScoreList; | |
| 815 | - | |
| 816 | - //기말고사변환점수 | |
| 817 | - private double finalScore; | |
| 818 | - | |
| 819 | - //기말고사변환점수 List | |
| 820 | - private List<Double> finalScoreList; | |
| 821 | - | |
| 822 | - //기말고사총점수 | |
| 823 | - private int finalTotalScore; | |
| 824 | - | |
| 825 | - //기말고사총점수 List | |
| 826 | - private List<Integer> finalTotalScoreList; | |
| 827 | - | |
| 828 | - //수시시험변환점수 | |
| 829 | - private double evaluationScore; | |
| 830 | - | |
| 831 | - //수시시험변환점수 List | |
| 832 | - private List<Double> evaluationScoreList; | |
| 833 | - | |
| 834 | - //수시시험총점수 | |
| 835 | - private int evaluationTotalScore; | |
| 836 | - | |
| 837 | - //수시시험총점수 List | |
| 838 | - private List<Integer> evaluationTotalScoreList; | |
| 839 | - | |
| 840 | - //출석변환점수 | |
| 841 | - private double attendScore; | |
| 842 | - | |
| 843 | - //출석변환점수 List | |
| 844 | - private List<Double> attendScoreList; | |
| 845 | - | |
| 846 | - //확정등급 | |
| 847 | - private java.lang.String confirmGrade; | |
| 848 | - | |
| 849 | - //확정등급 List | |
| 850 | - private List<String> confirmGradeList; | |
| 851 | - | |
| 852 | - //기타순서 | |
| 853 | - private int etcSn; | |
| 854 | - | |
| 855 | - //기타순서 List | |
| 856 | - private List<Integer> etcSnList; | |
| 857 | - | |
| 858 | - //기타변환점수 | |
| 859 | - private double etcScore; | |
| 860 | - | |
| 861 | - //기타변환점수1 | |
| 862 | - private double etcScore1; | |
| 863 | - | |
| 864 | - //기타변환점수2 | |
| 865 | - private double etcScore2; | |
| 866 | - | |
| 867 | - //기타변환점수3 | |
| 868 | - private double etcScore3; | |
| 869 | - | |
| 870 | - //기타변환점수4 | |
| 871 | - private double etcScore4; | |
| 872 | - | |
| 873 | - //기타변환점수5 | |
| 874 | - private double etcScore5; | |
| 875 | - | |
| 876 | - //기타변환점수6 | |
| 877 | - private double etcScore6; | |
| 878 | - | |
| 879 | - //기타변환점수7 | |
| 880 | - private double etcScore7; | |
| 881 | - | |
| 882 | - //기타변환점수8 | |
| 883 | - private double etcScore8; | |
| 884 | - | |
| 885 | - //기타변환점수9 | |
| 886 | - private double etcScore9; | |
| 887 | - | |
| 888 | - //기타변환점수10 | |
| 889 | - private double etcScore10; | |
| 890 | - | |
| 891 | - //기타변환점수 List | |
| 892 | - private List<Double> etcScoreList; | |
| 893 | - | |
| 894 | - //기타변환점수 List | |
| 895 | - private List<Double> etcScoreList1; | |
| 896 | - | |
| 897 | - //기타변환점수 List | |
| 898 | - private List<Double> etcScoreList2; | |
| 899 | - | |
| 900 | - //기타변환점수 List | |
| 901 | - private List<Double> etcScoreList3; | |
| 902 | - | |
| 903 | - //기타변환점수 List | |
| 904 | - private List<Double> etcScoreList4; | |
| 905 | - | |
| 906 | - //기타변환점수 List | |
| 907 | - private List<Double> etcScoreList5; | |
| 908 | - | |
| 909 | - //기타변환점수 List | |
| 910 | - private List<Double> etcScoreList6; | |
| 911 | - | |
| 912 | - //기타변환점수 List | |
| 913 | - private List<Double> etcScoreList7; | |
| 914 | - | |
| 915 | - //기타변환점수 List | |
| 916 | - private List<Double> etcScoreList8; | |
| 917 | - | |
| 918 | - //기타변환점수 List | |
| 919 | - private List<Double> etcScoreList9; | |
| 920 | - | |
| 921 | - //기타변환점수 List | |
| 922 | - private List<Double> etcScoreList10; | |
| 923 | - | |
| 924 | - //과정운영평가 | |
| 925 | - private java.lang.String crclEvtCn; | |
| 926 | - | |
| 927 | - private java.lang.String allSubmit; | |
| 928 | - | |
| 929 | - private java.lang.String searchCtgryId; | |
| 930 | - | |
| 931 | - //중간고사 만점점수 | |
| 932 | - private int midtermTopScore; | |
| 933 | - | |
| 934 | - //기말고사 만점점수 | |
| 935 | - private int finalTopScore; | |
| 936 | - | |
| 937 | - //수시시험 만점점수 | |
| 938 | - private int evaluationTopScore; | |
| 939 | - | |
| 940 | - //엑셀다운로드여부 | |
| 941 | - private java.lang.String excelAt; | |
| 942 | - | |
| 943 | - //파일일괄다운로드여부 | |
| 944 | - private java.lang.String zipFileAt; | |
| 945 | - | |
| 946 | - //과정만족도설문제출시작일 | |
| 947 | - private java.lang.String surveyStartDate; | |
| 948 | - | |
| 949 | - //과정만족도설문제출시작시간 | |
| 950 | - private java.lang.String surveyStartTime; | |
| 951 | - | |
| 952 | - //수료상태 값 검색 | |
| 953 | - private java.lang.String searchFinishAt; | |
| 954 | - | |
| 955 | - public java.lang.String getCrclId() {
| |
| 956 | - return this.crclId; | |
| 957 | - } | |
| 958 | - | |
| 959 | - public void setCrclId(java.lang.String crclId) {
| |
| 960 | - this.crclId = crclId; | |
| 961 | - } | |
| 962 | - | |
| 963 | - | |
| 964 | - public java.lang.String getZipFileAt() {
| |
| 965 | - return zipFileAt; | |
| 966 | - } | |
| 967 | - | |
| 968 | - public void setZipFileAt(java.lang.String zipFileAt) {
| |
| 969 | - this.zipFileAt = zipFileAt; | |
| 970 | - } | |
| 971 | - | |
| 972 | - public java.lang.String getCrclbId() {
| |
| 973 | - return this.crclbId; | |
| 974 | - } | |
| 975 | - | |
| 976 | - public void setCrclbId(java.lang.String crclbId) {
| |
| 977 | - this.crclbId = crclbId; | |
| 978 | - } | |
| 979 | - | |
| 980 | - public java.lang.String getCrclNm() {
| |
| 981 | - return this.crclNm; | |
| 982 | - } | |
| 983 | - | |
| 984 | - public void setCrclNm(java.lang.String crclNm) {
| |
| 985 | - this.crclNm = crclNm; | |
| 986 | - } | |
| 987 | - | |
| 988 | - public java.lang.String getSysCode() {
| |
| 989 | - return this.sysCode; | |
| 990 | - } | |
| 991 | - | |
| 992 | - public void setSysCode(java.lang.String sysCode) {
| |
| 993 | - this.sysCode = sysCode; | |
| 994 | - } | |
| 995 | - | |
| 996 | - public java.lang.String getCrclTerm() {
| |
| 997 | - return crclTerm; | |
| 998 | - } | |
| 999 | - | |
| 1000 | - public void setCrclTerm(java.lang.String crclTerm) {
| |
| 1001 | - this.crclTerm = crclTerm; | |
| 1002 | - } | |
| 1003 | - | |
| 1004 | - public java.lang.String getCrclLang() {
| |
| 1005 | - return this.crclLang; | |
| 1006 | - } | |
| 1007 | - | |
| 1008 | - public void setCrclLang(java.lang.String crclLang) {
| |
| 1009 | - this.crclLang = crclLang; | |
| 1010 | - } | |
| 1011 | - | |
| 1012 | - public java.lang.String getStartDate() {
| |
| 1013 | - return this.startDate; | |
| 1014 | - } | |
| 1015 | - | |
| 1016 | - public void setStartDate(java.lang.String startDate) {
| |
| 1017 | - this.startDate = startDate; | |
| 1018 | - } | |
| 1019 | - | |
| 1020 | - public java.lang.String getEndDate() {
| |
| 1021 | - return this.endDate; | |
| 1022 | - } | |
| 1023 | - | |
| 1024 | - public void setEndDate(java.lang.String endDate) {
| |
| 1025 | - this.endDate = endDate; | |
| 1026 | - } | |
| 1027 | - | |
| 1028 | - public java.lang.String getCampusId() {
| |
| 1029 | - return this.campusId; | |
| 1030 | - } | |
| 1031 | - | |
| 1032 | - public void setCampusId(java.lang.String campusId) {
| |
| 1033 | - this.campusId = campusId; | |
| 1034 | - } | |
| 1035 | - | |
| 1036 | - public java.lang.String getSearchCampusId() {
| |
| 1037 | - return this.searchCampusId; | |
| 1038 | - } | |
| 1039 | - | |
| 1040 | - public void setSearchCampusId(java.lang.String searchCampusId) {
| |
| 1041 | - this.searchCampusId = searchCampusId; | |
| 1042 | - } | |
| 1043 | - | |
| 1044 | - public java.lang.String getCampusPlace() {
| |
| 1045 | - return this.campusPlace; | |
| 1046 | - } | |
| 1047 | - | |
| 1048 | - public void setCampusPlace(java.lang.String campusPlace) {
| |
| 1049 | - this.campusPlace = campusPlace; | |
| 1050 | - } | |
| 1051 | - | |
| 1052 | - public java.lang.String getHostCode() {
| |
| 1053 | - return this.hostCode; | |
| 1054 | - } | |
| 1055 | - | |
| 1056 | - public void setHostCode(java.lang.String hostCode) {
| |
| 1057 | - this.hostCode = hostCode; | |
| 1058 | - } | |
| 1059 | - | |
| 1060 | - public java.lang.String getCrclGoal() {
| |
| 1061 | - return this.crclGoal; | |
| 1062 | - } | |
| 1063 | - | |
| 1064 | - public void setCrclGoal(java.lang.String crclGoal) {
| |
| 1065 | - this.crclGoal = crclGoal; | |
| 1066 | - } | |
| 1067 | - | |
| 1068 | - public java.lang.String getCrclEffect() {
| |
| 1069 | - return this.crclEffect; | |
| 1070 | - } | |
| 1071 | - | |
| 1072 | - public void setCrclEffect(java.lang.String crclEffect) {
| |
| 1073 | - this.crclEffect = crclEffect; | |
| 1074 | - } | |
| 1075 | - | |
| 1076 | - public java.lang.String getTargetType() {
| |
| 1077 | - return this.targetType; | |
| 1078 | - } | |
| 1079 | - | |
| 1080 | - public void setTargetType(java.lang.String targetType) {
| |
| 1081 | - this.targetType = targetType; | |
| 1082 | - } | |
| 1083 | - | |
| 1084 | - public java.lang.String getPlanStartDate() {
| |
| 1085 | - return this.planStartDate; | |
| 1086 | - } | |
| 1087 | - | |
| 1088 | - public void setPlanStartDate(java.lang.String planStartDate) {
| |
| 1089 | - this.planStartDate = planStartDate; | |
| 1090 | - } | |
| 1091 | - | |
| 1092 | - public java.lang.String getPlanEndDate() {
| |
| 1093 | - return this.planEndDate; | |
| 1094 | - } | |
| 1095 | - | |
| 1096 | - public void setPlanEndDate(java.lang.String planEndDate) {
| |
| 1097 | - this.planEndDate = planEndDate; | |
| 1098 | - } | |
| 1099 | - | |
| 1100 | - public java.lang.String getApplyStartDate() {
| |
| 1101 | - return this.applyStartDate; | |
| 1102 | - } | |
| 1103 | - | |
| 1104 | - public void setApplyStartDate(java.lang.String applyStartDate) {
| |
| 1105 | - this.applyStartDate = applyStartDate; | |
| 1106 | - } | |
| 1107 | - | |
| 1108 | - public java.lang.String getApplyEndDate() {
| |
| 1109 | - return this.applyEndDate; | |
| 1110 | - } | |
| 1111 | - | |
| 1112 | - public void setApplyEndDate(java.lang.String applyEndDate) {
| |
| 1113 | - this.applyEndDate = applyEndDate; | |
| 1114 | - } | |
| 1115 | - | |
| 1116 | - public java.lang.String getCrclYear() {
| |
| 1117 | - return crclYear; | |
| 1118 | - } | |
| 1119 | - | |
| 1120 | - public void setCrclYear(java.lang.String crclYear) {
| |
| 1121 | - this.crclYear = crclYear; | |
| 1122 | - } | |
| 1123 | - | |
| 1124 | - public java.lang.String getTotalTime() {
| |
| 1125 | - return totalTime; | |
| 1126 | - } | |
| 1127 | - | |
| 1128 | - public void setTotalTime(java.lang.String totalTime) {
| |
| 1129 | - this.totalTime = totalTime; | |
| 1130 | - } | |
| 1131 | - | |
| 1132 | - public java.lang.String getWeekNum() {
| |
| 1133 | - return weekNum; | |
| 1134 | - } | |
| 1135 | - | |
| 1136 | - public void setWeekNum(java.lang.String weekNum) {
| |
| 1137 | - this.weekNum = weekNum; | |
| 1138 | - } | |
| 1139 | - | |
| 1140 | - public java.lang.String getDayTime() {
| |
| 1141 | - return dayTime; | |
| 1142 | - } | |
| 1143 | - | |
| 1144 | - public void setDayTime(java.lang.String dayTime) {
| |
| 1145 | - this.dayTime = dayTime; | |
| 1146 | - } | |
| 1147 | - | |
| 1148 | - public java.lang.String getApplyMaxCnt() {
| |
| 1149 | - return applyMaxCnt; | |
| 1150 | - } | |
| 1151 | - | |
| 1152 | - public void setApplyMaxCnt(java.lang.String applyMaxCnt) {
| |
| 1153 | - this.applyMaxCnt = applyMaxCnt; | |
| 1154 | - } | |
| 1155 | - | |
| 1156 | - public java.lang.String getAssignAt() {
| |
| 1157 | - return this.assignAt; | |
| 1158 | - } | |
| 1159 | - | |
| 1160 | - public void setAssignAt(java.lang.String assignAt) {
| |
| 1161 | - this.assignAt = assignAt; | |
| 1162 | - } | |
| 1163 | - | |
| 1164 | - public java.lang.String getTuitionAt() {
| |
| 1165 | - return this.tuitionAt; | |
| 1166 | - } | |
| 1167 | - | |
| 1168 | - public void setTuitionAt(java.lang.String tuitionAt) {
| |
| 1169 | - this.tuitionAt = tuitionAt; | |
| 1170 | - } | |
| 1171 | - | |
| 1172 | - public java.lang.String getTuitionFees() {
| |
| 1173 | - return tuitionFees; | |
| 1174 | - } | |
| 1175 | - | |
| 1176 | - public void setTuitionFees(java.lang.String tuitionFees) {
| |
| 1177 | - this.tuitionFees = tuitionFees; | |
| 1178 | - } | |
| 1179 | - | |
| 1180 | - public java.lang.String getRegistrationFees() {
| |
| 1181 | - return registrationFees; | |
| 1182 | - } | |
| 1183 | - | |
| 1184 | - public void setRegistrationFees(java.lang.String registrationFees) {
| |
| 1185 | - this.registrationFees = registrationFees; | |
| 1186 | - } | |
| 1187 | - | |
| 1188 | - public java.lang.String getTuitionStartDate() {
| |
| 1189 | - return this.tuitionStartDate; | |
| 1190 | - } | |
| 1191 | - | |
| 1192 | - public void setTuitionStartDate(java.lang.String tuitionStartDate) {
| |
| 1193 | - this.tuitionStartDate = tuitionStartDate; | |
| 1194 | - } | |
| 1195 | - | |
| 1196 | - public java.lang.String getTuitionEndDate() {
| |
| 1197 | - return this.tuitionEndDate; | |
| 1198 | - } | |
| 1199 | - | |
| 1200 | - public void setTuitionEndDate(java.lang.String tuitionEndDate) {
| |
| 1201 | - this.tuitionEndDate = tuitionEndDate; | |
| 1202 | - } | |
| 1203 | - | |
| 1204 | - public java.lang.String getCrclOutcome() {
| |
| 1205 | - return this.crclOutcome; | |
| 1206 | - } | |
| 1207 | - | |
| 1208 | - public void setCrclOutcome(java.lang.String crclOutcome) {
| |
| 1209 | - this.crclOutcome = crclOutcome; | |
| 1210 | - } | |
| 1211 | - | |
| 1212 | - public java.lang.String getProcessSttusCode() {
| |
| 1213 | - return this.processSttusCode; | |
| 1214 | - } | |
| 1215 | - | |
| 1216 | - public void setProcessSttusCode(java.lang.String processSttusCode) {
| |
| 1217 | - this.processSttusCode = processSttusCode; | |
| 1218 | - } | |
| 1219 | - | |
| 1220 | - public java.lang.String getUseAt() {
| |
| 1221 | - return this.useAt; | |
| 1222 | - } | |
| 1223 | - | |
| 1224 | - public void setUseAt(java.lang.String useAt) {
| |
| 1225 | - this.useAt = useAt; | |
| 1226 | - } | |
| 1227 | - | |
| 1228 | - public String getPhotoStreFileNm() {
| |
| 1229 | - return this.photoStreFileNm; | |
| 1230 | - } | |
| 1231 | - | |
| 1232 | - public void setPhotoStreFileNm(String photoStreFileNm) {
| |
| 1233 | - this.photoStreFileNm = photoStreFileNm; | |
| 1234 | - } | |
| 1235 | - | |
| 1236 | - public java.lang.String getFrstRegisterId() {
| |
| 1237 | - return this.frstRegisterId; | |
| 1238 | - } | |
| 1239 | - | |
| 1240 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 1241 | - this.frstRegisterId = frstRegisterId; | |
| 1242 | - } | |
| 1243 | - | |
| 1244 | - public java.util.Date getFrstRegisterPnttm() {
| |
| 1245 | - return this.frstRegisterPnttm; | |
| 1246 | - } | |
| 1247 | - | |
| 1248 | - public void setFrstRegisterPnttm(java.util.Date frstRegisterPnttm) {
| |
| 1249 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 1250 | - } | |
| 1251 | - | |
| 1252 | - public java.lang.String getLastUpdusrId() {
| |
| 1253 | - return this.lastUpdusrId; | |
| 1254 | - } | |
| 1255 | - | |
| 1256 | - public void setLastUpdusrId(java.lang.String lastUpdusrId) {
| |
| 1257 | - this.lastUpdusrId = lastUpdusrId; | |
| 1258 | - } | |
| 1259 | - | |
| 1260 | - public java.util.Date getLastUpdusrPnttm() {
| |
| 1261 | - return this.lastUpdusrPnttm; | |
| 1262 | - } | |
| 1263 | - | |
| 1264 | - public void setLastUpdusrPnttm(java.util.Date lastUpdusrPnttm) {
| |
| 1265 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 1266 | - } | |
| 1267 | - | |
| 1268 | - public List<String> getSysCodeList() {
| |
| 1269 | - return SysCodeList; | |
| 1270 | - } | |
| 1271 | - | |
| 1272 | - public void setSysCodeList(List<String> sysCodeList) {
| |
| 1273 | - SysCodeList = sysCodeList; | |
| 1274 | - } | |
| 1275 | - | |
| 1276 | - public List<String> getUserIdList() {
| |
| 1277 | - return userIdList; | |
| 1278 | - } | |
| 1279 | - | |
| 1280 | - public void setUserIdList(List<String> userIdList) {
| |
| 1281 | - this.userIdList = userIdList; | |
| 1282 | - } | |
| 1283 | - | |
| 1284 | - public List<String> getExpIdList() {
| |
| 1285 | - return expIdList; | |
| 1286 | - } | |
| 1287 | - | |
| 1288 | - public void setExpIdList(List<String> expIdList) {
| |
| 1289 | - this.expIdList = expIdList; | |
| 1290 | - } | |
| 1291 | - | |
| 1292 | - public List<String> getAccountCodeList() {
| |
| 1293 | - return accountCodeList; | |
| 1294 | - } | |
| 1295 | - | |
| 1296 | - public void setAccountCodeList(List<String> accountCodeList) {
| |
| 1297 | - this.accountCodeList = accountCodeList; | |
| 1298 | - } | |
| 1299 | - | |
| 1300 | - public List<String> getAmountList() {
| |
| 1301 | - return amountList; | |
| 1302 | - } | |
| 1303 | - | |
| 1304 | - public void setAmountList(List<String> amountList) {
| |
| 1305 | - this.amountList = amountList; | |
| 1306 | - } | |
| 1307 | - | |
| 1308 | - public List<String> getReasonList() {
| |
| 1309 | - return reasonList; | |
| 1310 | - } | |
| 1311 | - | |
| 1312 | - public void setReasonList(List<String> reasonList) {
| |
| 1313 | - this.reasonList = reasonList; | |
| 1314 | - } | |
| 1315 | - | |
| 1316 | - public List<String> getEtcList() {
| |
| 1317 | - return etcList; | |
| 1318 | - } | |
| 1319 | - | |
| 1320 | - public void setEtcList(List<String> etcList) {
| |
| 1321 | - this.etcList = etcList; | |
| 1322 | - } | |
| 1323 | - | |
| 1324 | - public java.lang.String getUserId() {
| |
| 1325 | - return userId; | |
| 1326 | - } | |
| 1327 | - | |
| 1328 | - public void setUserId(java.lang.String userId) {
| |
| 1329 | - this.userId = userId; | |
| 1330 | - } | |
| 1331 | - | |
| 1332 | - public java.lang.String getManageCode() {
| |
| 1333 | - return manageCode; | |
| 1334 | - } | |
| 1335 | - | |
| 1336 | - public void setManageCode(java.lang.String manageCode) {
| |
| 1337 | - this.manageCode = manageCode; | |
| 1338 | - } | |
| 1339 | - | |
| 1340 | - public java.lang.String getExpId() {
| |
| 1341 | - return expId; | |
| 1342 | - } | |
| 1343 | - | |
| 1344 | - public void setExpId(java.lang.String expId) {
| |
| 1345 | - this.expId = expId; | |
| 1346 | - } | |
| 1347 | - | |
| 1348 | - public java.lang.String getAccountCode() {
| |
| 1349 | - return accountCode; | |
| 1350 | - } | |
| 1351 | - | |
| 1352 | - public void setAccountCode(java.lang.String accountCode) {
| |
| 1353 | - this.accountCode = accountCode; | |
| 1354 | - } | |
| 1355 | - | |
| 1356 | - public java.lang.String getAmount() {
| |
| 1357 | - return amount; | |
| 1358 | - } | |
| 1359 | - | |
| 1360 | - public void setAmount(java.lang.String amount) {
| |
| 1361 | - this.amount = amount; | |
| 1362 | - } | |
| 1363 | - | |
| 1364 | - public java.lang.String getReason() {
| |
| 1365 | - return reason; | |
| 1366 | - } | |
| 1367 | - | |
| 1368 | - public void setReason(java.lang.String reason) {
| |
| 1369 | - this.reason = reason; | |
| 1370 | - } | |
| 1371 | - | |
| 1372 | - public java.lang.String getEtc() {
| |
| 1373 | - return etc; | |
| 1374 | - } | |
| 1375 | - | |
| 1376 | - public void setEtc(java.lang.String etc) {
| |
| 1377 | - this.etc = etc; | |
| 1378 | - } | |
| 1379 | - | |
| 1380 | - public List<String> getTypeCodeList() {
| |
| 1381 | - return typeCodeList; | |
| 1382 | - } | |
| 1383 | - | |
| 1384 | - public void setTypeCodeList(List<String> typeCodeList) {
| |
| 1385 | - this.typeCodeList = typeCodeList; | |
| 1386 | - } | |
| 1387 | - | |
| 1388 | - public java.lang.String getTypeCode() {
| |
| 1389 | - return typeCode; | |
| 1390 | - } | |
| 1391 | - | |
| 1392 | - public void setTypeCode(java.lang.String typeCode) {
| |
| 1393 | - this.typeCode = typeCode; | |
| 1394 | - } | |
| 1395 | - | |
| 1396 | - public java.lang.String getSearchSysCode1() {
| |
| 1397 | - return searchSysCode1; | |
| 1398 | - } | |
| 1399 | - | |
| 1400 | - public void setSearchSysCode1(java.lang.String searchSysCode1) {
| |
| 1401 | - this.searchSysCode1 = searchSysCode1; | |
| 1402 | - } | |
| 1403 | - | |
| 1404 | - public java.lang.String getSearchSysCode2() {
| |
| 1405 | - return searchSysCode2; | |
| 1406 | - } | |
| 1407 | - | |
| 1408 | - public void setSearchSysCode2(java.lang.String searchSysCode2) {
| |
| 1409 | - this.searchSysCode2 = searchSysCode2; | |
| 1410 | - } | |
| 1411 | - | |
| 1412 | - public java.lang.String getSearchSysCode3() {
| |
| 1413 | - return searchSysCode3; | |
| 1414 | - } | |
| 1415 | - | |
| 1416 | - public void setSearchSysCode3(java.lang.String searchSysCode3) {
| |
| 1417 | - this.searchSysCode3 = searchSysCode3; | |
| 1418 | - } | |
| 1419 | - | |
| 1420 | - public java.lang.String getSearchDivision() {
| |
| 1421 | - return searchDivision; | |
| 1422 | - } | |
| 1423 | - | |
| 1424 | - public void setSearchDivision(java.lang.String searchDivision) {
| |
| 1425 | - this.searchDivision = searchDivision; | |
| 1426 | - } | |
| 1427 | - | |
| 1428 | - public java.lang.String getSearchControl() {
| |
| 1429 | - return searchControl; | |
| 1430 | - } | |
| 1431 | - | |
| 1432 | - public void setSearchControl(java.lang.String searchControl) {
| |
| 1433 | - this.searchControl = searchControl; | |
| 1434 | - } | |
| 1435 | - | |
| 1436 | - public java.lang.String getSearchcrclbNm() {
| |
| 1437 | - return searchcrclbNm; | |
| 1438 | - } | |
| 1439 | - | |
| 1440 | - public void setSearchcrclbNm(java.lang.String searchcrclbNm) {
| |
| 1441 | - this.searchcrclbNm = searchcrclbNm; | |
| 1442 | - } | |
| 1443 | - | |
| 1444 | - public java.lang.String getSearchcrclbId() {
| |
| 1445 | - return searchcrclbId; | |
| 1446 | - } | |
| 1447 | - | |
| 1448 | - public void setSearchcrclbId(java.lang.String searchcrclbId) {
| |
| 1449 | - this.searchcrclbId = searchcrclbId; | |
| 1450 | - } | |
| 1451 | - | |
| 1452 | - public java.lang.String getSearchCrclNm() {
| |
| 1453 | - return searchCrclNm; | |
| 1454 | - } | |
| 1455 | - | |
| 1456 | - public void setSearchCrclNm(java.lang.String searchCrclNm) {
| |
| 1457 | - this.searchCrclNm = searchCrclNm; | |
| 1458 | - } | |
| 1459 | - | |
| 1460 | - public java.lang.String getSearchUserId() {
| |
| 1461 | - return searchUserId; | |
| 1462 | - } | |
| 1463 | - | |
| 1464 | - public void setSearchUserId(java.lang.String searchUserId) {
| |
| 1465 | - this.searchUserId = searchUserId; | |
| 1466 | - } | |
| 1467 | - | |
| 1468 | - public java.lang.String getSearchHostCode() {
| |
| 1469 | - return searchHostCode; | |
| 1470 | - } | |
| 1471 | - | |
| 1472 | - public void setSearchHostCode(java.lang.String searchHostCode) {
| |
| 1473 | - this.searchHostCode = searchHostCode; | |
| 1474 | - } | |
| 1475 | - | |
| 1476 | - public java.lang.String getSearchStudentHostCode() {
| |
| 1477 | - return searchStudentHostCode; | |
| 1478 | - } | |
| 1479 | - | |
| 1480 | - public void setSearchStudentHostCode(java.lang.String searchStudentHostCode) {
| |
| 1481 | - this.searchStudentHostCode = searchStudentHostCode; | |
| 1482 | - } | |
| 1483 | - | |
| 1484 | - public java.lang.String getSearchCrclLang() {
| |
| 1485 | - return searchCrclLang; | |
| 1486 | - } | |
| 1487 | - | |
| 1488 | - public void setSearchCrclLang(java.lang.String searchCrclLang) {
| |
| 1489 | - this.searchCrclLang = searchCrclLang; | |
| 1490 | - } | |
| 1491 | - | |
| 1492 | - public java.lang.String getSearchSttus() {
| |
| 1493 | - return searchSttus; | |
| 1494 | - } | |
| 1495 | - | |
| 1496 | - public void setSearchSttus(java.lang.String searchSttus) {
| |
| 1497 | - this.searchSttus = searchSttus; | |
| 1498 | - } | |
| 1499 | - | |
| 1500 | - public java.lang.String getSearchBrthdy() {
| |
| 1501 | - return searchBrthdy; | |
| 1502 | - } | |
| 1503 | - | |
| 1504 | - public void setSearchBrthdy(java.lang.String searchBrthdy) {
| |
| 1505 | - this.searchBrthdy = searchBrthdy; | |
| 1506 | - } | |
| 1507 | - | |
| 1508 | - public java.lang.String getComnt() {
| |
| 1509 | - return comnt; | |
| 1510 | - } | |
| 1511 | - | |
| 1512 | - public void setComnt(java.lang.String comnt) {
| |
| 1513 | - this.comnt = comnt; | |
| 1514 | - } | |
| 1515 | - | |
| 1516 | - public java.lang.String getAprvalAt() {
| |
| 1517 | - return aprvalAt; | |
| 1518 | - } | |
| 1519 | - | |
| 1520 | - public void setAprvalAt(java.lang.String aprvalAt) {
| |
| 1521 | - this.aprvalAt = aprvalAt; | |
| 1522 | - } | |
| 1523 | - | |
| 1524 | - public java.lang.String getSysCodePath() {
| |
| 1525 | - return sysCodePath; | |
| 1526 | - } | |
| 1527 | - | |
| 1528 | - public void setSysCodePath(java.lang.String sysCodePath) {
| |
| 1529 | - this.sysCodePath = sysCodePath; | |
| 1530 | - } | |
| 1531 | - | |
| 1532 | - public java.lang.String getSysCodeNmPath() {
| |
| 1533 | - return sysCodeNmPath; | |
| 1534 | - } | |
| 1535 | - | |
| 1536 | - public void setSysCodeNmPath(java.lang.String sysCodeNmPath) {
| |
| 1537 | - this.sysCodeNmPath = sysCodeNmPath; | |
| 1538 | - } | |
| 1539 | - | |
| 1540 | - public java.lang.String getCrclLangNm() {
| |
| 1541 | - return crclLangNm; | |
| 1542 | - } | |
| 1543 | - | |
| 1544 | - public void setCrclLangNm(java.lang.String crclLangNm) {
| |
| 1545 | - this.crclLangNm = crclLangNm; | |
| 1546 | - } | |
| 1547 | - | |
| 1548 | - public java.lang.String getHostCodeNm() {
| |
| 1549 | - return hostCodeNm; | |
| 1550 | - } | |
| 1551 | - | |
| 1552 | - public void setHostCodeNm(java.lang.String hostCodeNm) {
| |
| 1553 | - this.hostCodeNm = hostCodeNm; | |
| 1554 | - } | |
| 1555 | - | |
| 1556 | - public java.lang.String getDivisionNm() {
| |
| 1557 | - return divisionNm; | |
| 1558 | - } | |
| 1559 | - | |
| 1560 | - public void setDivisionNm(java.lang.String divisionNm) {
| |
| 1561 | - this.divisionNm = divisionNm; | |
| 1562 | - } | |
| 1563 | - | |
| 1564 | - public java.lang.String getControlNm() {
| |
| 1565 | - return controlNm; | |
| 1566 | - } | |
| 1567 | - | |
| 1568 | - public void setControlNm(java.lang.String controlNm) {
| |
| 1569 | - this.controlNm = controlNm; | |
| 1570 | - } | |
| 1571 | - | |
| 1572 | - public java.lang.String getProjectAt() {
| |
| 1573 | - return projectAt; | |
| 1574 | - } | |
| 1575 | - | |
| 1576 | - public void setProjectAt(java.lang.String projectAt) {
| |
| 1577 | - this.projectAt = projectAt; | |
| 1578 | - } | |
| 1579 | - | |
| 1580 | - public java.lang.String getTotalTimeAt() {
| |
| 1581 | - return totalTimeAt; | |
| 1582 | - } | |
| 1583 | - | |
| 1584 | - public void setTotalTimeAt(java.lang.String totalTimeAt) {
| |
| 1585 | - this.totalTimeAt = totalTimeAt; | |
| 1586 | - } | |
| 1587 | - | |
| 1588 | - public java.lang.String getSearchProjectAt() {
| |
| 1589 | - return searchProjectAt; | |
| 1590 | - } | |
| 1591 | - | |
| 1592 | - public void setSearchProjectAt(java.lang.String searchProjectAt) {
| |
| 1593 | - this.searchProjectAt = searchProjectAt; | |
| 1594 | - } | |
| 1595 | - | |
| 1596 | - public java.lang.String getSearchTotalTimeAt() {
| |
| 1597 | - return searchTotalTimeAt; | |
| 1598 | - } | |
| 1599 | - | |
| 1600 | - public void setSearchTotalTimeAt(java.lang.String searchTotalTimeAt) {
| |
| 1601 | - this.searchTotalTimeAt = searchTotalTimeAt; | |
| 1602 | - } | |
| 1603 | - | |
| 1604 | - public java.lang.String getSearchAprvalAt() {
| |
| 1605 | - return searchAprvalAt; | |
| 1606 | - } | |
| 1607 | - | |
| 1608 | - public void setSearchAprvalAt(java.lang.String searchAprvalAt) {
| |
| 1609 | - this.searchAprvalAt = searchAprvalAt; | |
| 1610 | - } | |
| 1611 | - | |
| 1612 | - public java.util.Date getAprvalPnttm() {
| |
| 1613 | - return aprvalPnttm; | |
| 1614 | - } | |
| 1615 | - | |
| 1616 | - public void setAprvalPnttm(java.util.Date aprvalPnttm) {
| |
| 1617 | - this.aprvalPnttm = aprvalPnttm; | |
| 1618 | - } | |
| 1619 | - | |
| 1620 | - public java.lang.String getSearchUserNm() {
| |
| 1621 | - return searchUserNm; | |
| 1622 | - } | |
| 1623 | - | |
| 1624 | - public void setSearchUserNm(java.lang.String searchUserNm) {
| |
| 1625 | - this.searchUserNm = searchUserNm; | |
| 1626 | - } | |
| 1627 | - | |
| 1628 | - public java.lang.String getSearchStudentUserNm() {
| |
| 1629 | - return searchStudentUserNm; | |
| 1630 | - } | |
| 1631 | - | |
| 1632 | - public void setSearchStudentUserNm(java.lang.String searchStudentUserNm) {
| |
| 1633 | - this.searchStudentUserNm = searchStudentUserNm; | |
| 1634 | - } | |
| 1635 | - | |
| 1636 | - public java.lang.String getUserNm() {
| |
| 1637 | - return userNm; | |
| 1638 | - } | |
| 1639 | - | |
| 1640 | - public void setUserNm(java.lang.String userNm) {
| |
| 1641 | - this.userNm = userNm; | |
| 1642 | - } | |
| 1643 | - | |
| 1644 | - public java.lang.String getMngAt() {
| |
| 1645 | - return mngAt; | |
| 1646 | - } | |
| 1647 | - | |
| 1648 | - public void setMngAt(java.lang.String mngAt) {
| |
| 1649 | - this.mngAt = mngAt; | |
| 1650 | - } | |
| 1651 | - | |
| 1652 | - public java.lang.String getSearchCrclYear() {
| |
| 1653 | - return searchCrclYear; | |
| 1654 | - } | |
| 1655 | - | |
| 1656 | - public void setSearchCrclYear(java.lang.String searchCrclYear) {
| |
| 1657 | - this.searchCrclYear = searchCrclYear; | |
| 1658 | - } | |
| 1659 | - | |
| 1660 | - public java.lang.String getSearchCrclTerm() {
| |
| 1661 | - return searchCrclTerm; | |
| 1662 | - } | |
| 1663 | - | |
| 1664 | - public void setSearchCrclTerm(java.lang.String searchCrclTerm) {
| |
| 1665 | - this.searchCrclTerm = searchCrclTerm; | |
| 1666 | - } | |
| 1667 | - | |
| 1668 | - public java.lang.String getSearchStartDate() {
| |
| 1669 | - return searchStartDate; | |
| 1670 | - } | |
| 1671 | - | |
| 1672 | - public void setSearchStartDate(java.lang.String searchStartDate) {
| |
| 1673 | - this.searchStartDate = searchStartDate; | |
| 1674 | - } | |
| 1675 | - | |
| 1676 | - public java.lang.String getSearchEndDate() {
| |
| 1677 | - return searchEndDate; | |
| 1678 | - } | |
| 1679 | - | |
| 1680 | - public void setSearchEndDate(java.lang.String searchEndDate) {
| |
| 1681 | - this.searchEndDate = searchEndDate; | |
| 1682 | - } | |
| 1683 | - | |
| 1684 | - public java.lang.String getSearchApplyStartDate() {
| |
| 1685 | - return searchApplyStartDate; | |
| 1686 | - } | |
| 1687 | - | |
| 1688 | - public void setSearchApplyStartDate(java.lang.String searchApplyStartDate) {
| |
| 1689 | - this.searchApplyStartDate= searchApplyStartDate; | |
| 1690 | - } | |
| 1691 | - | |
| 1692 | - public java.lang.String getSearchApplyEndDate() {
| |
| 1693 | - return searchApplyEndDate; | |
| 1694 | - } | |
| 1695 | - | |
| 1696 | - public void setSearchApplyEndDate(java.lang.String searchApplyEndDate) {
| |
| 1697 | - this.searchApplyEndDate= searchApplyEndDate; | |
| 1698 | - } | |
| 1699 | - | |
| 1700 | - public java.lang.String getSearchTargetType() {
| |
| 1701 | - return searchTargetType; | |
| 1702 | - } | |
| 1703 | - | |
| 1704 | - public void setSearchTargetType(java.lang.String searchTargetType) {
| |
| 1705 | - this.searchTargetType = searchTargetType; | |
| 1706 | - } | |
| 1707 | - | |
| 1708 | - public java.lang.String getSearchInputValue() {
| |
| 1709 | - return searchInputValue; | |
| 1710 | - } | |
| 1711 | - | |
| 1712 | - public void setSearchInputValue(java.lang.String searchInputValue) {
| |
| 1713 | - this.searchInputValue = searchInputValue; | |
| 1714 | - } | |
| 1715 | - | |
| 1716 | - public java.lang.String getSearchTargetDetail() {
| |
| 1717 | - return searchTargetDetail; | |
| 1718 | - } | |
| 1719 | - | |
| 1720 | - public void setSearchTargetDetail(java.lang.String searchTargetDetail) {
| |
| 1721 | - this.searchTargetDetail = searchTargetDetail; | |
| 1722 | - } | |
| 1723 | - | |
| 1724 | - public java.lang.String getSearchProcessSttusCode() {
| |
| 1725 | - return searchProcessSttusCode; | |
| 1726 | - } | |
| 1727 | - | |
| 1728 | - public void setSearchProcessSttusCode(java.lang.String searchProcessSttusCode) {
| |
| 1729 | - this.searchProcessSttusCode = searchProcessSttusCode; | |
| 1730 | - } | |
| 1731 | - | |
| 1732 | - public java.lang.String getProcessSttusCodeDate() {
| |
| 1733 | - return processSttusCodeDate; | |
| 1734 | - } | |
| 1735 | - | |
| 1736 | - public void setProcessSttusCodeDate(java.lang.String processSttusCodeDate) {
| |
| 1737 | - this.processSttusCodeDate = processSttusCodeDate; | |
| 1738 | - } | |
| 1739 | - | |
| 1740 | - public java.lang.String getSearchProcessSttusCodeDate() {
| |
| 1741 | - return searchProcessSttusCodeDate; | |
| 1742 | - } | |
| 1743 | - | |
| 1744 | - public void setSearchProcessSttusCodeDate(java.lang.String searchProcessSttusCodeDate) {
| |
| 1745 | - this.searchProcessSttusCodeDate = searchProcessSttusCodeDate; | |
| 1746 | - } | |
| 1747 | - | |
| 1748 | - public Integer[] getArrProcessSttusCodeDate() {
| |
| 1749 | - return arrProcessSttusCodeDate; | |
| 1750 | - } | |
| 1751 | - | |
| 1752 | - public void setArrProcessSttusCodeDate(Integer[] arrProcessSttusCodeDate) {
| |
| 1753 | - this.arrProcessSttusCodeDate = arrProcessSttusCodeDate; | |
| 1754 | - } | |
| 1755 | - | |
| 1756 | - public java.lang.Integer getTotAmount() {
| |
| 1757 | - return totAmount; | |
| 1758 | - } | |
| 1759 | - | |
| 1760 | - public void setTotAmount(java.lang.Integer totAmount) {
| |
| 1761 | - this.totAmount = totAmount; | |
| 1762 | - } | |
| 1763 | - | |
| 1764 | - public java.lang.String getCrclTermNm() {
| |
| 1765 | - return crclTermNm; | |
| 1766 | - } | |
| 1767 | - | |
| 1768 | - public void setCrclTermNm(java.lang.String crclTermNm) {
| |
| 1769 | - this.crclTermNm = crclTermNm; | |
| 1770 | - } | |
| 1771 | - | |
| 1772 | - public java.lang.String getEtcCn() {
| |
| 1773 | - return etcCn; | |
| 1774 | - } | |
| 1775 | - | |
| 1776 | - public void setEtcCn(java.lang.String etcCn) {
| |
| 1777 | - this.etcCn = etcCn; | |
| 1778 | - } | |
| 1779 | - | |
| 1780 | - public java.lang.String getCrclbNm() {
| |
| 1781 | - return crclbNm; | |
| 1782 | - } | |
| 1783 | - | |
| 1784 | - public void setCrclbNm(java.lang.String crclbNm) {
| |
| 1785 | - this.crclbNm = crclbNm; | |
| 1786 | - } | |
| 1787 | - | |
| 1788 | - public java.lang.String getDivision() {
| |
| 1789 | - return division; | |
| 1790 | - } | |
| 1791 | - | |
| 1792 | - public void setDivision(java.lang.String division) {
| |
| 1793 | - this.division = division; | |
| 1794 | - } | |
| 1795 | - | |
| 1796 | - public java.lang.String getControl() {
| |
| 1797 | - return control; | |
| 1798 | - } | |
| 1799 | - | |
| 1800 | - public void setControl(java.lang.String control) {
| |
| 1801 | - this.control = control; | |
| 1802 | - } | |
| 1803 | - | |
| 1804 | - public java.lang.String getGradeAt() {
| |
| 1805 | - return gradeAt; | |
| 1806 | - } | |
| 1807 | - | |
| 1808 | - public void setGradeAt(java.lang.String gradeAt) {
| |
| 1809 | - this.gradeAt = gradeAt; | |
| 1810 | - } | |
| 1811 | - | |
| 1812 | - public java.lang.String getTargetDetail() {
| |
| 1813 | - return targetDetail; | |
| 1814 | - } | |
| 1815 | - | |
| 1816 | - public void setTargetDetail(java.lang.String targetDetail) {
| |
| 1817 | - this.targetDetail = targetDetail; | |
| 1818 | - } | |
| 1819 | - | |
| 1820 | - public java.lang.String getTargetDetailNm() {
| |
| 1821 | - return targetDetailNm; | |
| 1822 | - } | |
| 1823 | - | |
| 1824 | - public void setTargetDetailNm(java.lang.String targetDetailNm) {
| |
| 1825 | - this.targetDetailNm = targetDetailNm; | |
| 1826 | - } | |
| 1827 | - | |
| 1828 | - public java.lang.String getGradeType() {
| |
| 1829 | - return gradeType; | |
| 1830 | - } | |
| 1831 | - | |
| 1832 | - public void setGradeType(java.lang.String gradeType) {
| |
| 1833 | - this.gradeType = gradeType; | |
| 1834 | - } | |
| 1835 | - | |
| 1836 | - public java.lang.String getGradeTypeNm() {
| |
| 1837 | - return gradeTypeNm; | |
| 1838 | - } | |
| 1839 | - | |
| 1840 | - public void setGradeTypeNm(java.lang.String gradeTypeNm) {
| |
| 1841 | - this.gradeTypeNm = gradeTypeNm; | |
| 1842 | - } | |
| 1843 | - | |
| 1844 | - public java.lang.String getEvaluationAt() {
| |
| 1845 | - return evaluationAt; | |
| 1846 | - } | |
| 1847 | - | |
| 1848 | - public void setEvaluationAt(java.lang.String evaluationAt) {
| |
| 1849 | - this.evaluationAt = evaluationAt; | |
| 1850 | - } | |
| 1851 | - | |
| 1852 | - public java.lang.String getReportType() {
| |
| 1853 | - return reportType; | |
| 1854 | - } | |
| 1855 | - | |
| 1856 | - public void setReportType(java.lang.String reportType) {
| |
| 1857 | - this.reportType = reportType; | |
| 1858 | - } | |
| 1859 | - | |
| 1860 | - public java.lang.String getSurveySatisfyType() {
| |
| 1861 | - return surveySatisfyType; | |
| 1862 | - } | |
| 1863 | - | |
| 1864 | - public void setSurveySatisfyType(java.lang.String surveySatisfyType) {
| |
| 1865 | - this.surveySatisfyType = surveySatisfyType; | |
| 1866 | - } | |
| 1867 | - | |
| 1868 | - public java.lang.String getSurveyIndAt() {
| |
| 1869 | - return surveyIndAt; | |
| 1870 | - } | |
| 1871 | - | |
| 1872 | - public void setSurveyIndAt(java.lang.String surveyIndAt) {
| |
| 1873 | - this.surveyIndAt = surveyIndAt; | |
| 1874 | - } | |
| 1875 | - | |
| 1876 | - public java.lang.String getSurveyInd() {
| |
| 1877 | - return surveyInd; | |
| 1878 | - } | |
| 1879 | - | |
| 1880 | - public void setSurveyInd(java.lang.String surveyInd) {
| |
| 1881 | - this.surveyInd = surveyInd; | |
| 1882 | - } | |
| 1883 | - | |
| 1884 | - public java.lang.String getStdntAplyAt() {
| |
| 1885 | - return stdntAplyAt; | |
| 1886 | - } | |
| 1887 | - | |
| 1888 | - public void setStdntAplyAt(java.lang.String stdntAplyAt) {
| |
| 1889 | - this.stdntAplyAt = stdntAplyAt; | |
| 1890 | - } | |
| 1891 | - | |
| 1892 | - public java.lang.String getCampusNm() {
| |
| 1893 | - return campusNm; | |
| 1894 | - } | |
| 1895 | - | |
| 1896 | - public void setCampusNm(java.lang.String campusNm) {
| |
| 1897 | - this.campusNm = campusNm; | |
| 1898 | - } | |
| 1899 | - | |
| 1900 | - public java.lang.String getTypeCodeNm() {
| |
| 1901 | - return typeCodeNm; | |
| 1902 | - } | |
| 1903 | - | |
| 1904 | - public void setTypeCodeNm(java.lang.String typeCodeNm) {
| |
| 1905 | - this.typeCodeNm = typeCodeNm; | |
| 1906 | - } | |
| 1907 | - | |
| 1908 | - public java.lang.String getAccountCodeNm() {
| |
| 1909 | - return accountCodeNm; | |
| 1910 | - } | |
| 1911 | - | |
| 1912 | - public void setAccountCodeNm(java.lang.String accountCodeNm) {
| |
| 1913 | - this.accountCodeNm = accountCodeNm; | |
| 1914 | - } | |
| 1915 | - | |
| 1916 | - public java.lang.String getCrclOutcomeNm() {
| |
| 1917 | - return crclOutcomeNm; | |
| 1918 | - } | |
| 1919 | - | |
| 1920 | - public void setCrclOutcomeNm(java.lang.String crclOutcomeNm) {
| |
| 1921 | - this.crclOutcomeNm = crclOutcomeNm; | |
| 1922 | - } | |
| 1923 | - | |
| 1924 | - public java.util.Date getComntPnttm() {
| |
| 1925 | - return comntPnttm; | |
| 1926 | - } | |
| 1927 | - | |
| 1928 | - public void setComntPnttm(java.util.Date comntPnttm) {
| |
| 1929 | - this.comntPnttm = comntPnttm; | |
| 1930 | - } | |
| 1931 | - | |
| 1932 | - public java.lang.String getAprvalDn() {
| |
| 1933 | - return aprvalDn; | |
| 1934 | - } | |
| 1935 | - | |
| 1936 | - public void setAprvalDn(java.lang.String aprvalDn) {
| |
| 1937 | - this.aprvalDn = aprvalDn; | |
| 1938 | - } | |
| 1939 | - | |
| 1940 | - public java.lang.String getResultStartDate() {
| |
| 1941 | - return resultStartDate; | |
| 1942 | - } | |
| 1943 | - | |
| 1944 | - public void setResultStartDate(java.lang.String resultStartDate) {
| |
| 1945 | - this.resultStartDate = resultStartDate; | |
| 1946 | - } | |
| 1947 | - | |
| 1948 | - public java.lang.String getResultStartTime() {
| |
| 1949 | - return resultStartTime; | |
| 1950 | - } | |
| 1951 | - | |
| 1952 | - public void setResultStartTime(java.lang.String resultStartTime) {
| |
| 1953 | - this.resultStartTime = resultStartTime; | |
| 1954 | - } | |
| 1955 | - | |
| 1956 | - public java.lang.String getResultEndDate() {
| |
| 1957 | - return resultEndDate; | |
| 1958 | - } | |
| 1959 | - | |
| 1960 | - public void setResultEndDate(java.lang.String resultEndDate) {
| |
| 1961 | - this.resultEndDate = resultEndDate; | |
| 1962 | - } | |
| 1963 | - | |
| 1964 | - public java.lang.String getResultEndTime() {
| |
| 1965 | - return resultEndTime; | |
| 1966 | - } | |
| 1967 | - | |
| 1968 | - public void setResultEndTime(java.lang.String resultEndTime) {
| |
| 1969 | - this.resultEndTime = resultEndTime; | |
| 1970 | - } | |
| 1971 | - | |
| 1972 | - public List<String> getUserIdList2() {
| |
| 1973 | - return userIdList2; | |
| 1974 | - } | |
| 1975 | - | |
| 1976 | - public void setUserIdList2(List<String> userIdList2) {
| |
| 1977 | - this.userIdList2 = userIdList2; | |
| 1978 | - } | |
| 1979 | - | |
| 1980 | - public List<String> getLessonNmList() {
| |
| 1981 | - return lessonNmList; | |
| 1982 | - } | |
| 1983 | - | |
| 1984 | - public void setLessonNmList(List<String> lessonNmList) {
| |
| 1985 | - this.lessonNmList = lessonNmList; | |
| 1986 | - } | |
| 1987 | - | |
| 1988 | - public List<String> getChasiList() {
| |
| 1989 | - return chasiList; | |
| 1990 | - } | |
| 1991 | - | |
| 1992 | - public void setChasiList(List<String> chasiList) {
| |
| 1993 | - this.chasiList = chasiList; | |
| 1994 | - } | |
| 1995 | - | |
| 1996 | - public java.lang.String getLessonNm() {
| |
| 1997 | - return lessonNm; | |
| 1998 | - } | |
| 1999 | - | |
| 2000 | - public void setLessonNm(java.lang.String lessonNm) {
| |
| 2001 | - this.lessonNm = lessonNm; | |
| 2002 | - } | |
| 2003 | - | |
| 2004 | - public java.lang.String getChasiNm() {
| |
| 2005 | - return chasiNm; | |
| 2006 | - } | |
| 2007 | - | |
| 2008 | - public void setChasiNm(java.lang.String chasiNm) {
| |
| 2009 | - this.chasiNm = chasiNm; | |
| 2010 | - } | |
| 2011 | - | |
| 2012 | - public List<String> getSisuList() {
| |
| 2013 | - return sisuList; | |
| 2014 | - } | |
| 2015 | - | |
| 2016 | - public void setSisuList(List<String> sisuList) {
| |
| 2017 | - this.sisuList = sisuList; | |
| 2018 | - } | |
| 2019 | - | |
| 2020 | - public List<String> getFacIdList() {
| |
| 2021 | - return facIdList; | |
| 2022 | - } | |
| 2023 | - | |
| 2024 | - public void setFacIdList(List<String> facIdList) {
| |
| 2025 | - this.facIdList = facIdList; | |
| 2026 | - } | |
| 2027 | - | |
| 2028 | - public List<String> getFacNmList() {
| |
| 2029 | - return facNmList; | |
| 2030 | - } | |
| 2031 | - | |
| 2032 | - public void setFacNmList(List<String> facNmList) {
| |
| 2033 | - this.facNmList = facNmList; | |
| 2034 | - } | |
| 2035 | - | |
| 2036 | - public java.lang.String getFacId() {
| |
| 2037 | - return facId; | |
| 2038 | - } | |
| 2039 | - | |
| 2040 | - public void setFacId(java.lang.String facId) {
| |
| 2041 | - this.facId = facId; | |
| 2042 | - } | |
| 2043 | - | |
| 2044 | - public java.lang.String getFacNm() {
| |
| 2045 | - return facNm; | |
| 2046 | - } | |
| 2047 | - | |
| 2048 | - public void setFacNm(java.lang.String facNm) {
| |
| 2049 | - this.facNm = facNm; | |
| 2050 | - } | |
| 2051 | - | |
| 2052 | - public java.lang.String getSisu() {
| |
| 2053 | - return sisu; | |
| 2054 | - } | |
| 2055 | - | |
| 2056 | - public void setSisu(java.lang.String sisu) {
| |
| 2057 | - this.sisu = sisu; | |
| 2058 | - } | |
| 2059 | - | |
| 2060 | - public List<String> getPositionList() {
| |
| 2061 | - return positionList; | |
| 2062 | - } | |
| 2063 | - | |
| 2064 | - public void setPositionList(List<String> positionList) {
| |
| 2065 | - this.positionList = positionList; | |
| 2066 | - } | |
| 2067 | - | |
| 2068 | - public java.lang.String getPosition() {
| |
| 2069 | - return position; | |
| 2070 | - } | |
| 2071 | - | |
| 2072 | - public void setPosition(java.lang.String position) {
| |
| 2073 | - this.position = position; | |
| 2074 | - } | |
| 2075 | - | |
| 2076 | - public java.lang.String getAplus() {
| |
| 2077 | - return aplus; | |
| 2078 | - } | |
| 2079 | - | |
| 2080 | - public void setAplus(java.lang.String aplus) {
| |
| 2081 | - this.aplus = aplus; | |
| 2082 | - } | |
| 2083 | - | |
| 2084 | - public java.lang.String getA() {
| |
| 2085 | - return a; | |
| 2086 | - } | |
| 2087 | - | |
| 2088 | - public void setA(java.lang.String a) {
| |
| 2089 | - this.a = a; | |
| 2090 | - } | |
| 2091 | - | |
| 2092 | - public java.lang.String getBplus() {
| |
| 2093 | - return bplus; | |
| 2094 | - } | |
| 2095 | - | |
| 2096 | - public void setBplus(java.lang.String bplus) {
| |
| 2097 | - this.bplus = bplus; | |
| 2098 | - } | |
| 2099 | - | |
| 2100 | - public java.lang.String getB() {
| |
| 2101 | - return b; | |
| 2102 | - } | |
| 2103 | - | |
| 2104 | - public void setB(java.lang.String b) {
| |
| 2105 | - this.b = b; | |
| 2106 | - } | |
| 2107 | - | |
| 2108 | - public java.lang.String getCplus() {
| |
| 2109 | - return cplus; | |
| 2110 | - } | |
| 2111 | - | |
| 2112 | - public void setCplus(java.lang.String cplus) {
| |
| 2113 | - this.cplus = cplus; | |
| 2114 | - } | |
| 2115 | - | |
| 2116 | - public java.lang.String getC() {
| |
| 2117 | - return c; | |
| 2118 | - } | |
| 2119 | - | |
| 2120 | - public void setC(java.lang.String c) {
| |
| 2121 | - this.c = c; | |
| 2122 | - } | |
| 2123 | - | |
| 2124 | - public java.lang.String getDplus() {
| |
| 2125 | - return dplus; | |
| 2126 | - } | |
| 2127 | - | |
| 2128 | - public void setDplus(java.lang.String dplus) {
| |
| 2129 | - this.dplus = dplus; | |
| 2130 | - } | |
| 2131 | - | |
| 2132 | - public java.lang.String getD() {
| |
| 2133 | - return d; | |
| 2134 | - } | |
| 2135 | - | |
| 2136 | - public void setD(java.lang.String d) {
| |
| 2137 | - this.d = d; | |
| 2138 | - } | |
| 2139 | - | |
| 2140 | - public java.lang.String getF() {
| |
| 2141 | - return F; | |
| 2142 | - } | |
| 2143 | - | |
| 2144 | - public void setF(java.lang.String f) {
| |
| 2145 | - F = f; | |
| 2146 | - } | |
| 2147 | - | |
| 2148 | - public java.lang.String getPass() {
| |
| 2149 | - return pass; | |
| 2150 | - } | |
| 2151 | - | |
| 2152 | - public void setPass(java.lang.String pass) {
| |
| 2153 | - this.pass = pass; | |
| 2154 | - } | |
| 2155 | - | |
| 2156 | - public java.lang.String getFail() {
| |
| 2157 | - return fail; | |
| 2158 | - } | |
| 2159 | - | |
| 2160 | - public void setFail(java.lang.String fail) {
| |
| 2161 | - this.fail = fail; | |
| 2162 | - } | |
| 2163 | - | |
| 2164 | - public List<String> getEvtIdList() {
| |
| 2165 | - return evtIdList; | |
| 2166 | - } | |
| 2167 | - | |
| 2168 | - public void setEvtIdList(List<String> evtIdList) {
| |
| 2169 | - this.evtIdList = evtIdList; | |
| 2170 | - } | |
| 2171 | - | |
| 2172 | - public List<String> getEvtNmList() {
| |
| 2173 | - return evtNmList; | |
| 2174 | - } | |
| 2175 | - | |
| 2176 | - public void setEvtNmList(List<String> evtNmList) {
| |
| 2177 | - this.evtNmList = evtNmList; | |
| 2178 | - } | |
| 2179 | - | |
| 2180 | - public List<String> getEvtValList() {
| |
| 2181 | - return evtValList; | |
| 2182 | - } | |
| 2183 | - | |
| 2184 | - public void setEvtValList(List<String> evtValList) {
| |
| 2185 | - this.evtValList = evtValList; | |
| 2186 | - } | |
| 2187 | - | |
| 2188 | - public List<String> getEvtStandList() {
| |
| 2189 | - return evtStandList; | |
| 2190 | - } | |
| 2191 | - | |
| 2192 | - public void setEvtStandList(List<String> evtStandList) {
| |
| 2193 | - this.evtStandList = evtStandList; | |
| 2194 | - } | |
| 2195 | - | |
| 2196 | - public String getEvtType() {
| |
| 2197 | - return evtType; | |
| 2198 | - } | |
| 2199 | - | |
| 2200 | - public void setEvtType(String evtType) {
| |
| 2201 | - this.evtType = evtType; | |
| 2202 | - } | |
| 2203 | - | |
| 2204 | - public java.lang.String getBbsId() {
| |
| 2205 | - return bbsId; | |
| 2206 | - } | |
| 2207 | - | |
| 2208 | - public void setBbsId(java.lang.String bbsId) {
| |
| 2209 | - this.bbsId = bbsId; | |
| 2210 | - } | |
| 2211 | - | |
| 2212 | - public java.lang.String getBbsNm() {
| |
| 2213 | - return bbsNm; | |
| 2214 | - } | |
| 2215 | - | |
| 2216 | - public void setBbsNm(java.lang.String bbsNm) {
| |
| 2217 | - this.bbsNm = bbsNm; | |
| 2218 | - } | |
| 2219 | - | |
| 2220 | - public java.lang.String getFnTot() {
| |
| 2221 | - return fnTot; | |
| 2222 | - } | |
| 2223 | - | |
| 2224 | - public void setFnTot(java.lang.String fnTot) {
| |
| 2225 | - this.fnTot = fnTot; | |
| 2226 | - } | |
| 2227 | - | |
| 2228 | - public java.lang.String getFnAttend() {
| |
| 2229 | - return fnAttend; | |
| 2230 | - } | |
| 2231 | - | |
| 2232 | - public void setFnAttend(java.lang.String fnAttend) {
| |
| 2233 | - this.fnAttend = fnAttend; | |
| 2234 | - } | |
| 2235 | - | |
| 2236 | - public java.lang.String getFnGradeTot() {
| |
| 2237 | - return fnGradeTot; | |
| 2238 | - } | |
| 2239 | - | |
| 2240 | - public void setFnGradeTot(java.lang.String fnGradeTot) {
| |
| 2241 | - this.fnGradeTot = fnGradeTot; | |
| 2242 | - } | |
| 2243 | - | |
| 2244 | - public java.lang.String getFnGradeFail() {
| |
| 2245 | - return fnGradeFail; | |
| 2246 | - } | |
| 2247 | - | |
| 2248 | - public void setFnGradeFail(java.lang.String fnGradeFail) {
| |
| 2249 | - this.fnGradeFail = fnGradeFail; | |
| 2250 | - } | |
| 2251 | - | |
| 2252 | - public java.lang.String getFnHomework() {
| |
| 2253 | - return fnHomework; | |
| 2254 | - } | |
| 2255 | - | |
| 2256 | - public void setFnHomework(java.lang.String fnHomework) {
| |
| 2257 | - this.fnHomework = fnHomework; | |
| 2258 | - } | |
| 2259 | - | |
| 2260 | - public java.lang.String getFnTotAt() {
| |
| 2261 | - return fnTotAt; | |
| 2262 | - } | |
| 2263 | - | |
| 2264 | - public void setFnTotAt(java.lang.String fnTotAt) {
| |
| 2265 | - this.fnTotAt = fnTotAt; | |
| 2266 | - } | |
| 2267 | - | |
| 2268 | - public java.lang.String getFnAttendAt() {
| |
| 2269 | - return fnAttendAt; | |
| 2270 | - } | |
| 2271 | - | |
| 2272 | - public void setFnAttendAt(java.lang.String fnAttendAt) {
| |
| 2273 | - this.fnAttendAt = fnAttendAt; | |
| 2274 | - } | |
| 2275 | - | |
| 2276 | - public java.lang.String getFnGradeTotAt() {
| |
| 2277 | - return fnGradeTotAt; | |
| 2278 | - } | |
| 2279 | - | |
| 2280 | - public void setFnGradeTotAt(java.lang.String fnGradeTotAt) {
| |
| 2281 | - this.fnGradeTotAt = fnGradeTotAt; | |
| 2282 | - } | |
| 2283 | - | |
| 2284 | - public java.lang.String getFnGradeFailAt() {
| |
| 2285 | - return fnGradeFailAt; | |
| 2286 | - } | |
| 2287 | - | |
| 2288 | - public void setFnGradeFailAt(java.lang.String fnGradeFailAt) {
| |
| 2289 | - this.fnGradeFailAt = fnGradeFailAt; | |
| 2290 | - } | |
| 2291 | - | |
| 2292 | - public java.lang.String getFnHomeworkAt() {
| |
| 2293 | - return fnHomeworkAt; | |
| 2294 | - } | |
| 2295 | - | |
| 2296 | - public void setFnHomeworkAt(java.lang.String fnHomeworkAt) {
| |
| 2297 | - this.fnHomeworkAt = fnHomeworkAt; | |
| 2298 | - } | |
| 2299 | - | |
| 2300 | - public List<String> getColectList() {
| |
| 2301 | - return colectList; | |
| 2302 | - } | |
| 2303 | - | |
| 2304 | - public void setColectList(List<String> colectList) {
| |
| 2305 | - this.colectList = colectList; | |
| 2306 | - } | |
| 2307 | - | |
| 2308 | - public java.lang.String getColect() {
| |
| 2309 | - return colect; | |
| 2310 | - } | |
| 2311 | - | |
| 2312 | - public void setColect(java.lang.String colect) {
| |
| 2313 | - this.colect = colect; | |
| 2314 | - } | |
| 2315 | - | |
| 2316 | - public java.lang.String getEvtId() {
| |
| 2317 | - return evtId; | |
| 2318 | - } | |
| 2319 | - | |
| 2320 | - public void setEvtId(java.lang.String evtId) {
| |
| 2321 | - this.evtId = evtId; | |
| 2322 | - } | |
| 2323 | - | |
| 2324 | - public java.lang.String getEvtNm() {
| |
| 2325 | - return evtNm; | |
| 2326 | - } | |
| 2327 | - | |
| 2328 | - public void setEvtNm(java.lang.String evtNm) {
| |
| 2329 | - this.evtNm = evtNm; | |
| 2330 | - } | |
| 2331 | - | |
| 2332 | - public java.lang.String getEvtVal() {
| |
| 2333 | - return evtVal; | |
| 2334 | - } | |
| 2335 | - | |
| 2336 | - public void setEvtVal(java.lang.String evtVal) {
| |
| 2337 | - this.evtVal = evtVal; | |
| 2338 | - } | |
| 2339 | - | |
| 2340 | - public java.lang.String getEvtStand() {
| |
| 2341 | - return evtStand; | |
| 2342 | - } | |
| 2343 | - | |
| 2344 | - public void setEvtStand(java.lang.String evtStand) {
| |
| 2345 | - this.evtStand = evtStand; | |
| 2346 | - } | |
| 2347 | - | |
| 2348 | - public List<String> getBbsIdList() {
| |
| 2349 | - return bbsIdList; | |
| 2350 | - } | |
| 2351 | - | |
| 2352 | - public void setBbsIdList(List<String> bbsIdList) {
| |
| 2353 | - this.bbsIdList = bbsIdList; | |
| 2354 | - } | |
| 2355 | - | |
| 2356 | - public java.lang.String getBookEtcText() {
| |
| 2357 | - return bookEtcText; | |
| 2358 | - } | |
| 2359 | - | |
| 2360 | - public void setBookEtcText(java.lang.String bookEtcText) {
| |
| 2361 | - this.bookEtcText = bookEtcText; | |
| 2362 | - } | |
| 2363 | - | |
| 2364 | - public java.lang.String getManagePlan() {
| |
| 2365 | - return managePlan; | |
| 2366 | - } | |
| 2367 | - | |
| 2368 | - public void setManagePlan(java.lang.String managePlan) {
| |
| 2369 | - this.managePlan = managePlan; | |
| 2370 | - } | |
| 2371 | - | |
| 2372 | - public List<String> getNttNoList() {
| |
| 2373 | - return nttNoList; | |
| 2374 | - } | |
| 2375 | - | |
| 2376 | - public void setNttNoList(List<String> nttNoList) {
| |
| 2377 | - this.nttNoList = nttNoList; | |
| 2378 | - } | |
| 2379 | - | |
| 2380 | - public java.lang.String getNttNo() {
| |
| 2381 | - return nttNo; | |
| 2382 | - } | |
| 2383 | - | |
| 2384 | - public void setNttNo(java.lang.String nttNo) {
| |
| 2385 | - this.nttNo = nttNo; | |
| 2386 | - } | |
| 2387 | - | |
| 2388 | - public java.lang.String getCpr() {
| |
| 2389 | - return cpr; | |
| 2390 | - } | |
| 2391 | - | |
| 2392 | - public void setCpr(java.lang.String cpr) {
| |
| 2393 | - this.cpr = cpr; | |
| 2394 | - } | |
| 2395 | - | |
| 2396 | - public java.lang.String getSearchMyCrclAt() {
| |
| 2397 | - return searchMyCrclAt; | |
| 2398 | - } | |
| 2399 | - | |
| 2400 | - public void setSearchMyCrclAt(java.lang.String searchMyCrclAt) {
| |
| 2401 | - this.searchMyCrclAt = searchMyCrclAt; | |
| 2402 | - } | |
| 2403 | - | |
| 2404 | - public java.lang.String getSttus() {
| |
| 2405 | - return sttus; | |
| 2406 | - } | |
| 2407 | - | |
| 2408 | - public void setSttus(java.lang.String sttus) {
| |
| 2409 | - this.sttus = sttus; | |
| 2410 | - } | |
| 2411 | - | |
| 2412 | - public java.lang.Integer getConfmSttusCode() {
| |
| 2413 | - return confmSttusCode; | |
| 2414 | - } | |
| 2415 | - | |
| 2416 | - public void setConfmSttusCode(java.lang.Integer confmSttusCode) {
| |
| 2417 | - this.confmSttusCode = confmSttusCode; | |
| 2418 | - } | |
| 2419 | - | |
| 2420 | - public java.lang.String getConfmPnttm() {
| |
| 2421 | - return confmPnttm; | |
| 2422 | - } | |
| 2423 | - | |
| 2424 | - public void setConfmPnttm(java.lang.String confmPnttm) {
| |
| 2425 | - this.confmPnttm = confmPnttm; | |
| 2426 | - } | |
| 2427 | - | |
| 2428 | - public java.lang.Integer getClassCnt() {
| |
| 2429 | - return classCnt; | |
| 2430 | - } | |
| 2431 | - | |
| 2432 | - public void setClassCnt(java.lang.Integer classCnt) {
| |
| 2433 | - this.classCnt = classCnt; | |
| 2434 | - } | |
| 2435 | - | |
| 2436 | - public List<Integer> getClassCntList() {
| |
| 2437 | - return classCntList; | |
| 2438 | - } | |
| 2439 | - | |
| 2440 | - public void setClassCntList(List<Integer> classCntList) {
| |
| 2441 | - this.classCntList = classCntList; | |
| 2442 | - } | |
| 2443 | - | |
| 2444 | - public List<Integer> getManageClassCntList() {
| |
| 2445 | - return manageClassCntList; | |
| 2446 | - } | |
| 2447 | - | |
| 2448 | - public void setManageClassCntList(List<Integer> manageClassCntList) {
| |
| 2449 | - this.manageClassCntList = manageClassCntList; | |
| 2450 | - } | |
| 2451 | - | |
| 2452 | - public java.lang.Integer getGroupCnt() {
| |
| 2453 | - return groupCnt; | |
| 2454 | - } | |
| 2455 | - | |
| 2456 | - public void setGroupCnt(java.lang.Integer groupCnt) {
| |
| 2457 | - this.groupCnt = groupCnt; | |
| 2458 | - } | |
| 2459 | - | |
| 2460 | - public List<Integer> getGroupCntList() {
| |
| 2461 | - return groupCntList; | |
| 2462 | - } | |
| 2463 | - | |
| 2464 | - public void setGroupCntList(List<Integer> groupCntList) {
| |
| 2465 | - this.groupCntList = groupCntList; | |
| 2466 | - } | |
| 2467 | - | |
| 2468 | - public java.lang.String getManageId() {
| |
| 2469 | - return manageId; | |
| 2470 | - } | |
| 2471 | - | |
| 2472 | - public void setManageId(java.lang.String manageId) {
| |
| 2473 | - this.manageId = manageId; | |
| 2474 | - } | |
| 2475 | - | |
| 2476 | - public java.lang.String getManageNm() {
| |
| 2477 | - return manageNm; | |
| 2478 | - } | |
| 2479 | - | |
| 2480 | - public void setManageNm(java.lang.String manageNm) {
| |
| 2481 | - this.manageNm = manageNm; | |
| 2482 | - } | |
| 2483 | - | |
| 2484 | - public java.lang.String getSearchManageNm() {
| |
| 2485 | - return searchManageNm; | |
| 2486 | - } | |
| 2487 | - | |
| 2488 | - public void setSearchManageNm(java.lang.String searchManageNm) {
| |
| 2489 | - this.searchManageNm = searchManageNm; | |
| 2490 | - } | |
| 2491 | - | |
| 2492 | - public List<String> getManageIdList() {
| |
| 2493 | - return manageIdList; | |
| 2494 | - } | |
| 2495 | - | |
| 2496 | - public void setManageIdList(List<String> manageIdList) {
| |
| 2497 | - this.manageIdList = manageIdList; | |
| 2498 | - } | |
| 2499 | - | |
| 2500 | - public java.lang.String getGroupLeaderAt() {
| |
| 2501 | - return groupLeaderAt; | |
| 2502 | - } | |
| 2503 | - | |
| 2504 | - public void setGroupLeaderAt(java.lang.String groupLeaderAt) {
| |
| 2505 | - this.groupLeaderAt = groupLeaderAt; | |
| 2506 | - } | |
| 2507 | - | |
| 2508 | - public List<String> getGroupLeaderAtList() {
| |
| 2509 | - return groupLeaderAtList; | |
| 2510 | - } | |
| 2511 | - | |
| 2512 | - public void setGroupLeaderAtList(List<String> groupLeaderAtList) {
| |
| 2513 | - this.groupLeaderAtList = groupLeaderAtList; | |
| 2514 | - } | |
| 2515 | - | |
| 2516 | - public java.lang.String getProcessSttusCodeZeroAt() {
| |
| 2517 | - return processSttusCodeZeroAt; | |
| 2518 | - } | |
| 2519 | - | |
| 2520 | - public void setProcessSttusCodeZeroAt(java.lang.String processSttusCodeZeroAt) {
| |
| 2521 | - this.processSttusCodeZeroAt = processSttusCodeZeroAt; | |
| 2522 | - } | |
| 2523 | - | |
| 2524 | - public java.lang.String getSearchPlanStartDateBeforeAt() {
| |
| 2525 | - return searchPlanStartDateBeforeAt; | |
| 2526 | - } | |
| 2527 | - | |
| 2528 | - public void setSearchPlanStartDateBeforeAt(java.lang.String searchPlanStartDateBeforeAt) {
| |
| 2529 | - this.searchPlanStartDateBeforeAt = searchPlanStartDateBeforeAt; | |
| 2530 | - } | |
| 2531 | - | |
| 2532 | - public java.lang.Integer getSearchApplySttusCode() {
| |
| 2533 | - return searchApplySttusCode; | |
| 2534 | - } | |
| 2535 | - | |
| 2536 | - public void setSearchApplySttusCode(java.lang.Integer searchApplySttusCode) {
| |
| 2537 | - this.searchApplySttusCode = searchApplySttusCode; | |
| 2538 | - } | |
| 2539 | - | |
| 2540 | - public java.lang.Integer getSearchPlanSttusCode() {
| |
| 2541 | - return searchPlanSttusCode; | |
| 2542 | - } | |
| 2543 | - | |
| 2544 | - public void setSearchPlanSttusCode(java.lang.Integer searchPlanSttusCode) {
| |
| 2545 | - this.searchPlanSttusCode = searchPlanSttusCode; | |
| 2546 | - } | |
| 2547 | - | |
| 2548 | - public java.lang.String getSearchRequestAt() {
| |
| 2549 | - return searchRequestAt; | |
| 2550 | - } | |
| 2551 | - | |
| 2552 | - public void setSearchRequestAt(java.lang.String searchRequestAt) {
| |
| 2553 | - this.searchRequestAt = searchRequestAt; | |
| 2554 | - } | |
| 2555 | - | |
| 2556 | - public java.lang.String getAplyFile() {
| |
| 2557 | - return aplyFile; | |
| 2558 | - } | |
| 2559 | - | |
| 2560 | - public void setAplyFile(java.lang.String aplyFile) {
| |
| 2561 | - this.aplyFile = aplyFile; | |
| 2562 | - } | |
| 2563 | - | |
| 2564 | - public java.lang.String getAplyOriFile() {
| |
| 2565 | - return aplyOriFile; | |
| 2566 | - } | |
| 2567 | - | |
| 2568 | - public void setAplyOriFile(java.lang.String aplyOriFile) {
| |
| 2569 | - this.aplyOriFile = aplyOriFile; | |
| 2570 | - } | |
| 2571 | - | |
| 2572 | - public java.lang.String getPlanFile() {
| |
| 2573 | - return planFile; | |
| 2574 | - } | |
| 2575 | - | |
| 2576 | - public void setPlanFile(java.lang.String planFile) {
| |
| 2577 | - this.planFile = planFile; | |
| 2578 | - } | |
| 2579 | - | |
| 2580 | - public java.lang.String getPlanOriFile() {
| |
| 2581 | - return planOriFile; | |
| 2582 | - } | |
| 2583 | - | |
| 2584 | - public void setPlanOriFile(java.lang.String planOriFile) {
| |
| 2585 | - this.planOriFile = planOriFile; | |
| 2586 | - } | |
| 2587 | - | |
| 2588 | - public java.lang.String getEtfFile() {
| |
| 2589 | - return etfFile; | |
| 2590 | - } | |
| 2591 | - | |
| 2592 | - public void setEtfFile(java.lang.String etfFile) {
| |
| 2593 | - this.etfFile = etfFile; | |
| 2594 | - } | |
| 2595 | - | |
| 2596 | - public java.lang.String getEtfOriFile() {
| |
| 2597 | - return etfOriFile; | |
| 2598 | - } | |
| 2599 | - | |
| 2600 | - public void setEtfOriFile(java.lang.String etfOriFile) {
| |
| 2601 | - this.etfOriFile = etfOriFile; | |
| 2602 | - } | |
| 2603 | - | |
| 2604 | - public java.lang.Integer getClassStudentCnt() {
| |
| 2605 | - return classStudentCnt; | |
| 2606 | - } | |
| 2607 | - | |
| 2608 | - public void setClassStudentCnt(java.lang.Integer classStudentCnt) {
| |
| 2609 | - this.classStudentCnt = classStudentCnt; | |
| 2610 | - } | |
| 2611 | - | |
| 2612 | - public java.lang.String getStudentPageAt() {
| |
| 2613 | - return studentPageAt; | |
| 2614 | - } | |
| 2615 | - | |
| 2616 | - public void setStudentPageAt(java.lang.String studentPageAt) {
| |
| 2617 | - this.studentPageAt = studentPageAt; | |
| 2618 | - } | |
| 2619 | - | |
| 2620 | - public java.lang.String getCloseCurriculumAt() {
| |
| 2621 | - return closeCurriculumAt; | |
| 2622 | - } | |
| 2623 | - | |
| 2624 | - public void setCloseCurriculumAt(java.lang.String closeCurriculumAt) {
| |
| 2625 | - this.closeCurriculumAt = closeCurriculumAt; | |
| 2626 | - } | |
| 2627 | - | |
| 2628 | - public java.lang.String getMyCurriculumPageFlag() {
| |
| 2629 | - return myCurriculumPageFlag; | |
| 2630 | - } | |
| 2631 | - | |
| 2632 | - public void setMyCurriculumPageFlag(java.lang.String myCurriculumPageFlag) {
| |
| 2633 | - this.myCurriculumPageFlag = myCurriculumPageFlag; | |
| 2634 | - } | |
| 2635 | - | |
| 2636 | - public java.lang.String getWishCurriculumPageAt() {
| |
| 2637 | - return wishCurriculumPageAt; | |
| 2638 | - } | |
| 2639 | - | |
| 2640 | - public void setWishCurriculumPageAt(java.lang.String wishCurriculumPageAt) {
| |
| 2641 | - this.wishCurriculumPageAt = wishCurriculumPageAt; | |
| 2642 | - } | |
| 2643 | - | |
| 2644 | - public java.lang.String getUserSeCode() {
| |
| 2645 | - return userSeCode; | |
| 2646 | - } | |
| 2647 | - | |
| 2648 | - public void setUserSeCode(java.lang.String userSeCode) {
| |
| 2649 | - this.userSeCode = userSeCode; | |
| 2650 | - } | |
| 2651 | - | |
| 2652 | - public String getRecentListAt() {
| |
| 2653 | - return recentListAt; | |
| 2654 | - } | |
| 2655 | - | |
| 2656 | - public void setRecentListAt(String recentListAt) {
| |
| 2657 | - this.recentListAt = recentListAt; | |
| 2658 | - } | |
| 2659 | - | |
| 2660 | - public java.lang.String getGradeNum() {
| |
| 2661 | - return gradeNum; | |
| 2662 | - } | |
| 2663 | - | |
| 2664 | - public void setGradeNum(java.lang.String gradeNum) {
| |
| 2665 | - this.gradeNum = gradeNum; | |
| 2666 | - } | |
| 2667 | - | |
| 2668 | - public String getMenuId() {
| |
| 2669 | - return menuId; | |
| 2670 | - } | |
| 2671 | - | |
| 2672 | - public void setMenuId(String menuId) {
| |
| 2673 | - this.menuId = menuId; | |
| 2674 | - } | |
| 2675 | - | |
| 2676 | - public String getInsertFlag() {
| |
| 2677 | - return insertFlag; | |
| 2678 | - } | |
| 2679 | - | |
| 2680 | - public void setInsertFlag(String insertFlag) {
| |
| 2681 | - this.insertFlag = insertFlag; | |
| 2682 | - } | |
| 2683 | - | |
| 2684 | - public String getIsMainFlag() {
| |
| 2685 | - return isMainFlag; | |
| 2686 | - } | |
| 2687 | - | |
| 2688 | - public void setIsMainFlag(String isMainFlag) {
| |
| 2689 | - this.isMainFlag = isMainFlag; | |
| 2690 | - } | |
| 2691 | - | |
| 2692 | - public String getRegistAt() {
| |
| 2693 | - return registAt; | |
| 2694 | - } | |
| 2695 | - | |
| 2696 | - public void setRegistAt(String registAt) {
| |
| 2697 | - this.registAt = registAt; | |
| 2698 | - } | |
| 2699 | - | |
| 2700 | - public String getSearchRegistAt() {
| |
| 2701 | - return searchRegistAt; | |
| 2702 | - } | |
| 2703 | - | |
| 2704 | - public void setSearchRegistAt(String searchRegistAt) {
| |
| 2705 | - this.searchRegistAt = searchRegistAt; | |
| 2706 | - } | |
| 2707 | - | |
| 2708 | - public java.lang.String getStartTime() {
| |
| 2709 | - return startTime; | |
| 2710 | - } | |
| 2711 | - | |
| 2712 | - public void setStartTime(java.lang.String startTime) {
| |
| 2713 | - this.startTime = startTime; | |
| 2714 | - } | |
| 2715 | - | |
| 2716 | - public java.lang.String getLectureDay() {
| |
| 2717 | - return lectureDay; | |
| 2718 | - } | |
| 2719 | - | |
| 2720 | - public void setLectureDay(java.lang.String lectureDay) {
| |
| 2721 | - this.lectureDay = lectureDay; | |
| 2722 | - } | |
| 2723 | - | |
| 2724 | - public java.lang.String getManagerAt() {
| |
| 2725 | - return managerAt; | |
| 2726 | - } | |
| 2727 | - | |
| 2728 | - public void setManagerAt(java.lang.String managerAt) {
| |
| 2729 | - this.managerAt = managerAt; | |
| 2730 | - } | |
| 2731 | - | |
| 2732 | - public String getRegistPnttm() {
| |
| 2733 | - return registPnttm; | |
| 2734 | - } | |
| 2735 | - | |
| 2736 | - public void setRegistPnttm(String registPnttm) {
| |
| 2737 | - this.registPnttm = registPnttm; | |
| 2738 | - } | |
| 2739 | - | |
| 2740 | - public String getHwId() {
| |
| 2741 | - return hwId; | |
| 2742 | - } | |
| 2743 | - | |
| 2744 | - public void setHwId(String hwId) {
| |
| 2745 | - this.hwId = hwId; | |
| 2746 | - } | |
| 2747 | - | |
| 2748 | - public String getHwsId() {
| |
| 2749 | - return hwsId; | |
| 2750 | - } | |
| 2751 | - | |
| 2752 | - public void setHwsId(String hwsId) {
| |
| 2753 | - this.hwsId = hwsId; | |
| 2754 | - } | |
| 2755 | - | |
| 2756 | - public List<String> getArrHwsId() {
| |
| 2757 | - return arrHwsId; | |
| 2758 | - } | |
| 2759 | - | |
| 2760 | - public void setArrHwsId(List<String> arrHwsId) {
| |
| 2761 | - this.arrHwsId = arrHwsId; | |
| 2762 | - } | |
| 2763 | - | |
| 2764 | - public String getHwType() {
| |
| 2765 | - return hwType; | |
| 2766 | - } | |
| 2767 | - | |
| 2768 | - public void setHwType(String hwType) {
| |
| 2769 | - this.hwType = hwType; | |
| 2770 | - } | |
| 2771 | - | |
| 2772 | - public String getHwTypeNm() {
| |
| 2773 | - return hwTypeNm; | |
| 2774 | - } | |
| 2775 | - | |
| 2776 | - public void setHwTypeNm(String hwTypeNm) {
| |
| 2777 | - this.hwTypeNm = hwTypeNm; | |
| 2778 | - } | |
| 2779 | - | |
| 2780 | - public String getHwWaitingType() {
| |
| 2781 | - return hwWaitingType; | |
| 2782 | - } | |
| 2783 | - | |
| 2784 | - public void setHwWaitingType(String hwWaitingType) {
| |
| 2785 | - this.hwWaitingType = hwWaitingType; | |
| 2786 | - } | |
| 2787 | - | |
| 2788 | - public java.lang.String getSearchFrstRegisterId() {
| |
| 2789 | - return searchFrstRegisterId; | |
| 2790 | - } | |
| 2791 | - | |
| 2792 | - public void setSearchFrstRegisterId(java.lang.String searchFrstRegisterId) {
| |
| 2793 | - this.searchFrstRegisterId = searchFrstRegisterId; | |
| 2794 | - } | |
| 2795 | - | |
| 2796 | - public java.lang.String getSearchMyCulAt() {
| |
| 2797 | - return searchMyCulAt; | |
| 2798 | - } | |
| 2799 | - | |
| 2800 | - public void setSearchMyCulAt(java.lang.String searchMyCulAt) {
| |
| 2801 | - this.searchMyCulAt = searchMyCulAt; | |
| 2802 | - } | |
| 2803 | - | |
| 2804 | - public String getRegistAction() {
| |
| 2805 | - return registAction; | |
| 2806 | - } | |
| 2807 | - | |
| 2808 | - public void setRegistAction(String registAction) {
| |
| 2809 | - this.registAction = registAction; | |
| 2810 | - } | |
| 2811 | - | |
| 2812 | - public java.lang.String getNttSj() {
| |
| 2813 | - return this.nttSj; | |
| 2814 | - } | |
| 2815 | - | |
| 2816 | - public void setNttSj(java.lang.String nttSj) {
| |
| 2817 | - this.nttSj = nttSj; | |
| 2818 | - } | |
| 2819 | - | |
| 2820 | - public java.lang.String getNttSjLang() {
| |
| 2821 | - return this.nttSjLang; | |
| 2822 | - } | |
| 2823 | - | |
| 2824 | - public void setNttSjLang(java.lang.String nttSjLang) {
| |
| 2825 | - this.nttSjLang = nttSjLang; | |
| 2826 | - } | |
| 2827 | - | |
| 2828 | - public java.lang.String getNttCn() {
| |
| 2829 | - return this.nttCn; | |
| 2830 | - } | |
| 2831 | - | |
| 2832 | - public void setNttCn(java.lang.String nttCn) {
| |
| 2833 | - this.nttCn = nttCn; | |
| 2834 | - } | |
| 2835 | - | |
| 2836 | - public java.lang.String getNtcrNm() {
| |
| 2837 | - return this.ntcrNm; | |
| 2838 | - } | |
| 2839 | - | |
| 2840 | - public void setNtcrNm(java.lang.String ntcrNm) {
| |
| 2841 | - this.ntcrNm = ntcrNm; | |
| 2842 | - } | |
| 2843 | - | |
| 2844 | - public String getFileGroupId() {
| |
| 2845 | - return fileGroupId; | |
| 2846 | - } | |
| 2847 | - | |
| 2848 | - public void setFileGroupId(String fileGroupId) {
| |
| 2849 | - this.fileGroupId = fileGroupId; | |
| 2850 | - } | |
| 2851 | - | |
| 2852 | - public java.lang.String getPlId() {
| |
| 2853 | - return plId; | |
| 2854 | - } | |
| 2855 | - | |
| 2856 | - public void setPlId(java.lang.String plId) {
| |
| 2857 | - this.plId = plId; | |
| 2858 | - } | |
| 2859 | - | |
| 2860 | - public java.lang.String getHwCode() {
| |
| 2861 | - return hwCode; | |
| 2862 | - } | |
| 2863 | - | |
| 2864 | - public void setHwCode(java.lang.String hwCode) {
| |
| 2865 | - this.hwCode = hwCode; | |
| 2866 | - } | |
| 2867 | - | |
| 2868 | - public java.lang.String getHwCodeNm() {
| |
| 2869 | - return hwCodeNm; | |
| 2870 | - } | |
| 2871 | - | |
| 2872 | - public void setHwCodeNm(java.lang.String hwCodeNm) {
| |
| 2873 | - this.hwCodeNm = hwCodeNm; | |
| 2874 | - } | |
| 2875 | - | |
| 2876 | - public java.lang.String getAtchFileId() {
| |
| 2877 | - return atchFileId; | |
| 2878 | - } | |
| 2879 | - | |
| 2880 | - public void setAtchFileId(java.lang.String atchFileId) {
| |
| 2881 | - this.atchFileId = atchFileId; | |
| 2882 | - } | |
| 2883 | - | |
| 2884 | - public java.lang.String getStuOpenAt() {
| |
| 2885 | - return stuOpenAt; | |
| 2886 | - } | |
| 2887 | - | |
| 2888 | - public void setStuOpenAt(java.lang.String stuOpenAt) {
| |
| 2889 | - this.stuOpenAt = stuOpenAt; | |
| 2890 | - } | |
| 2891 | - | |
| 2892 | - public java.lang.String getCommentPickAt() {
| |
| 2893 | - return commentPickAt; | |
| 2894 | - } | |
| 2895 | - | |
| 2896 | - public void setCommentPickAt(java.lang.String commentPickAt) {
| |
| 2897 | - this.commentPickAt = commentPickAt; | |
| 2898 | - } | |
| 2899 | - | |
| 2900 | - public java.lang.String getStuOpenDate() {
| |
| 2901 | - return stuOpenDate; | |
| 2902 | - } | |
| 2903 | - | |
| 2904 | - public void setStuOpenDate(java.lang.String stuOpenDate) {
| |
| 2905 | - this.stuOpenDate = stuOpenDate; | |
| 2906 | - } | |
| 2907 | - | |
| 2908 | - public java.lang.String getOpenDate() {
| |
| 2909 | - return openDate; | |
| 2910 | - } | |
| 2911 | - | |
| 2912 | - public void setOpenDate(java.lang.String openDate) {
| |
| 2913 | - this.openDate = openDate; | |
| 2914 | - } | |
| 2915 | - | |
| 2916 | - public java.lang.String getOpenTime() {
| |
| 2917 | - return openTime; | |
| 2918 | - } | |
| 2919 | - | |
| 2920 | - public void setOpenTime(java.lang.String openTime) {
| |
| 2921 | - this.openTime = openTime; | |
| 2922 | - } | |
| 2923 | - | |
| 2924 | - public java.lang.String getCloseDate() {
| |
| 2925 | - return closeDate; | |
| 2926 | - } | |
| 2927 | - | |
| 2928 | - public void setCloseDate(java.lang.String closeDate) {
| |
| 2929 | - this.closeDate = closeDate; | |
| 2930 | - } | |
| 2931 | - | |
| 2932 | - public java.lang.String getCloseTime() {
| |
| 2933 | - return closeTime; | |
| 2934 | - } | |
| 2935 | - | |
| 2936 | - public void setCloseTime(java.lang.String closeTime) {
| |
| 2937 | - this.closeTime = closeTime; | |
| 2938 | - } | |
| 2939 | - | |
| 2940 | - public java.lang.String getCurriculumCommentAt() {
| |
| 2941 | - return curriculumCommentAt; | |
| 2942 | - } | |
| 2943 | - | |
| 2944 | - public void setCurriculumCommentAt(java.lang.String curriculumCommentAt) {
| |
| 2945 | - this.curriculumCommentAt = curriculumCommentAt; | |
| 2946 | - } | |
| 2947 | - | |
| 2948 | - public java.lang.String getStudySubject() {
| |
| 2949 | - return studySubject; | |
| 2950 | - } | |
| 2951 | - | |
| 2952 | - public void setStudySubject(java.lang.String studySubject) {
| |
| 2953 | - this.studySubject = studySubject; | |
| 2954 | - } | |
| 2955 | - | |
| 2956 | - public java.lang.String getStep() {
| |
| 2957 | - return this.step; | |
| 2958 | - } | |
| 2959 | - | |
| 2960 | - public void setStep(java.lang.String step) {
| |
| 2961 | - this.step = step; | |
| 2962 | - } | |
| 2963 | - | |
| 2964 | - public java.lang.String getThirdtabstep() {
| |
| 2965 | - return this.thirdtabstep; | |
| 2966 | - } | |
| 2967 | - | |
| 2968 | - public void setThirdtabstep(java.lang.String thirdtabstep) {
| |
| 2969 | - this.thirdtabstep = thirdtabstep; | |
| 2970 | - } | |
| 2971 | - | |
| 2972 | - public java.lang.String getSearchSchAt() {
| |
| 2973 | - return searchSchAt; | |
| 2974 | - } | |
| 2975 | - | |
| 2976 | - public void setSearchSchAt(java.lang.String searchSchAt) {
| |
| 2977 | - this.searchSchAt = searchSchAt; | |
| 2978 | - } | |
| 2979 | - | |
| 2980 | - public java.lang.String getRetViewAt() {
| |
| 2981 | - return retViewAt; | |
| 2982 | - } | |
| 2983 | - | |
| 2984 | - public void setRetViewAt(java.lang.String retViewAt) {
| |
| 2985 | - this.retViewAt = retViewAt; | |
| 2986 | - } | |
| 2987 | - | |
| 2988 | - public java.lang.String getFdb() {
| |
| 2989 | - return fdb; | |
| 2990 | - } | |
| 2991 | - | |
| 2992 | - public void setFdb(java.lang.String fdb) {
| |
| 2993 | - this.fdb = fdb; | |
| 2994 | - } | |
| 2995 | - | |
| 2996 | - public java.lang.String getScr() {
| |
| 2997 | - return scr; | |
| 2998 | - } | |
| 2999 | - | |
| 3000 | - public void setScr(java.lang.String scr) {
| |
| 3001 | - this.scr = scr; | |
| 3002 | - } | |
| 3003 | - | |
| 3004 | - public java.lang.String getSelectLangAt() {
| |
| 3005 | - return selectLangAt; | |
| 3006 | - } | |
| 3007 | - | |
| 3008 | - public void setSelectLangAt(java.lang.String selectLangAt) {
| |
| 3009 | - this.selectLangAt = selectLangAt; | |
| 3010 | - } | |
| 3011 | - | |
| 3012 | - public java.lang.String getSearchStartCloseDate() {
| |
| 3013 | - return searchStartCloseDate; | |
| 3014 | - } | |
| 3015 | - | |
| 3016 | - public void setSearchStartCloseDate(java.lang.String searchStartCloseDate) {
| |
| 3017 | - this.searchStartCloseDate = searchStartCloseDate; | |
| 3018 | - } | |
| 3019 | - | |
| 3020 | - public java.lang.String getSearchEndCloseDate() {
| |
| 3021 | - return searchEndCloseDate; | |
| 3022 | - } | |
| 3023 | - | |
| 3024 | - public void setSearchEndCloseDate(java.lang.String searchEndCloseDate) {
| |
| 3025 | - this.searchEndCloseDate = searchEndCloseDate; | |
| 3026 | - } | |
| 3027 | - | |
| 3028 | - public java.lang.String getSearchCloseHomework() {
| |
| 3029 | - return searchCloseHomework; | |
| 3030 | - } | |
| 3031 | - | |
| 3032 | - public void setSearchCloseHomework(java.lang.String searchCloseHomework) {
| |
| 3033 | - this.searchCloseHomework = searchCloseHomework; | |
| 3034 | - } | |
| 3035 | - | |
| 3036 | - public java.lang.String getSearchHwType() {
| |
| 3037 | - return searchHwType; | |
| 3038 | - } | |
| 3039 | - | |
| 3040 | - public void setSearchHwType(java.lang.String searchHwType) {
| |
| 3041 | - this.searchHwType = searchHwType; | |
| 3042 | - } | |
| 3043 | - | |
| 3044 | - public java.lang.String getSearchHwCode() {
| |
| 3045 | - return searchHwCode; | |
| 3046 | - } | |
| 3047 | - | |
| 3048 | - public void setSearchHwCode(java.lang.String searchHwCode) {
| |
| 3049 | - this.searchHwCode = searchHwCode; | |
| 3050 | - } | |
| 3051 | - | |
| 3052 | - public java.lang.String getSearchHomeworkNm() {
| |
| 3053 | - return searchHomeworkNm; | |
| 3054 | - } | |
| 3055 | - | |
| 3056 | - public void setSearchHomeworkNm(java.lang.String searchHomeworkNm) {
| |
| 3057 | - this.searchHomeworkNm = searchHomeworkNm; | |
| 3058 | - } | |
| 3059 | - | |
| 3060 | - public java.lang.String getSearchMyHomework() {
| |
| 3061 | - return searchMyHomework; | |
| 3062 | - } | |
| 3063 | - | |
| 3064 | - public void setSearchMyHomework(java.lang.String searchMyHomework) {
| |
| 3065 | - this.searchMyHomework = searchMyHomework; | |
| 3066 | - } | |
| 3067 | - | |
| 3068 | - public java.lang.String getSearchOpenDate() {
| |
| 3069 | - return searchOpenDate; | |
| 3070 | - } | |
| 3071 | - | |
| 3072 | - public void setSearchOpenDate(java.lang.String searchOpenDate) {
| |
| 3073 | - this.searchOpenDate = searchOpenDate; | |
| 3074 | - } | |
| 3075 | - | |
| 3076 | - public java.lang.String getSearchCloseDate() {
| |
| 3077 | - return searchCloseDate; | |
| 3078 | - } | |
| 3079 | - | |
| 3080 | - public void setSearchCloseDate(java.lang.String searchCloseDate) {
| |
| 3081 | - this.searchCloseDate = searchCloseDate; | |
| 3082 | - } | |
| 3083 | - | |
| 3084 | - public java.lang.String getSearchNotSubmitAt() {
| |
| 3085 | - return searchNotSubmitAt; | |
| 3086 | - } | |
| 3087 | - | |
| 3088 | - public void setSearchNotSubmitAt(java.lang.String searchNotSubmitAt) {
| |
| 3089 | - this.searchNotSubmitAt = searchNotSubmitAt; | |
| 3090 | - } | |
| 3091 | - | |
| 3092 | - public java.lang.String getSearchSubmitAt() {
| |
| 3093 | - return searchSubmitAt; | |
| 3094 | - } | |
| 3095 | - | |
| 3096 | - public void setSearchSubmitAt(java.lang.String searchSubmitAt) {
| |
| 3097 | - this.searchSubmitAt = searchSubmitAt; | |
| 3098 | - } | |
| 3099 | - | |
| 3100 | - public java.lang.String getPagingFlag() {
| |
| 3101 | - return pagingFlag; | |
| 3102 | - } | |
| 3103 | - | |
| 3104 | - public void setPagingFlag(java.lang.String pagingFlag) {
| |
| 3105 | - this.pagingFlag = pagingFlag; | |
| 3106 | - } | |
| 3107 | - | |
| 3108 | - public java.lang.String getHomeworkScoreAt() {
| |
| 3109 | - return homeworkScoreAt; | |
| 3110 | - } | |
| 3111 | - | |
| 3112 | - public void setHomeworkScoreAt(java.lang.String homeworkScoreAt) {
| |
| 3113 | - this.homeworkScoreAt = homeworkScoreAt; | |
| 3114 | - } | |
| 3115 | - | |
| 3116 | - public java.lang.String getOrderByType() {
| |
| 3117 | - return orderByType; | |
| 3118 | - } | |
| 3119 | - | |
| 3120 | - public void setOrderByType(java.lang.String orderByType) {
| |
| 3121 | - this.orderByType = orderByType; | |
| 3122 | - } | |
| 3123 | - | |
| 3124 | - public java.lang.String getScoreApplyAt() {
| |
| 3125 | - return scoreApplyAt; | |
| 3126 | - } | |
| 3127 | - | |
| 3128 | - public void setScoreApplyAt(java.lang.String scoreApplyAt) {
| |
| 3129 | - this.scoreApplyAt = scoreApplyAt; | |
| 3130 | - } | |
| 3131 | - | |
| 3132 | - public java.lang.Integer getSearchClassCnt() {
| |
| 3133 | - return searchClassCnt; | |
| 3134 | - } | |
| 3135 | - | |
| 3136 | - public void setSearchClassCnt(java.lang.Integer searchClassCnt) {
| |
| 3137 | - this.searchClassCnt = searchClassCnt; | |
| 3138 | - } | |
| 3139 | - | |
| 3140 | - public List<String> getHwIdList() {
| |
| 3141 | - return hwIdList; | |
| 3142 | - } | |
| 3143 | - | |
| 3144 | - public void setHwIdList(List<String> hwIdList) {
| |
| 3145 | - this.hwIdList = hwIdList; | |
| 3146 | - } | |
| 3147 | - | |
| 3148 | - public String getAttentionType() {
| |
| 3149 | - return attentionType; | |
| 3150 | - } | |
| 3151 | - | |
| 3152 | - public void setAttentionType(String attentionType) {
| |
| 3153 | - this.attentionType = attentionType; | |
| 3154 | - } | |
| 3155 | - | |
| 3156 | - public String getAdminPageFlag() {
| |
| 3157 | - return adminPageFlag; | |
| 3158 | - } | |
| 3159 | - | |
| 3160 | - public void setAdminPageFlag(String adminPageFlag) {
| |
| 3161 | - this.adminPageFlag = adminPageFlag; | |
| 3162 | - } | |
| 3163 | - | |
| 3164 | - public String getSearchHomeworkSubmitNttSj() {
| |
| 3165 | - return searchHomeworkSubmitNttSj; | |
| 3166 | - } | |
| 3167 | - | |
| 3168 | - public void setSearchHomeworkSubmitNttSj(String searchHomeworkSubmitNttSj) {
| |
| 3169 | - this.searchHomeworkSubmitNttSj = searchHomeworkSubmitNttSj; | |
| 3170 | - } | |
| 3171 | - | |
| 3172 | - public double getMidtermScore() {
| |
| 3173 | - return midtermScore; | |
| 3174 | - } | |
| 3175 | - | |
| 3176 | - public void setMidtermScore(double midtermScore) {
| |
| 3177 | - this.midtermScore = midtermScore; | |
| 3178 | - } | |
| 3179 | - | |
| 3180 | - public List<Double> getMidtermScoreList() {
| |
| 3181 | - return midtermScoreList; | |
| 3182 | - } | |
| 3183 | - | |
| 3184 | - public void setMidtermScoreList(List<Double> midtermScoreList) {
| |
| 3185 | - this.midtermScoreList = midtermScoreList; | |
| 3186 | - } | |
| 3187 | - | |
| 3188 | - public int getMidtermTotalScore() {
| |
| 3189 | - return midtermTotalScore; | |
| 3190 | - } | |
| 3191 | - | |
| 3192 | - public void setMidtermTotalScore(int midtermTotalScore) {
| |
| 3193 | - this.midtermTotalScore = midtermTotalScore; | |
| 3194 | - } | |
| 3195 | - | |
| 3196 | - public List<Integer> getMidtermTotalScoreList() {
| |
| 3197 | - return midtermTotalScoreList; | |
| 3198 | - } | |
| 3199 | - | |
| 3200 | - public void setMidtermTotalScoreList(List<Integer> midtermTotalScoreList) {
| |
| 3201 | - this.midtermTotalScoreList = midtermTotalScoreList; | |
| 3202 | - } | |
| 3203 | - | |
| 3204 | - public double getFinalScore() {
| |
| 3205 | - return finalScore; | |
| 3206 | - } | |
| 3207 | - | |
| 3208 | - public void setFinalScore(double finalScore) {
| |
| 3209 | - this.finalScore = finalScore; | |
| 3210 | - } | |
| 3211 | - | |
| 3212 | - public List<Double> getFinalScoreList() {
| |
| 3213 | - return finalScoreList; | |
| 3214 | - } | |
| 3215 | - | |
| 3216 | - public void setFinalScoreList(List<Double> finalScoreList) {
| |
| 3217 | - this.finalScoreList = finalScoreList; | |
| 3218 | - } | |
| 3219 | - | |
| 3220 | - public int getFinalTotalScore() {
| |
| 3221 | - return finalTotalScore; | |
| 3222 | - } | |
| 3223 | - | |
| 3224 | - public void setFinalTotalScore(int finalTotalScore) {
| |
| 3225 | - this.finalTotalScore = finalTotalScore; | |
| 3226 | - } | |
| 3227 | - | |
| 3228 | - public List<Integer> getFinalTotalScoreList() {
| |
| 3229 | - return finalTotalScoreList; | |
| 3230 | - } | |
| 3231 | - | |
| 3232 | - public void setFinalTotalScoreList(List<Integer> finalTotalScoreList) {
| |
| 3233 | - this.finalTotalScoreList = finalTotalScoreList; | |
| 3234 | - } | |
| 3235 | - | |
| 3236 | - public double getEvaluationScore() {
| |
| 3237 | - return evaluationScore; | |
| 3238 | - } | |
| 3239 | - | |
| 3240 | - public void setEvaluationScore(double evaluationScore) {
| |
| 3241 | - this.evaluationScore = evaluationScore; | |
| 3242 | - } | |
| 3243 | - | |
| 3244 | - public List<Double> getEvaluationScoreList() {
| |
| 3245 | - return evaluationScoreList; | |
| 3246 | - } | |
| 3247 | - | |
| 3248 | - public void setEvaluationScoreList(List<Double> evaluationScoreList) {
| |
| 3249 | - this.evaluationScoreList = evaluationScoreList; | |
| 3250 | - } | |
| 3251 | - | |
| 3252 | - public int getEvaluationTotalScore() {
| |
| 3253 | - return evaluationTotalScore; | |
| 3254 | - } | |
| 3255 | - | |
| 3256 | - public void setEvaluationTotalScore(int evaluationTotalScore) {
| |
| 3257 | - this.evaluationTotalScore = evaluationTotalScore; | |
| 3258 | - } | |
| 3259 | - | |
| 3260 | - public List<Integer> getEvaluationTotalScoreList() {
| |
| 3261 | - return evaluationTotalScoreList; | |
| 3262 | - } | |
| 3263 | - | |
| 3264 | - public void setEvaluationTotalScoreList(List<Integer> evaluationTotalScoreList) {
| |
| 3265 | - this.evaluationTotalScoreList = evaluationTotalScoreList; | |
| 3266 | - } | |
| 3267 | - | |
| 3268 | - public double getAttendScore() {
| |
| 3269 | - return attendScore; | |
| 3270 | - } | |
| 3271 | - | |
| 3272 | - public void setAttendScore(double attendScore) {
| |
| 3273 | - this.attendScore = attendScore; | |
| 3274 | - } | |
| 3275 | - | |
| 3276 | - public List<Double> getAttendScoreList() {
| |
| 3277 | - return attendScoreList; | |
| 3278 | - } | |
| 3279 | - | |
| 3280 | - public void setAttendScoreList(List<Double> attendScoreList) {
| |
| 3281 | - this.attendScoreList = attendScoreList; | |
| 3282 | - } | |
| 3283 | - | |
| 3284 | - public java.lang.String getConfirmGrade() {
| |
| 3285 | - return confirmGrade; | |
| 3286 | - } | |
| 3287 | - | |
| 3288 | - public void setConfirmGrade(java.lang.String confirmGrade) {
| |
| 3289 | - this.confirmGrade = confirmGrade; | |
| 3290 | - } | |
| 3291 | - | |
| 3292 | - public List<String> getConfirmGradeList() {
| |
| 3293 | - return confirmGradeList; | |
| 3294 | - } | |
| 3295 | - | |
| 3296 | - public void setConfirmGradeList(List<String> confirmGradeList) {
| |
| 3297 | - this.confirmGradeList = confirmGradeList; | |
| 3298 | - } | |
| 3299 | - | |
| 3300 | - public int getEtcSn() {
| |
| 3301 | - return etcSn; | |
| 3302 | - } | |
| 3303 | - | |
| 3304 | - public void setEtcSn(int etcSn) {
| |
| 3305 | - this.etcSn = etcSn; | |
| 3306 | - } | |
| 3307 | - | |
| 3308 | - public List<Integer> getEtcSnList() {
| |
| 3309 | - return etcSnList; | |
| 3310 | - } | |
| 3311 | - | |
| 3312 | - public void setEtcSnList(List<Integer> etcSnList) {
| |
| 3313 | - this.etcSnList = etcSnList; | |
| 3314 | - } | |
| 3315 | - | |
| 3316 | - public double getEtcScore() {
| |
| 3317 | - return etcScore; | |
| 3318 | - } | |
| 3319 | - | |
| 3320 | - public void setEtcScore(double etcScore) {
| |
| 3321 | - this.etcScore = etcScore; | |
| 3322 | - } | |
| 3323 | - | |
| 3324 | - public List<Double> getEtcScoreList() {
| |
| 3325 | - return etcScoreList; | |
| 3326 | - } | |
| 3327 | - | |
| 3328 | - public void setEtcScoreList(List<Double> etcScoreList) {
| |
| 3329 | - this.etcScoreList = etcScoreList; | |
| 3330 | - } | |
| 3331 | - | |
| 3332 | - public List<Double> getEtcScoreList1() {
| |
| 3333 | - return etcScoreList1; | |
| 3334 | - } | |
| 3335 | - | |
| 3336 | - public void setEtcScoreList1(List<Double> etcScoreList1) {
| |
| 3337 | - this.etcScoreList1 = etcScoreList1; | |
| 3338 | - } | |
| 3339 | - | |
| 3340 | - public List<Double> getEtcScoreList2() {
| |
| 3341 | - return etcScoreList2; | |
| 3342 | - } | |
| 3343 | - | |
| 3344 | - public void setEtcScoreList2(List<Double> etcScoreList2) {
| |
| 3345 | - this.etcScoreList2 = etcScoreList2; | |
| 3346 | - } | |
| 3347 | - | |
| 3348 | - public List<Double> getEtcScoreList3() {
| |
| 3349 | - return etcScoreList3; | |
| 3350 | - } | |
| 3351 | - | |
| 3352 | - public void setEtcScoreList3(List<Double> etcScoreList3) {
| |
| 3353 | - this.etcScoreList3 = etcScoreList3; | |
| 3354 | - } | |
| 3355 | - | |
| 3356 | - public List<Double> getEtcScoreList4() {
| |
| 3357 | - return etcScoreList4; | |
| 3358 | - } | |
| 3359 | - | |
| 3360 | - public void setEtcScoreList4(List<Double> etcScoreList4) {
| |
| 3361 | - this.etcScoreList4 = etcScoreList4; | |
| 3362 | - } | |
| 3363 | - | |
| 3364 | - public List<Double> getEtcScoreList5() {
| |
| 3365 | - return etcScoreList5; | |
| 3366 | - } | |
| 3367 | - | |
| 3368 | - public void setEtcScoreList5(List<Double> etcScoreList5) {
| |
| 3369 | - this.etcScoreList5 = etcScoreList5; | |
| 3370 | - } | |
| 3371 | - | |
| 3372 | - public List<Double> getEtcScoreList6() {
| |
| 3373 | - return etcScoreList6; | |
| 3374 | - } | |
| 3375 | - | |
| 3376 | - public void setEtcScoreList6(List<Double> etcScoreList6) {
| |
| 3377 | - this.etcScoreList6 = etcScoreList6; | |
| 3378 | - } | |
| 3379 | - | |
| 3380 | - public List<Double> getEtcScoreList7() {
| |
| 3381 | - return etcScoreList7; | |
| 3382 | - } | |
| 3383 | - | |
| 3384 | - public void setEtcScoreList7(List<Double> etcScoreList7) {
| |
| 3385 | - this.etcScoreList7 = etcScoreList7; | |
| 3386 | - } | |
| 3387 | - | |
| 3388 | - public List<Double> getEtcScoreList8() {
| |
| 3389 | - return etcScoreList8; | |
| 3390 | - } | |
| 3391 | - | |
| 3392 | - public void setEtcScoreList8(List<Double> etcScoreList8) {
| |
| 3393 | - this.etcScoreList8 = etcScoreList8; | |
| 3394 | - } | |
| 3395 | - | |
| 3396 | - public List<Double> getEtcScoreList9() {
| |
| 3397 | - return etcScoreList9; | |
| 3398 | - } | |
| 3399 | - | |
| 3400 | - public void setEtcScoreList9(List<Double> etcScoreList9) {
| |
| 3401 | - this.etcScoreList9 = etcScoreList9; | |
| 3402 | - } | |
| 3403 | - | |
| 3404 | - public List<Double> getEtcScoreList10() {
| |
| 3405 | - return etcScoreList10; | |
| 3406 | - } | |
| 3407 | - | |
| 3408 | - public void setEtcScoreList10(List<Double> etcScoreList10) {
| |
| 3409 | - this.etcScoreList10 = etcScoreList10; | |
| 3410 | - } | |
| 3411 | - | |
| 3412 | - public double getEtcScore1() {
| |
| 3413 | - return etcScore1; | |
| 3414 | - } | |
| 3415 | - | |
| 3416 | - public void setEtcScore1(double etcScore1) {
| |
| 3417 | - this.etcScore1 = etcScore1; | |
| 3418 | - } | |
| 3419 | - | |
| 3420 | - public double getEtcScore2() {
| |
| 3421 | - return etcScore2; | |
| 3422 | - } | |
| 3423 | - | |
| 3424 | - public void setEtcScore2(double etcScore2) {
| |
| 3425 | - this.etcScore2 = etcScore2; | |
| 3426 | - } | |
| 3427 | - | |
| 3428 | - public double getEtcScore3() {
| |
| 3429 | - return etcScore3; | |
| 3430 | - } | |
| 3431 | - | |
| 3432 | - public void setEtcScore3(double etcScore3) {
| |
| 3433 | - this.etcScore3 = etcScore3; | |
| 3434 | - } | |
| 3435 | - | |
| 3436 | - public double getEtcScore4() {
| |
| 3437 | - return etcScore4; | |
| 3438 | - } | |
| 3439 | - | |
| 3440 | - public void setEtcScore4(double etcScore4) {
| |
| 3441 | - this.etcScore4 = etcScore4; | |
| 3442 | - } | |
| 3443 | - | |
| 3444 | - public double getEtcScore5() {
| |
| 3445 | - return etcScore5; | |
| 3446 | - } | |
| 3447 | - | |
| 3448 | - public void setEtcScore5(double etcScore5) {
| |
| 3449 | - this.etcScore5 = etcScore5; | |
| 3450 | - } | |
| 3451 | - | |
| 3452 | - public double getEtcScore6() {
| |
| 3453 | - return etcScore6; | |
| 3454 | - } | |
| 3455 | - | |
| 3456 | - public void setEtcScore6(double etcScore6) {
| |
| 3457 | - this.etcScore6 = etcScore6; | |
| 3458 | - } | |
| 3459 | - | |
| 3460 | - public double getEtcScore7() {
| |
| 3461 | - return etcScore7; | |
| 3462 | - } | |
| 3463 | - | |
| 3464 | - public void setEtcScore7(double etcScore7) {
| |
| 3465 | - this.etcScore7 = etcScore7; | |
| 3466 | - } | |
| 3467 | - | |
| 3468 | - public double getEtcScore8() {
| |
| 3469 | - return etcScore8; | |
| 3470 | - } | |
| 3471 | - | |
| 3472 | - public void setEtcScore8(double etcScore8) {
| |
| 3473 | - this.etcScore8 = etcScore8; | |
| 3474 | - } | |
| 3475 | - | |
| 3476 | - public double getEtcScore9() {
| |
| 3477 | - return etcScore9; | |
| 3478 | - } | |
| 3479 | - | |
| 3480 | - public void setEtcScore9(double etcScore9) {
| |
| 3481 | - this.etcScore9 = etcScore9; | |
| 3482 | - } | |
| 3483 | - | |
| 3484 | - public double getEtcScore10() {
| |
| 3485 | - return etcScore10; | |
| 3486 | - } | |
| 3487 | - | |
| 3488 | - public void setEtcScore10(double etcScore10) {
| |
| 3489 | - this.etcScore10 = etcScore10; | |
| 3490 | - } | |
| 3491 | - | |
| 3492 | - public java.lang.String getCrclEvtCn() {
| |
| 3493 | - return crclEvtCn; | |
| 3494 | - } | |
| 3495 | - | |
| 3496 | - public void setCrclEvtCn(java.lang.String crclEvtCn) {
| |
| 3497 | - this.crclEvtCn = crclEvtCn; | |
| 3498 | - } | |
| 3499 | - | |
| 3500 | - public java.lang.String getAllSubmit() {
| |
| 3501 | - return allSubmit; | |
| 3502 | - } | |
| 3503 | - | |
| 3504 | - public void setAllSubmit(java.lang.String allSubmit) {
| |
| 3505 | - this.allSubmit = allSubmit; | |
| 3506 | - } | |
| 3507 | - | |
| 3508 | - public java.lang.String getSearchCtgryId() {
| |
| 3509 | - return searchCtgryId; | |
| 3510 | - } | |
| 3511 | - | |
| 3512 | - public void setSearchCtgryId(java.lang.String searchCtgryId) {
| |
| 3513 | - this.searchCtgryId = searchCtgryId; | |
| 3514 | - } | |
| 3515 | - | |
| 3516 | - public int getMidtermTopScore() {
| |
| 3517 | - return midtermTopScore; | |
| 3518 | - } | |
| 3519 | - | |
| 3520 | - public void setMidtermTopScore(int midtermTopScore) {
| |
| 3521 | - this.midtermTopScore = midtermTopScore; | |
| 3522 | - } | |
| 3523 | - | |
| 3524 | - public int getFinalTopScore() {
| |
| 3525 | - return finalTopScore; | |
| 3526 | - } | |
| 3527 | - | |
| 3528 | - public void setFinalTopScore(int finalTopScore) {
| |
| 3529 | - this.finalTopScore = finalTopScore; | |
| 3530 | - } | |
| 3531 | - | |
| 3532 | - public int getEvaluationTopScore() {
| |
| 3533 | - return evaluationTopScore; | |
| 3534 | - } | |
| 3535 | - | |
| 3536 | - public void setEvaluationTopScore(int evaluationTopScore) {
| |
| 3537 | - this.evaluationTopScore = evaluationTopScore; | |
| 3538 | - } | |
| 3539 | - | |
| 3540 | - public java.lang.String getExcelAt() {
| |
| 3541 | - return excelAt; | |
| 3542 | - } | |
| 3543 | - | |
| 3544 | - public void setExcelAt(java.lang.String excelAt) {
| |
| 3545 | - this.excelAt = excelAt; | |
| 3546 | - } | |
| 3547 | - | |
| 3548 | - public java.lang.String getSurveyStartDate() {
| |
| 3549 | - return surveyStartDate; | |
| 3550 | - } | |
| 3551 | - | |
| 3552 | - public void setSurveyStartDate(java.lang.String surveyStartDate) {
| |
| 3553 | - this.surveyStartDate = surveyStartDate; | |
| 3554 | - } | |
| 3555 | - | |
| 3556 | - public java.lang.String getSurveyStartTime() {
| |
| 3557 | - return surveyStartTime; | |
| 3558 | - } | |
| 3559 | - | |
| 3560 | - public void setSurveyStartTime(java.lang.String surveyStartTime) {
| |
| 3561 | - this.surveyStartTime = surveyStartTime; | |
| 3562 | - } | |
| 3563 | - | |
| 3564 | - public java.lang.String getSearchFinishAt() {
| |
| 3565 | - return searchFinishAt; | |
| 3566 | - } | |
| 3567 | - | |
| 3568 | - public void setSearchFinishAt(java.lang.String searchFinishAt) {
| |
| 3569 | - this.searchFinishAt = searchFinishAt; | |
| 3570 | - } | |
| 3571 | - | |
| 3572 | - public java.lang.String getProfessorSatisfyType() {
| |
| 3573 | - return professorSatisfyType; | |
| 3574 | - } | |
| 3575 | - | |
| 3576 | - public void setProfessorSatisfyType(java.lang.String professorSatisfyType) {
| |
| 3577 | - this.professorSatisfyType = professorSatisfyType; | |
| 3578 | - } | |
| 3579 | - | |
| 3580 | - public java.lang.String getCampustimeUseAt() {
| |
| 3581 | - return campustimeUseAt; | |
| 3582 | - } | |
| 3583 | - | |
| 3584 | - public void setCampustimeUseAt(java.lang.String campustimeUseAt) {
| |
| 3585 | - this.campustimeUseAt = campustimeUseAt; | |
| 3586 | - } | |
| 3587 | - | |
| 3588 | -} |
--- base/src/main/java/egovframework/com/lms/service/CurriculumbaseService.java
... | ... | @@ -1,73 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.lms.service.CurriculumbaseVO; | |
| 6 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 7 | - | |
| 8 | -/** | |
| 9 | - * @Class Name : CurriculumbaseService.java | |
| 10 | - * @Description : Curriculumbase Business class | |
| 11 | - * @Modification Information | |
| 12 | - * | |
| 13 | - * @author 문성진 | |
| 14 | - * @since 2019.10.11 | |
| 15 | - * @version 1.0 | |
| 16 | - * @see | |
| 17 | - * | |
| 18 | - * Copyright (C) All right reserved. | |
| 19 | - */ | |
| 20 | -public interface CurriculumbaseService {
| |
| 21 | - | |
| 22 | - /** | |
| 23 | - * curriculumbase을 등록한다. | |
| 24 | - * @param vo - 등록할 정보가 담긴 CurriculumbaseVO | |
| 25 | - * @return 등록 결과 | |
| 26 | - * @exception Exception | |
| 27 | - */ | |
| 28 | - String insertCurriculumbase(CurriculumbaseVO vo) throws Exception; | |
| 29 | - | |
| 30 | - /** | |
| 31 | - * curriculumbase을 수정한다. | |
| 32 | - * @param vo - 수정할 정보가 담긴 CurriculumbaseVO | |
| 33 | - * @return void형 | |
| 34 | - * @exception Exception | |
| 35 | - */ | |
| 36 | - void updateCurriculumbase(CurriculumbaseVO vo) throws Exception; | |
| 37 | - | |
| 38 | - /** | |
| 39 | - * curriculumbase을 삭제한다. | |
| 40 | - * @param vo - 삭제할 정보가 담긴 CurriculumbaseVO | |
| 41 | - * @return void형 | |
| 42 | - * @exception Exception | |
| 43 | - */ | |
| 44 | - void deleteCurriculumbase(CurriculumbaseVO vo) throws Exception; | |
| 45 | - | |
| 46 | - /** | |
| 47 | - * curriculumbase을 조회한다. | |
| 48 | - * @param vo - 조회할 정보가 담긴 CurriculumbaseVO | |
| 49 | - * @return 조회한 curriculumbase | |
| 50 | - * @exception Exception | |
| 51 | - */ | |
| 52 | - CurriculumbaseVO selectCurriculumbase(CurriculumbaseVO vo) throws Exception; | |
| 53 | - | |
| 54 | - //과정학습참고자료 조회 | |
| 55 | - List selectCurriculumbaseFile(CurriculumbaseVO vo) throws Exception; | |
| 56 | - | |
| 57 | - /** | |
| 58 | - * curriculumbase 목록을 조회한다. | |
| 59 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 60 | - * @return curriculumbase 목록 | |
| 61 | - * @exception Exception | |
| 62 | - */ | |
| 63 | - List selectCurriculumbaseList(CurriculumbaseVO searchVO) throws Exception; | |
| 64 | - | |
| 65 | - /** | |
| 66 | - * curriculumbase 총 갯수를 조회한다. | |
| 67 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 68 | - * @return curriculumbase 총 갯수 | |
| 69 | - * @exception | |
| 70 | - */ | |
| 71 | - int selectCurriculumbaseListTotCnt(CurriculumbaseVO searchVO); | |
| 72 | - | |
| 73 | -} |
--- base/src/main/java/egovframework/com/lms/service/CurriculumbaseVO.java
... | ... | @@ -1,561 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumbaseVO.java | |
| 9 | - * @Description : Curriculumbase VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.11 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class CurriculumbaseVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - /** CRCLB_ID */ | |
| 23 | - private java.lang.String crclbId; | |
| 24 | - | |
| 25 | - /** CRCLB_NM */ | |
| 26 | - private java.lang.String crclbNm; | |
| 27 | - | |
| 28 | - /** SYS_CODE */ | |
| 29 | - private java.lang.String sysCode; | |
| 30 | - | |
| 31 | - /** 과정체계코드경로 */ | |
| 32 | - private java.lang.String sysCodePath; | |
| 33 | - | |
| 34 | - /** 과정체계코드명경로 */ | |
| 35 | - private java.lang.String sysCodeNmPath; | |
| 36 | - | |
| 37 | - /** SYS_CODE */ | |
| 38 | - private List<String> sysCodeList; | |
| 39 | - | |
| 40 | - /** DIVISION */ | |
| 41 | - private java.lang.String division; | |
| 42 | - | |
| 43 | - //이수구분명 | |
| 44 | - private java.lang.String divisionNm; | |
| 45 | - | |
| 46 | - /** GRADE_AT */ | |
| 47 | - private java.lang.String gradeAt; | |
| 48 | - | |
| 49 | - /** GRADE_NUM */ | |
| 50 | - private java.lang.String gradeNum; | |
| 51 | - | |
| 52 | - /** CONTROL */ | |
| 53 | - private java.lang.String control; | |
| 54 | - | |
| 55 | - //관리구분명 | |
| 56 | - private java.lang.String controlNm; | |
| 57 | - | |
| 58 | - /** PROJECT_AT */ | |
| 59 | - private java.lang.String projectAt; | |
| 60 | - | |
| 61 | - /** TARGET_TYPE */ | |
| 62 | - private java.lang.String targetType; | |
| 63 | - | |
| 64 | - private java.lang.String evaluationAt; | |
| 65 | - | |
| 66 | - /** TARGET_DETAIL */ | |
| 67 | - private java.lang.String targetDetail; | |
| 68 | - | |
| 69 | - //대상상세명 | |
| 70 | - private java.lang.String targetDetailNm; | |
| 71 | - | |
| 72 | - /** TOTAL_TIME_AT */ | |
| 73 | - private java.lang.String totalTimeAt; | |
| 74 | - | |
| 75 | - /** GRADE_TYPE */ | |
| 76 | - private java.lang.String gradeType; | |
| 77 | - private java.lang.String gradeTypeNm; | |
| 78 | - | |
| 79 | - /** REPORT_TYPE */ | |
| 80 | - private java.lang.String reportType; | |
| 81 | - | |
| 82 | - /** SURVEY_SATISFY_TYPE */ | |
| 83 | - private java.lang.String surveySatisfyType; | |
| 84 | - | |
| 85 | - /** 교원대상과정만족도설문유형ID */ | |
| 86 | - private java.lang.String professorSatisfyType; | |
| 87 | - | |
| 88 | - /** SURVEY_IND_AT */ | |
| 89 | - private java.lang.String surveyIndAt; | |
| 90 | - | |
| 91 | - /** SURVEY_IND */ | |
| 92 | - private java.lang.String surveyInd; | |
| 93 | - | |
| 94 | - /** STDNT_APLY_AT */ | |
| 95 | - private java.lang.String stdntAplyAt; | |
| 96 | - | |
| 97 | - /** APLY_FILE */ | |
| 98 | - private java.lang.String aplyFile; | |
| 99 | - private java.lang.String aplyFileNm; | |
| 100 | - | |
| 101 | - /** PLAN_FILE */ | |
| 102 | - private java.lang.String planFile; | |
| 103 | - private java.lang.String planFileNm; | |
| 104 | - | |
| 105 | - /** ETC_FILE */ | |
| 106 | - private java.lang.String etcFile; | |
| 107 | - private java.lang.String etcFileNm; | |
| 108 | - | |
| 109 | - /** USE_AT */ | |
| 110 | - private java.lang.String useAt; | |
| 111 | - | |
| 112 | - /** FRST_REGISTER_ID */ | |
| 113 | - private java.lang.String frstRegisterId; | |
| 114 | - | |
| 115 | - /** FRST_REGISTER_PNTTM */ | |
| 116 | - private java.util.Date frstRegisterPnttm; | |
| 117 | - | |
| 118 | - /** LAST_UPDUSR_ID */ | |
| 119 | - private java.lang.String lastUpdusrId; | |
| 120 | - | |
| 121 | - /** LAST_UPDUSR_PNTTM */ | |
| 122 | - private java.util.Date lastUpdusrPnttm; | |
| 123 | - | |
| 124 | - private List<String> refeFileList; | |
| 125 | - | |
| 126 | - //참고자료 파일ID | |
| 127 | - private java.lang.String atchFileId; | |
| 128 | - | |
| 129 | - //기본과정명 검색 | |
| 130 | - private java.lang.String searchcrclbNm; | |
| 131 | - | |
| 132 | - //기본과정코드검색 | |
| 133 | - private java.lang.String searchcrclbId; | |
| 134 | - | |
| 135 | - //대분류검색 | |
| 136 | - private java.lang.String searchSysCode1; | |
| 137 | - | |
| 138 | - //중분류검색 | |
| 139 | - private java.lang.String searchSysCode2; | |
| 140 | - | |
| 141 | - //소분류검색 | |
| 142 | - private java.lang.String searchSysCode3; | |
| 143 | - | |
| 144 | - //이수구분검색 | |
| 145 | - private java.lang.String searchDivision; | |
| 146 | - | |
| 147 | - //관리구분검색 | |
| 148 | - private java.lang.String searchControl; | |
| 149 | - | |
| 150 | - //대상검색 | |
| 151 | - private java.lang.String searchTargetType; | |
| 152 | - | |
| 153 | - //대상상세검색 | |
| 154 | - private java.lang.String searchTargetDetail; | |
| 155 | - | |
| 156 | - private java.lang.String searchProjectAt; | |
| 157 | - | |
| 158 | - private java.lang.String searchTotalTimeAt; | |
| 159 | - | |
| 160 | - public java.lang.String getCrclbId() {
| |
| 161 | - return this.crclbId; | |
| 162 | - } | |
| 163 | - | |
| 164 | - public void setCrclbId(java.lang.String crclbId) {
| |
| 165 | - this.crclbId = crclbId; | |
| 166 | - } | |
| 167 | - | |
| 168 | - public java.lang.String getCrclbNm() {
| |
| 169 | - return this.crclbNm; | |
| 170 | - } | |
| 171 | - | |
| 172 | - public void setCrclbNm(java.lang.String crclbNm) {
| |
| 173 | - this.crclbNm = crclbNm; | |
| 174 | - } | |
| 175 | - | |
| 176 | - public java.lang.String getSysCode() {
| |
| 177 | - return this.sysCode; | |
| 178 | - } | |
| 179 | - | |
| 180 | - public void setSysCode(java.lang.String sysCode) {
| |
| 181 | - this.sysCode = sysCode; | |
| 182 | - } | |
| 183 | - | |
| 184 | - public java.lang.String getDivision() {
| |
| 185 | - return this.division; | |
| 186 | - } | |
| 187 | - | |
| 188 | - public void setDivision(java.lang.String division) {
| |
| 189 | - this.division = division; | |
| 190 | - } | |
| 191 | - | |
| 192 | - public java.lang.String getGradeAt() {
| |
| 193 | - return this.gradeAt; | |
| 194 | - } | |
| 195 | - | |
| 196 | - public void setGradeAt(java.lang.String gradeAt) {
| |
| 197 | - this.gradeAt = gradeAt; | |
| 198 | - } | |
| 199 | - | |
| 200 | - public java.lang.String getGradeNum() {
| |
| 201 | - return this.gradeNum; | |
| 202 | - } | |
| 203 | - | |
| 204 | - public void setGradeNum(java.lang.String gradeNum) {
| |
| 205 | - this.gradeNum = gradeNum; | |
| 206 | - } | |
| 207 | - | |
| 208 | - public java.lang.String getControl() {
| |
| 209 | - return this.control; | |
| 210 | - } | |
| 211 | - | |
| 212 | - public void setControl(java.lang.String control) {
| |
| 213 | - this.control = control; | |
| 214 | - } | |
| 215 | - | |
| 216 | - public java.lang.String getProjectAt() {
| |
| 217 | - return this.projectAt; | |
| 218 | - } | |
| 219 | - | |
| 220 | - public void setProjectAt(java.lang.String projectAt) {
| |
| 221 | - this.projectAt = projectAt; | |
| 222 | - } | |
| 223 | - | |
| 224 | - public java.lang.String getTargetType() {
| |
| 225 | - return this.targetType; | |
| 226 | - } | |
| 227 | - | |
| 228 | - public void setTargetType(java.lang.String targetType) {
| |
| 229 | - this.targetType = targetType; | |
| 230 | - } | |
| 231 | - | |
| 232 | - public java.lang.String getTargetDetail() {
| |
| 233 | - return this.targetDetail; | |
| 234 | - } | |
| 235 | - | |
| 236 | - public void setTargetDetail(java.lang.String targetDetail) {
| |
| 237 | - this.targetDetail = targetDetail; | |
| 238 | - } | |
| 239 | - | |
| 240 | - public java.lang.String getTotalTimeAt() {
| |
| 241 | - return this.totalTimeAt; | |
| 242 | - } | |
| 243 | - | |
| 244 | - public void setTotalTimeAt(java.lang.String totalTimeAt) {
| |
| 245 | - this.totalTimeAt = totalTimeAt; | |
| 246 | - } | |
| 247 | - | |
| 248 | - public java.lang.String getGradeType() {
| |
| 249 | - return this.gradeType; | |
| 250 | - } | |
| 251 | - | |
| 252 | - public void setGradeType(java.lang.String gradeType) {
| |
| 253 | - this.gradeType = gradeType; | |
| 254 | - } | |
| 255 | - | |
| 256 | - public java.lang.String getReportType() {
| |
| 257 | - return this.reportType; | |
| 258 | - } | |
| 259 | - | |
| 260 | - public void setReportType(java.lang.String reportType) {
| |
| 261 | - this.reportType = reportType; | |
| 262 | - } | |
| 263 | - | |
| 264 | - public java.lang.String getSurveySatisfyType() {
| |
| 265 | - return this.surveySatisfyType; | |
| 266 | - } | |
| 267 | - | |
| 268 | - public void setSurveySatisfyType(java.lang.String surveySatisfyType) {
| |
| 269 | - this.surveySatisfyType = surveySatisfyType; | |
| 270 | - } | |
| 271 | - | |
| 272 | - public java.lang.String getSurveyIndAt() {
| |
| 273 | - return this.surveyIndAt; | |
| 274 | - } | |
| 275 | - | |
| 276 | - public void setSurveyIndAt(java.lang.String surveyIndAt) {
| |
| 277 | - this.surveyIndAt = surveyIndAt; | |
| 278 | - } | |
| 279 | - | |
| 280 | - public java.lang.String getSurveyInd() {
| |
| 281 | - return this.surveyInd; | |
| 282 | - } | |
| 283 | - | |
| 284 | - public void setSurveyInd(java.lang.String surveyInd) {
| |
| 285 | - this.surveyInd = surveyInd; | |
| 286 | - } | |
| 287 | - | |
| 288 | - public java.lang.String getStdntAplyAt() {
| |
| 289 | - return this.stdntAplyAt; | |
| 290 | - } | |
| 291 | - | |
| 292 | - public void setStdntAplyAt(java.lang.String stdntAplyAt) {
| |
| 293 | - this.stdntAplyAt = stdntAplyAt; | |
| 294 | - } | |
| 295 | - | |
| 296 | - public java.lang.String getAplyFile() {
| |
| 297 | - return this.aplyFile; | |
| 298 | - } | |
| 299 | - | |
| 300 | - public void setAplyFile(java.lang.String aplyFile) {
| |
| 301 | - this.aplyFile = aplyFile; | |
| 302 | - } | |
| 303 | - | |
| 304 | - public java.lang.String getPlanFile() {
| |
| 305 | - return this.planFile; | |
| 306 | - } | |
| 307 | - | |
| 308 | - public void setPlanFile(java.lang.String planFile) {
| |
| 309 | - this.planFile = planFile; | |
| 310 | - } | |
| 311 | - | |
| 312 | - public java.lang.String getEtcFile() {
| |
| 313 | - return this.etcFile; | |
| 314 | - } | |
| 315 | - | |
| 316 | - public void setEtcFile(java.lang.String etcFile) {
| |
| 317 | - this.etcFile = etcFile; | |
| 318 | - } | |
| 319 | - | |
| 320 | - public java.lang.String getUseAt() {
| |
| 321 | - return this.useAt; | |
| 322 | - } | |
| 323 | - | |
| 324 | - public void setUseAt(java.lang.String useAt) {
| |
| 325 | - this.useAt = useAt; | |
| 326 | - } | |
| 327 | - | |
| 328 | - public java.lang.String getFrstRegisterId() {
| |
| 329 | - return this.frstRegisterId; | |
| 330 | - } | |
| 331 | - | |
| 332 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 333 | - this.frstRegisterId = frstRegisterId; | |
| 334 | - } | |
| 335 | - | |
| 336 | - public java.util.Date getFrstRegisterPnttm() {
| |
| 337 | - return this.frstRegisterPnttm; | |
| 338 | - } | |
| 339 | - | |
| 340 | - public void setFrstRegisterPnttm(java.util.Date frstRegisterPnttm) {
| |
| 341 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 342 | - } | |
| 343 | - | |
| 344 | - public java.lang.String getLastUpdusrId() {
| |
| 345 | - return this.lastUpdusrId; | |
| 346 | - } | |
| 347 | - | |
| 348 | - public void setLastUpdusrId(java.lang.String lastUpdusrId) {
| |
| 349 | - this.lastUpdusrId = lastUpdusrId; | |
| 350 | - } | |
| 351 | - | |
| 352 | - public java.util.Date getLastUpdusrPnttm() {
| |
| 353 | - return this.lastUpdusrPnttm; | |
| 354 | - } | |
| 355 | - | |
| 356 | - public void setLastUpdusrPnttm(java.util.Date lastUpdusrPnttm) {
| |
| 357 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 358 | - } | |
| 359 | - | |
| 360 | - public List<String> getSysCodeList() {
| |
| 361 | - return sysCodeList; | |
| 362 | - } | |
| 363 | - | |
| 364 | - public void setSysCodeList(List<String> sysCodeList) {
| |
| 365 | - this.sysCodeList = sysCodeList; | |
| 366 | - } | |
| 367 | - | |
| 368 | - public List<String> getRefeFileList() {
| |
| 369 | - return refeFileList; | |
| 370 | - } | |
| 371 | - | |
| 372 | - public void setRefeFileList(List<String> refeFileList) {
| |
| 373 | - this.refeFileList = refeFileList; | |
| 374 | - } | |
| 375 | - | |
| 376 | - public java.lang.String getAtchFileId() {
| |
| 377 | - return atchFileId; | |
| 378 | - } | |
| 379 | - | |
| 380 | - public void setAtchFileId(java.lang.String atchFileId) {
| |
| 381 | - this.atchFileId = atchFileId; | |
| 382 | - } | |
| 383 | - | |
| 384 | - public java.lang.String getSysCodePath() {
| |
| 385 | - return sysCodePath; | |
| 386 | - } | |
| 387 | - | |
| 388 | - public void setSysCodePath(java.lang.String sysCodePath) {
| |
| 389 | - this.sysCodePath = sysCodePath; | |
| 390 | - } | |
| 391 | - | |
| 392 | - public java.lang.String getDivisionNm() {
| |
| 393 | - return divisionNm; | |
| 394 | - } | |
| 395 | - | |
| 396 | - public void setDivisionNm(java.lang.String divisionNm) {
| |
| 397 | - this.divisionNm = divisionNm; | |
| 398 | - } | |
| 399 | - | |
| 400 | - public java.lang.String getControlNm() {
| |
| 401 | - return controlNm; | |
| 402 | - } | |
| 403 | - | |
| 404 | - public void setControlNm(java.lang.String controlNm) {
| |
| 405 | - this.controlNm = controlNm; | |
| 406 | - } | |
| 407 | - | |
| 408 | - public java.lang.String getTargetDetailNm() {
| |
| 409 | - return targetDetailNm; | |
| 410 | - } | |
| 411 | - | |
| 412 | - public void setTargetDetailNm(java.lang.String targetDetailNm) {
| |
| 413 | - this.targetDetailNm = targetDetailNm; | |
| 414 | - } | |
| 415 | - | |
| 416 | - public java.lang.String getSearchcrclbNm() {
| |
| 417 | - return searchcrclbNm; | |
| 418 | - } | |
| 419 | - | |
| 420 | - public void setSearchcrclbNm(java.lang.String searchcrclbNm) {
| |
| 421 | - this.searchcrclbNm = searchcrclbNm; | |
| 422 | - } | |
| 423 | - | |
| 424 | - public java.lang.String getSearchcrclbId() {
| |
| 425 | - return searchcrclbId; | |
| 426 | - } | |
| 427 | - | |
| 428 | - public void setSearchcrclbId(java.lang.String searchcrclbId) {
| |
| 429 | - this.searchcrclbId = searchcrclbId; | |
| 430 | - } | |
| 431 | - | |
| 432 | - public java.lang.String getSearchSysCode1() {
| |
| 433 | - return searchSysCode1; | |
| 434 | - } | |
| 435 | - | |
| 436 | - public void setSearchSysCode1(java.lang.String searchSysCode1) {
| |
| 437 | - this.searchSysCode1 = searchSysCode1; | |
| 438 | - } | |
| 439 | - | |
| 440 | - public java.lang.String getSearchSysCode2() {
| |
| 441 | - return searchSysCode2; | |
| 442 | - } | |
| 443 | - | |
| 444 | - public void setSearchSysCode2(java.lang.String searchSysCode2) {
| |
| 445 | - this.searchSysCode2 = searchSysCode2; | |
| 446 | - } | |
| 447 | - | |
| 448 | - public java.lang.String getSearchSysCode3() {
| |
| 449 | - return searchSysCode3; | |
| 450 | - } | |
| 451 | - | |
| 452 | - public void setSearchSysCode3(java.lang.String searchSysCode3) {
| |
| 453 | - this.searchSysCode3 = searchSysCode3; | |
| 454 | - } | |
| 455 | - | |
| 456 | - public java.lang.String getSearchDivision() {
| |
| 457 | - return searchDivision; | |
| 458 | - } | |
| 459 | - | |
| 460 | - public void setSearchDivision(java.lang.String searchDivision) {
| |
| 461 | - this.searchDivision = searchDivision; | |
| 462 | - } | |
| 463 | - | |
| 464 | - public java.lang.String getSearchControl() {
| |
| 465 | - return searchControl; | |
| 466 | - } | |
| 467 | - | |
| 468 | - public void setSearchControl(java.lang.String searchControl) {
| |
| 469 | - this.searchControl = searchControl; | |
| 470 | - } | |
| 471 | - | |
| 472 | - public java.lang.String getSearchTargetType() {
| |
| 473 | - return searchTargetType; | |
| 474 | - } | |
| 475 | - | |
| 476 | - public void setSearchTargetType(java.lang.String searchTargetType) {
| |
| 477 | - this.searchTargetType = searchTargetType; | |
| 478 | - } | |
| 479 | - | |
| 480 | - public java.lang.String getSearchTargetDetail() {
| |
| 481 | - return searchTargetDetail; | |
| 482 | - } | |
| 483 | - | |
| 484 | - public void setSearchTargetDetail(java.lang.String searchTargetDetail) {
| |
| 485 | - this.searchTargetDetail = searchTargetDetail; | |
| 486 | - } | |
| 487 | - | |
| 488 | - | |
| 489 | - public java.lang.String getSearchProjectAt() {
| |
| 490 | - return searchProjectAt; | |
| 491 | - } | |
| 492 | - | |
| 493 | - public void setSearchProjectAt(java.lang.String searchProjectAt) {
| |
| 494 | - this.searchProjectAt = searchProjectAt; | |
| 495 | - } | |
| 496 | - | |
| 497 | - public java.lang.String getSearchTotalTimeAt() {
| |
| 498 | - return searchTotalTimeAt; | |
| 499 | - } | |
| 500 | - | |
| 501 | - public void setSearchTotalTimeAt(java.lang.String searchTotalTimeAt) {
| |
| 502 | - this.searchTotalTimeAt = searchTotalTimeAt; | |
| 503 | - } | |
| 504 | - | |
| 505 | - public java.lang.String getSysCodeNmPath() {
| |
| 506 | - return sysCodeNmPath; | |
| 507 | - } | |
| 508 | - | |
| 509 | - public void setSysCodeNmPath(java.lang.String sysCodeNmPath) {
| |
| 510 | - this.sysCodeNmPath = sysCodeNmPath; | |
| 511 | - } | |
| 512 | - | |
| 513 | - public java.lang.String getAplyFileNm() {
| |
| 514 | - return aplyFileNm; | |
| 515 | - } | |
| 516 | - | |
| 517 | - public void setAplyFileNm(java.lang.String aplyFileNm) {
| |
| 518 | - this.aplyFileNm = aplyFileNm; | |
| 519 | - } | |
| 520 | - | |
| 521 | - public java.lang.String getPlanFileNm() {
| |
| 522 | - return planFileNm; | |
| 523 | - } | |
| 524 | - | |
| 525 | - public void setPlanFileNm(java.lang.String planFileNm) {
| |
| 526 | - this.planFileNm = planFileNm; | |
| 527 | - } | |
| 528 | - | |
| 529 | - public java.lang.String getEtcFileNm() {
| |
| 530 | - return etcFileNm; | |
| 531 | - } | |
| 532 | - | |
| 533 | - public void setEtcFileNm(java.lang.String etcFileNm) {
| |
| 534 | - this.etcFileNm = etcFileNm; | |
| 535 | - } | |
| 536 | - | |
| 537 | - public java.lang.String getEvaluationAt() {
| |
| 538 | - return evaluationAt; | |
| 539 | - } | |
| 540 | - | |
| 541 | - public void setEvaluationAt(java.lang.String evaluationAt) {
| |
| 542 | - this.evaluationAt = evaluationAt; | |
| 543 | - } | |
| 544 | - | |
| 545 | - public java.lang.String getGradeTypeNm() {
| |
| 546 | - return gradeTypeNm; | |
| 547 | - } | |
| 548 | - | |
| 549 | - public void setGradeTypeNm(java.lang.String gradeTypeNm) {
| |
| 550 | - this.gradeTypeNm = gradeTypeNm; | |
| 551 | - } | |
| 552 | - | |
| 553 | - public java.lang.String getProfessorSatisfyType() {
| |
| 554 | - return professorSatisfyType; | |
| 555 | - } | |
| 556 | - | |
| 557 | - public void setProfessorSatisfyType(java.lang.String professorSatisfyType) {
| |
| 558 | - this.professorSatisfyType = professorSatisfyType; | |
| 559 | - } | |
| 560 | - | |
| 561 | -} |
--- base/src/main/java/egovframework/com/lms/service/GradeService.java
... | ... | @@ -1,28 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import java.util.Map; | |
| 5 | - | |
| 6 | -import javax.servlet.http.HttpServletRequest; | |
| 7 | -import javax.servlet.http.HttpServletResponse; | |
| 8 | - | |
| 9 | -import egovframework.com.cmm.service.FileVO; | |
| 10 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 11 | - | |
| 12 | -public interface GradeService {
| |
| 13 | - | |
| 14 | - //성적등록 | |
| 15 | - void uploadExcel(CurriculumVO vo) throws Exception; | |
| 16 | - | |
| 17 | - //엑셀파일을 업로드 하여 파싱한다. | |
| 18 | - Map<String, Object> parseExcel(CurriculumVO searchVO, FileVO fileVO); | |
| 19 | - | |
| 20 | - //성적등록 | |
| 21 | - void gradeTotalUpdate(CurriculumVO vo) throws Exception; | |
| 22 | - | |
| 23 | - //성적목록 | |
| 24 | - List selectGradeList(CurriculumVO searchVO) throws Exception; | |
| 25 | - | |
| 26 | - //수료정보취합 | |
| 27 | - public EgovMap selectGradeSummary(CurriculumVO vo) throws Exception; | |
| 28 | -} |
--- base/src/main/java/egovframework/com/lms/service/LmsCommonUtil.java
... | ... | @@ -1,29 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.ArrayList; | |
| 4 | -import java.util.Calendar; | |
| 5 | -import java.util.List; | |
| 6 | - | |
| 7 | -public class LmsCommonUtil {
| |
| 8 | - //년도 | |
| 9 | - public List<Integer> getYear() {
| |
| 10 | - List<Integer> arrYear = new ArrayList<Integer>(); | |
| 11 | - int year = Calendar.getInstance().get(Calendar.YEAR); | |
| 12 | - if(Calendar.getInstance().get(Calendar.MONTH) > 10){
| |
| 13 | - year++; | |
| 14 | - } | |
| 15 | - | |
| 16 | - for(int i = 2019; i <= year; i++) {
| |
| 17 | - arrYear.add(i); | |
| 18 | - } | |
| 19 | - | |
| 20 | - return arrYear; | |
| 21 | - } | |
| 22 | - | |
| 23 | - //현재년도 | |
| 24 | - public int getTodayYear() {
| |
| 25 | - int year = Calendar.getInstance().get(Calendar.YEAR); | |
| 26 | - | |
| 27 | - return year; | |
| 28 | - } | |
| 29 | -} |
--- base/src/main/java/egovframework/com/lms/service/LmsMngVO.java
... | ... | @@ -1,1311 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumVO.java | |
| 9 | - * @Description : Curriculum VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class LmsMngVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - /** CRCL_ID */ | |
| 23 | - private java.lang.String crclId; | |
| 24 | - | |
| 25 | - /** CRCLB_ID */ | |
| 26 | - private java.lang.String crclbId; | |
| 27 | - | |
| 28 | - /** CRCL_NM */ | |
| 29 | - private java.lang.String crclNm; | |
| 30 | - | |
| 31 | - /** CRCL_NM */ | |
| 32 | - private java.lang.String crclbNm; | |
| 33 | - | |
| 34 | - /** SYS_CODE */ | |
| 35 | - private java.lang.String sysCode; | |
| 36 | - | |
| 37 | - private List<String> SysCodeList; | |
| 38 | - | |
| 39 | - /** 과정체계코드경로 */ | |
| 40 | - private java.lang.String sysCodePath; | |
| 41 | - | |
| 42 | - /** 과정체계코드명경로 */ | |
| 43 | - private java.lang.String sysCodeNmPath; | |
| 44 | - | |
| 45 | - /** CRCL_YEAR */ | |
| 46 | - private int crclYear; | |
| 47 | - | |
| 48 | - /** CRCL_TERM */ | |
| 49 | - private java.lang.String crclTerm; | |
| 50 | - | |
| 51 | - //학기명 | |
| 52 | - private java.lang.String crclTermNm; | |
| 53 | - | |
| 54 | - /** CRCL_LANG */ | |
| 55 | - private java.lang.String crclLang; | |
| 56 | - | |
| 57 | - /** 언어명 */ | |
| 58 | - private java.lang.String crclLangNm; | |
| 59 | - | |
| 60 | - /** START_DATE */ | |
| 61 | - private java.lang.String startDate; | |
| 62 | - | |
| 63 | - /** END_DATE */ | |
| 64 | - private java.lang.String endDate; | |
| 65 | - | |
| 66 | - /** TOTAL_TIME */ | |
| 67 | - private int totalTime; | |
| 68 | - | |
| 69 | - /** WEEK_NUM */ | |
| 70 | - private int weekNum; | |
| 71 | - | |
| 72 | - /** DAY_TIME */ | |
| 73 | - private int dayTime; | |
| 74 | - | |
| 75 | - /** CAMPUS_ID */ | |
| 76 | - private java.lang.String campusId; | |
| 77 | - | |
| 78 | - //캠퍼스명 | |
| 79 | - private java.lang.String campusNm; | |
| 80 | - | |
| 81 | - /** CAMPUS_PLACE */ | |
| 82 | - private java.lang.String campusPlace; | |
| 83 | - | |
| 84 | - /** HOST_CODE */ | |
| 85 | - private java.lang.String hostCode; | |
| 86 | - | |
| 87 | - //주관기관명 | |
| 88 | - private java.lang.String hostCodeNm; | |
| 89 | - | |
| 90 | - /** CRCL_GOAL */ | |
| 91 | - private java.lang.String crclGoal; | |
| 92 | - | |
| 93 | - /** CRCL_EFFECT */ | |
| 94 | - private java.lang.String crclEffect; | |
| 95 | - | |
| 96 | - /** TARGET_TYPE */ | |
| 97 | - private java.lang.String targetType; | |
| 98 | - | |
| 99 | - //대상상세 | |
| 100 | - private java.lang.String targetDetail; | |
| 101 | - | |
| 102 | - //대상상세명 | |
| 103 | - private java.lang.String targetDetailNm; | |
| 104 | - | |
| 105 | - /** PLAN_START_DATE */ | |
| 106 | - private java.lang.String planStartDate; | |
| 107 | - | |
| 108 | - /** PLAN_END_DATE */ | |
| 109 | - private java.lang.String planEndDate; | |
| 110 | - | |
| 111 | - /** APPLY_START_DATE */ | |
| 112 | - private java.lang.String applyStartDate; | |
| 113 | - | |
| 114 | - /** APPLY_END_DATE */ | |
| 115 | - private java.lang.String applyEndDate; | |
| 116 | - | |
| 117 | - /** APPLY_MAX_CNT */ | |
| 118 | - private int applyMaxCnt; | |
| 119 | - | |
| 120 | - /** ASSIGN_AT */ | |
| 121 | - private java.lang.String assignAt; | |
| 122 | - | |
| 123 | - /** TUITION_AT */ | |
| 124 | - private java.lang.String tuitionAt; | |
| 125 | - | |
| 126 | - /** TUITION_FEES */ | |
| 127 | - private java.lang.String tuitionFees; | |
| 128 | - | |
| 129 | - /** REGISTRATION_FEES */ | |
| 130 | - private java.lang.String registrationFees; | |
| 131 | - | |
| 132 | - /** TUITION_START_DATE */ | |
| 133 | - private java.lang.String tuitionStartDate; | |
| 134 | - | |
| 135 | - /** TUITION_END_DATE */ | |
| 136 | - private java.lang.String tuitionEndDate; | |
| 137 | - | |
| 138 | - /** CRCL_OUTCOME */ | |
| 139 | - private java.lang.String crclOutcome; | |
| 140 | - | |
| 141 | - //과정성과명 | |
| 142 | - private java.lang.String crclOutcomeNm; | |
| 143 | - | |
| 144 | - /** PROCESS_STTUS_CODE */ | |
| 145 | - private java.lang.String processSttusCode; | |
| 146 | - | |
| 147 | - /** USE_AT */ | |
| 148 | - private java.lang.String useAt; | |
| 149 | - | |
| 150 | - /** FRST_REGISTER_ID */ | |
| 151 | - private java.lang.String frstRegisterId; | |
| 152 | - | |
| 153 | - /** FRST_REGISTER_PNTTM */ | |
| 154 | - private java.util.Date frstRegisterPnttm; | |
| 155 | - | |
| 156 | - /** LAST_UPDUSR_ID */ | |
| 157 | - private java.lang.String lastUpdusrId; | |
| 158 | - | |
| 159 | - /** LAST_UPDUSR_PNTTM */ | |
| 160 | - private java.util.Date lastUpdusrPnttm; | |
| 161 | - | |
| 162 | - //학점인정여부 | |
| 163 | - private java.lang.String gradeAt; | |
| 164 | - | |
| 165 | - //이수구분 | |
| 166 | - private java.lang.String division; | |
| 167 | - | |
| 168 | - //이수구분명 | |
| 169 | - private java.lang.String divisionNm; | |
| 170 | - | |
| 171 | - //관리구분 | |
| 172 | - private java.lang.String control; | |
| 173 | - | |
| 174 | - //관리구분명 | |
| 175 | - private java.lang.String controlNm; | |
| 176 | - | |
| 177 | - //성적처리기준 | |
| 178 | - private java.lang.String gradeType; | |
| 179 | - | |
| 180 | - //성적처리기준명 | |
| 181 | - private java.lang.String gradeTypeNm; | |
| 182 | - | |
| 183 | - /** PROJECT_AT */ | |
| 184 | - private java.lang.String projectAt; | |
| 185 | - | |
| 186 | - /** TOTAL_TIME_AT */ | |
| 187 | - private java.lang.String totalTimeAt; | |
| 188 | - | |
| 189 | - //책임교원Id | |
| 190 | - private List<String> userIdList; | |
| 191 | - | |
| 192 | - //지원비 비목ID | |
| 193 | - private List<String> expIdList; | |
| 194 | - | |
| 195 | - //지원비 비목 코드 | |
| 196 | - private List<String> typeCodeList; | |
| 197 | - | |
| 198 | - //계정 목 | |
| 199 | - private List<String> accountCodeList; | |
| 200 | - | |
| 201 | - //금액 | |
| 202 | - private List<String> amountList; | |
| 203 | - | |
| 204 | - //산출근거 | |
| 205 | - private List<String> reasonList; | |
| 206 | - | |
| 207 | - //비고 | |
| 208 | - private List<String> etcList; | |
| 209 | - | |
| 210 | - //책임교원Id | |
| 211 | - private java.lang.String userId; | |
| 212 | - | |
| 213 | - //과정권한코드 | |
| 214 | - private java.lang.String manageCode; | |
| 215 | - | |
| 216 | - //지원비 비목ID | |
| 217 | - private java.lang.String expId; | |
| 218 | - | |
| 219 | - //지원비 비목 코드 | |
| 220 | - private java.lang.String typeCode; | |
| 221 | - | |
| 222 | - //계정 목 | |
| 223 | - private java.lang.String accountCode; | |
| 224 | - | |
| 225 | - //금액 | |
| 226 | - private java.lang.String amount; | |
| 227 | - | |
| 228 | - //산출근거 | |
| 229 | - private java.lang.String reason; | |
| 230 | - | |
| 231 | - //비고 | |
| 232 | - private java.lang.String etc; | |
| 233 | - | |
| 234 | - //대분류검색 | |
| 235 | - private java.lang.String searchSysCode1; | |
| 236 | - | |
| 237 | - //중분류검색 | |
| 238 | - private java.lang.String searchSysCode2; | |
| 239 | - | |
| 240 | - //소분류검색 | |
| 241 | - private java.lang.String searchSysCode3; | |
| 242 | - | |
| 243 | - //이수구분검색 | |
| 244 | - private java.lang.String searchDivision; | |
| 245 | - | |
| 246 | - //관리구분검색 | |
| 247 | - private java.lang.String searchControl; | |
| 248 | - | |
| 249 | - //기본과정명 검색 | |
| 250 | - private java.lang.String searchcrclbNm; | |
| 251 | - | |
| 252 | - //과정명 검색 | |
| 253 | - private java.lang.String searchCrclNm; | |
| 254 | - | |
| 255 | - //기본과정코드검색 | |
| 256 | - private java.lang.String searchcrclbId; | |
| 257 | - | |
| 258 | - //책임교원검색(ID) | |
| 259 | - private java.lang.String searchUserId; | |
| 260 | - | |
| 261 | - //책임교원검색(이름) | |
| 262 | - private java.lang.String searchUserNm; | |
| 263 | - | |
| 264 | - //주관기관검색 | |
| 265 | - private java.lang.String searchHostCode; | |
| 266 | - | |
| 267 | - //언어검색 | |
| 268 | - private java.lang.String searchCrclLang; | |
| 269 | - | |
| 270 | - //코멘트 | |
| 271 | - private java.lang.String comnt; | |
| 272 | - | |
| 273 | - //코멘트등록일자 | |
| 274 | - private java.util.Date comntPnttm; | |
| 275 | - | |
| 276 | - //교원명 | |
| 277 | - private java.lang.String userNm; | |
| 278 | - | |
| 279 | - /*승인여부 | |
| 280 | - * Y : 승인, | |
| 281 | - * N : 반려, | |
| 282 | - * R : 대기, | |
| 283 | - * D : 승인취소 | |
| 284 | - */ | |
| 285 | - private java.lang.String aprvalAt; | |
| 286 | - //승인일자 | |
| 287 | - private java.util.Date aprvalPnttm; | |
| 288 | - | |
| 289 | - //승인취소사유 | |
| 290 | - private java.lang.String aprvalDn; | |
| 291 | - | |
| 292 | - /** 승인결과 검색 */ | |
| 293 | - private java.lang.String searchAprvalAt; | |
| 294 | - | |
| 295 | - /** 프로젝트과정 검색 */ | |
| 296 | - private java.lang.String searchProjectAt; | |
| 297 | - | |
| 298 | - /** 시수과정 검색 */ | |
| 299 | - private java.lang.String searchTotalTimeAt; | |
| 300 | - | |
| 301 | - /** 관리여부 */ | |
| 302 | - private java.lang.String mngAt; | |
| 303 | - | |
| 304 | - //연도검색 | |
| 305 | - private java.lang.String searchCrclYear; | |
| 306 | - | |
| 307 | - //학기검색 | |
| 308 | - private java.lang.String searchCrclTerm; | |
| 309 | - | |
| 310 | - //시작일 검색 | |
| 311 | - private java.lang.String searchStartDate; | |
| 312 | - | |
| 313 | - //종료일 검색 | |
| 314 | - private java.lang.String searchEndDate; | |
| 315 | - | |
| 316 | - //대상검색 | |
| 317 | - private java.lang.String searchTargetType; | |
| 318 | - | |
| 319 | - //대상상세검색 | |
| 320 | - private java.lang.String searchTargetDetail; | |
| 321 | - | |
| 322 | - //과정상태 | |
| 323 | - private java.lang.String searchProcessSttusCode; | |
| 324 | - | |
| 325 | - //총사업비 | |
| 326 | - private java.lang.Integer totAmount; | |
| 327 | - | |
| 328 | - //기타사항 | |
| 329 | - private java.lang.String etcCn; | |
| 330 | - | |
| 331 | - //절대평가여부 | |
| 332 | - private java.lang.String evaluationAt; | |
| 333 | - | |
| 334 | - //운영보고서유형 | |
| 335 | - private java.lang.String reportType; | |
| 336 | - | |
| 337 | - /** SURVEY_SATISFY_TYPE */ | |
| 338 | - private java.lang.String surveySatisfyType; | |
| 339 | - | |
| 340 | - /** SURVEY_IND_AT */ | |
| 341 | - private java.lang.String surveyIndAt; | |
| 342 | - | |
| 343 | - /** SURVEY_IND */ | |
| 344 | - private java.lang.String surveyInd; | |
| 345 | - | |
| 346 | - /** STDNT_APLY_AT */ | |
| 347 | - private java.lang.String stdntAplyAt; | |
| 348 | - | |
| 349 | - //지원비명 | |
| 350 | - private java.lang.String typeCodeNm; | |
| 351 | - | |
| 352 | - //계정목명 | |
| 353 | - private java.lang.String accountCodeNm; | |
| 354 | - | |
| 355 | - //카테고리ID리스트 | |
| 356 | - private List<String> ctgrymasterIdList; | |
| 357 | - | |
| 358 | - //게시판명 리스트 | |
| 359 | - private List<String> bbsNmList; | |
| 360 | - | |
| 361 | - //게시판구분(사용자그룹) | |
| 362 | - private List<String> sysTyCodeList; | |
| 363 | - | |
| 364 | - //게시판Id리스트 | |
| 365 | - private List<String> bbsIdList; | |
| 366 | - | |
| 367 | - //게시판Id | |
| 368 | - private java.lang.String bbsId; | |
| 369 | - | |
| 370 | - //카테고리Id | |
| 371 | - private java.lang.String ctgrymasterId; | |
| 372 | - | |
| 373 | - private java.lang.String plId; | |
| 374 | - | |
| 375 | - public java.lang.String getCrclId() {
| |
| 376 | - return this.crclId; | |
| 377 | - } | |
| 378 | - | |
| 379 | - public void setCrclId(java.lang.String crclId) {
| |
| 380 | - this.crclId = crclId; | |
| 381 | - } | |
| 382 | - | |
| 383 | - public java.lang.String getCrclbId() {
| |
| 384 | - return this.crclbId; | |
| 385 | - } | |
| 386 | - | |
| 387 | - public void setCrclbId(java.lang.String crclbId) {
| |
| 388 | - this.crclbId = crclbId; | |
| 389 | - } | |
| 390 | - | |
| 391 | - public java.lang.String getCrclNm() {
| |
| 392 | - return this.crclNm; | |
| 393 | - } | |
| 394 | - | |
| 395 | - public void setCrclNm(java.lang.String crclNm) {
| |
| 396 | - this.crclNm = crclNm; | |
| 397 | - } | |
| 398 | - | |
| 399 | - public java.lang.String getSysCode() {
| |
| 400 | - return this.sysCode; | |
| 401 | - } | |
| 402 | - | |
| 403 | - public void setSysCode(java.lang.String sysCode) {
| |
| 404 | - this.sysCode = sysCode; | |
| 405 | - } | |
| 406 | - | |
| 407 | - public int getCrclYear() {
| |
| 408 | - return this.crclYear; | |
| 409 | - } | |
| 410 | - | |
| 411 | - public void setCrclYear(int crclYear) {
| |
| 412 | - this.crclYear = crclYear; | |
| 413 | - } | |
| 414 | - | |
| 415 | - public java.lang.String getCrclTerm() {
| |
| 416 | - return crclTerm; | |
| 417 | - } | |
| 418 | - | |
| 419 | - public void setCrclTerm(java.lang.String crclTerm) {
| |
| 420 | - this.crclTerm = crclTerm; | |
| 421 | - } | |
| 422 | - | |
| 423 | - public java.lang.String getCrclLang() {
| |
| 424 | - return this.crclLang; | |
| 425 | - } | |
| 426 | - | |
| 427 | - public void setCrclLang(java.lang.String crclLang) {
| |
| 428 | - this.crclLang = crclLang; | |
| 429 | - } | |
| 430 | - | |
| 431 | - public java.lang.String getStartDate() {
| |
| 432 | - return this.startDate; | |
| 433 | - } | |
| 434 | - | |
| 435 | - public void setStartDate(java.lang.String startDate) {
| |
| 436 | - this.startDate = startDate; | |
| 437 | - } | |
| 438 | - | |
| 439 | - public java.lang.String getEndDate() {
| |
| 440 | - return this.endDate; | |
| 441 | - } | |
| 442 | - | |
| 443 | - public void setEndDate(java.lang.String endDate) {
| |
| 444 | - this.endDate = endDate; | |
| 445 | - } | |
| 446 | - | |
| 447 | - public int getTotalTime() {
| |
| 448 | - return this.totalTime; | |
| 449 | - } | |
| 450 | - | |
| 451 | - public void setTotalTime(int totalTime) {
| |
| 452 | - this.totalTime = totalTime; | |
| 453 | - } | |
| 454 | - | |
| 455 | - public int getWeekNum() {
| |
| 456 | - return this.weekNum; | |
| 457 | - } | |
| 458 | - | |
| 459 | - public void setWeekNum(int weekNum) {
| |
| 460 | - this.weekNum = weekNum; | |
| 461 | - } | |
| 462 | - | |
| 463 | - public int getDayTime() {
| |
| 464 | - return this.dayTime; | |
| 465 | - } | |
| 466 | - | |
| 467 | - public void setDayTime(int dayTime) {
| |
| 468 | - this.dayTime = dayTime; | |
| 469 | - } | |
| 470 | - | |
| 471 | - public java.lang.String getCampusId() {
| |
| 472 | - return this.campusId; | |
| 473 | - } | |
| 474 | - | |
| 475 | - public void setCampusId(java.lang.String campusId) {
| |
| 476 | - this.campusId = campusId; | |
| 477 | - } | |
| 478 | - | |
| 479 | - public java.lang.String getCampusPlace() {
| |
| 480 | - return this.campusPlace; | |
| 481 | - } | |
| 482 | - | |
| 483 | - public void setCampusPlace(java.lang.String campusPlace) {
| |
| 484 | - this.campusPlace = campusPlace; | |
| 485 | - } | |
| 486 | - | |
| 487 | - public java.lang.String getHostCode() {
| |
| 488 | - return this.hostCode; | |
| 489 | - } | |
| 490 | - | |
| 491 | - public void setHostCode(java.lang.String hostCode) {
| |
| 492 | - this.hostCode = hostCode; | |
| 493 | - } | |
| 494 | - | |
| 495 | - public java.lang.String getCrclGoal() {
| |
| 496 | - return this.crclGoal; | |
| 497 | - } | |
| 498 | - | |
| 499 | - public void setCrclGoal(java.lang.String crclGoal) {
| |
| 500 | - this.crclGoal = crclGoal; | |
| 501 | - } | |
| 502 | - | |
| 503 | - public java.lang.String getCrclEffect() {
| |
| 504 | - return this.crclEffect; | |
| 505 | - } | |
| 506 | - | |
| 507 | - public void setCrclEffect(java.lang.String crclEffect) {
| |
| 508 | - this.crclEffect = crclEffect; | |
| 509 | - } | |
| 510 | - | |
| 511 | - public java.lang.String getTargetType() {
| |
| 512 | - return this.targetType; | |
| 513 | - } | |
| 514 | - | |
| 515 | - public void setTargetType(java.lang.String targetType) {
| |
| 516 | - this.targetType = targetType; | |
| 517 | - } | |
| 518 | - | |
| 519 | - public java.lang.String getPlanStartDate() {
| |
| 520 | - return this.planStartDate; | |
| 521 | - } | |
| 522 | - | |
| 523 | - public void setPlanStartDate(java.lang.String planStartDate) {
| |
| 524 | - this.planStartDate = planStartDate; | |
| 525 | - } | |
| 526 | - | |
| 527 | - public java.lang.String getPlanEndDate() {
| |
| 528 | - return this.planEndDate; | |
| 529 | - } | |
| 530 | - | |
| 531 | - public void setPlanEndDate(java.lang.String planEndDate) {
| |
| 532 | - this.planEndDate = planEndDate; | |
| 533 | - } | |
| 534 | - | |
| 535 | - public java.lang.String getApplyStartDate() {
| |
| 536 | - return this.applyStartDate; | |
| 537 | - } | |
| 538 | - | |
| 539 | - public void setApplyStartDate(java.lang.String applyStartDate) {
| |
| 540 | - this.applyStartDate = applyStartDate; | |
| 541 | - } | |
| 542 | - | |
| 543 | - public java.lang.String getApplyEndDate() {
| |
| 544 | - return this.applyEndDate; | |
| 545 | - } | |
| 546 | - | |
| 547 | - public void setApplyEndDate(java.lang.String applyEndDate) {
| |
| 548 | - this.applyEndDate = applyEndDate; | |
| 549 | - } | |
| 550 | - | |
| 551 | - public int getApplyMaxCnt() {
| |
| 552 | - return this.applyMaxCnt; | |
| 553 | - } | |
| 554 | - | |
| 555 | - public void setApplyMaxCnt(int applyMaxCnt) {
| |
| 556 | - this.applyMaxCnt = applyMaxCnt; | |
| 557 | - } | |
| 558 | - | |
| 559 | - public java.lang.String getAssignAt() {
| |
| 560 | - return this.assignAt; | |
| 561 | - } | |
| 562 | - | |
| 563 | - public void setAssignAt(java.lang.String assignAt) {
| |
| 564 | - this.assignAt = assignAt; | |
| 565 | - } | |
| 566 | - | |
| 567 | - public java.lang.String getTuitionAt() {
| |
| 568 | - return this.tuitionAt; | |
| 569 | - } | |
| 570 | - | |
| 571 | - public void setTuitionAt(java.lang.String tuitionAt) {
| |
| 572 | - this.tuitionAt = tuitionAt; | |
| 573 | - } | |
| 574 | - | |
| 575 | - public java.lang.String getTuitionFees() {
| |
| 576 | - return tuitionFees; | |
| 577 | - } | |
| 578 | - | |
| 579 | - public void setTuitionFees(java.lang.String tuitionFees) {
| |
| 580 | - this.tuitionFees = tuitionFees; | |
| 581 | - } | |
| 582 | - | |
| 583 | - public java.lang.String getRegistrationFees() {
| |
| 584 | - return registrationFees; | |
| 585 | - } | |
| 586 | - | |
| 587 | - public void setRegistrationFees(java.lang.String registrationFees) {
| |
| 588 | - this.registrationFees = registrationFees; | |
| 589 | - } | |
| 590 | - | |
| 591 | - public java.lang.String getTuitionStartDate() {
| |
| 592 | - return this.tuitionStartDate; | |
| 593 | - } | |
| 594 | - | |
| 595 | - public void setTuitionStartDate(java.lang.String tuitionStartDate) {
| |
| 596 | - this.tuitionStartDate = tuitionStartDate; | |
| 597 | - } | |
| 598 | - | |
| 599 | - public java.lang.String getTuitionEndDate() {
| |
| 600 | - return this.tuitionEndDate; | |
| 601 | - } | |
| 602 | - | |
| 603 | - public void setTuitionEndDate(java.lang.String tuitionEndDate) {
| |
| 604 | - this.tuitionEndDate = tuitionEndDate; | |
| 605 | - } | |
| 606 | - | |
| 607 | - public java.lang.String getCrclOutcome() {
| |
| 608 | - return this.crclOutcome; | |
| 609 | - } | |
| 610 | - | |
| 611 | - public void setCrclOutcome(java.lang.String crclOutcome) {
| |
| 612 | - this.crclOutcome = crclOutcome; | |
| 613 | - } | |
| 614 | - | |
| 615 | - public java.lang.String getProcessSttusCode() {
| |
| 616 | - return this.processSttusCode; | |
| 617 | - } | |
| 618 | - | |
| 619 | - public void setProcessSttusCode(java.lang.String processSttusCode) {
| |
| 620 | - this.processSttusCode = processSttusCode; | |
| 621 | - } | |
| 622 | - | |
| 623 | - public java.lang.String getUseAt() {
| |
| 624 | - return this.useAt; | |
| 625 | - } | |
| 626 | - | |
| 627 | - public void setUseAt(java.lang.String useAt) {
| |
| 628 | - this.useAt = useAt; | |
| 629 | - } | |
| 630 | - | |
| 631 | - public java.lang.String getFrstRegisterId() {
| |
| 632 | - return this.frstRegisterId; | |
| 633 | - } | |
| 634 | - | |
| 635 | - public void setFrstRegisterId(java.lang.String frstRegisterId) {
| |
| 636 | - this.frstRegisterId = frstRegisterId; | |
| 637 | - } | |
| 638 | - | |
| 639 | - public java.util.Date getFrstRegisterPnttm() {
| |
| 640 | - return this.frstRegisterPnttm; | |
| 641 | - } | |
| 642 | - | |
| 643 | - public void setFrstRegisterPnttm(java.util.Date frstRegisterPnttm) {
| |
| 644 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 645 | - } | |
| 646 | - | |
| 647 | - public java.lang.String getLastUpdusrId() {
| |
| 648 | - return this.lastUpdusrId; | |
| 649 | - } | |
| 650 | - | |
| 651 | - public void setLastUpdusrId(java.lang.String lastUpdusrId) {
| |
| 652 | - this.lastUpdusrId = lastUpdusrId; | |
| 653 | - } | |
| 654 | - | |
| 655 | - public java.util.Date getLastUpdusrPnttm() {
| |
| 656 | - return this.lastUpdusrPnttm; | |
| 657 | - } | |
| 658 | - | |
| 659 | - public void setLastUpdusrPnttm(java.util.Date lastUpdusrPnttm) {
| |
| 660 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 661 | - } | |
| 662 | - | |
| 663 | - public List<String> getSysCodeList() {
| |
| 664 | - return SysCodeList; | |
| 665 | - } | |
| 666 | - | |
| 667 | - public void setSysCodeList(List<String> sysCodeList) {
| |
| 668 | - SysCodeList = sysCodeList; | |
| 669 | - } | |
| 670 | - | |
| 671 | - public List<String> getUserIdList() {
| |
| 672 | - return userIdList; | |
| 673 | - } | |
| 674 | - | |
| 675 | - public void setUserIdList(List<String> userIdList) {
| |
| 676 | - this.userIdList = userIdList; | |
| 677 | - } | |
| 678 | - | |
| 679 | - public List<String> getExpIdList() {
| |
| 680 | - return expIdList; | |
| 681 | - } | |
| 682 | - | |
| 683 | - public void setExpIdList(List<String> expIdList) {
| |
| 684 | - this.expIdList = expIdList; | |
| 685 | - } | |
| 686 | - | |
| 687 | - public List<String> getAccountCodeList() {
| |
| 688 | - return accountCodeList; | |
| 689 | - } | |
| 690 | - | |
| 691 | - public void setAccountCodeList(List<String> accountCodeList) {
| |
| 692 | - this.accountCodeList = accountCodeList; | |
| 693 | - } | |
| 694 | - | |
| 695 | - public List<String> getAmountList() {
| |
| 696 | - return amountList; | |
| 697 | - } | |
| 698 | - | |
| 699 | - public void setAmountList(List<String> amountList) {
| |
| 700 | - this.amountList = amountList; | |
| 701 | - } | |
| 702 | - | |
| 703 | - public List<String> getReasonList() {
| |
| 704 | - return reasonList; | |
| 705 | - } | |
| 706 | - | |
| 707 | - public void setReasonList(List<String> reasonList) {
| |
| 708 | - this.reasonList = reasonList; | |
| 709 | - } | |
| 710 | - | |
| 711 | - public List<String> getEtcList() {
| |
| 712 | - return etcList; | |
| 713 | - } | |
| 714 | - | |
| 715 | - public void setEtcList(List<String> etcList) {
| |
| 716 | - this.etcList = etcList; | |
| 717 | - } | |
| 718 | - | |
| 719 | - public java.lang.String getUserId() {
| |
| 720 | - return userId; | |
| 721 | - } | |
| 722 | - | |
| 723 | - public void setUserId(java.lang.String userId) {
| |
| 724 | - this.userId = userId; | |
| 725 | - } | |
| 726 | - | |
| 727 | - public java.lang.String getManageCode() {
| |
| 728 | - return manageCode; | |
| 729 | - } | |
| 730 | - | |
| 731 | - public void setManageCode(java.lang.String manageCode) {
| |
| 732 | - this.manageCode = manageCode; | |
| 733 | - } | |
| 734 | - | |
| 735 | - public java.lang.String getExpId() {
| |
| 736 | - return expId; | |
| 737 | - } | |
| 738 | - | |
| 739 | - public void setExpId(java.lang.String expId) {
| |
| 740 | - this.expId = expId; | |
| 741 | - } | |
| 742 | - | |
| 743 | - public java.lang.String getAccountCode() {
| |
| 744 | - return accountCode; | |
| 745 | - } | |
| 746 | - | |
| 747 | - public void setAccountCode(java.lang.String accountCode) {
| |
| 748 | - this.accountCode = accountCode; | |
| 749 | - } | |
| 750 | - | |
| 751 | - public java.lang.String getAmount() {
| |
| 752 | - return amount; | |
| 753 | - } | |
| 754 | - | |
| 755 | - public void setAmount(java.lang.String amount) {
| |
| 756 | - this.amount = amount; | |
| 757 | - } | |
| 758 | - | |
| 759 | - public java.lang.String getReason() {
| |
| 760 | - return reason; | |
| 761 | - } | |
| 762 | - | |
| 763 | - public void setReason(java.lang.String reason) {
| |
| 764 | - this.reason = reason; | |
| 765 | - } | |
| 766 | - | |
| 767 | - public java.lang.String getEtc() {
| |
| 768 | - return etc; | |
| 769 | - } | |
| 770 | - | |
| 771 | - public void setEtc(java.lang.String etc) {
| |
| 772 | - this.etc = etc; | |
| 773 | - } | |
| 774 | - | |
| 775 | - public List<String> getTypeCodeList() {
| |
| 776 | - return typeCodeList; | |
| 777 | - } | |
| 778 | - | |
| 779 | - public void setTypeCodeList(List<String> typeCodeList) {
| |
| 780 | - this.typeCodeList = typeCodeList; | |
| 781 | - } | |
| 782 | - | |
| 783 | - public java.lang.String getTypeCode() {
| |
| 784 | - return typeCode; | |
| 785 | - } | |
| 786 | - | |
| 787 | - public void setTypeCode(java.lang.String typeCode) {
| |
| 788 | - this.typeCode = typeCode; | |
| 789 | - } | |
| 790 | - | |
| 791 | - public java.lang.String getSearchSysCode1() {
| |
| 792 | - return searchSysCode1; | |
| 793 | - } | |
| 794 | - | |
| 795 | - public void setSearchSysCode1(java.lang.String searchSysCode1) {
| |
| 796 | - this.searchSysCode1 = searchSysCode1; | |
| 797 | - } | |
| 798 | - | |
| 799 | - public java.lang.String getSearchSysCode2() {
| |
| 800 | - return searchSysCode2; | |
| 801 | - } | |
| 802 | - | |
| 803 | - public void setSearchSysCode2(java.lang.String searchSysCode2) {
| |
| 804 | - this.searchSysCode2 = searchSysCode2; | |
| 805 | - } | |
| 806 | - | |
| 807 | - public java.lang.String getSearchSysCode3() {
| |
| 808 | - return searchSysCode3; | |
| 809 | - } | |
| 810 | - | |
| 811 | - public void setSearchSysCode3(java.lang.String searchSysCode3) {
| |
| 812 | - this.searchSysCode3 = searchSysCode3; | |
| 813 | - } | |
| 814 | - | |
| 815 | - public java.lang.String getSearchDivision() {
| |
| 816 | - return searchDivision; | |
| 817 | - } | |
| 818 | - | |
| 819 | - public void setSearchDivision(java.lang.String searchDivision) {
| |
| 820 | - this.searchDivision = searchDivision; | |
| 821 | - } | |
| 822 | - | |
| 823 | - public java.lang.String getSearchControl() {
| |
| 824 | - return searchControl; | |
| 825 | - } | |
| 826 | - | |
| 827 | - public void setSearchControl(java.lang.String searchControl) {
| |
| 828 | - this.searchControl = searchControl; | |
| 829 | - } | |
| 830 | - | |
| 831 | - public java.lang.String getSearchcrclbNm() {
| |
| 832 | - return searchcrclbNm; | |
| 833 | - } | |
| 834 | - | |
| 835 | - public void setSearchcrclbNm(java.lang.String searchcrclbNm) {
| |
| 836 | - this.searchcrclbNm = searchcrclbNm; | |
| 837 | - } | |
| 838 | - | |
| 839 | - public java.lang.String getSearchcrclbId() {
| |
| 840 | - return searchcrclbId; | |
| 841 | - } | |
| 842 | - | |
| 843 | - public void setSearchcrclbId(java.lang.String searchcrclbId) {
| |
| 844 | - this.searchcrclbId = searchcrclbId; | |
| 845 | - } | |
| 846 | - | |
| 847 | - public java.lang.String getSearchCrclNm() {
| |
| 848 | - return searchCrclNm; | |
| 849 | - } | |
| 850 | - | |
| 851 | - public void setSearchCrclNm(java.lang.String searchCrclNm) {
| |
| 852 | - this.searchCrclNm = searchCrclNm; | |
| 853 | - } | |
| 854 | - | |
| 855 | - public java.lang.String getSearchUserId() {
| |
| 856 | - return searchUserId; | |
| 857 | - } | |
| 858 | - | |
| 859 | - public void setSearchUserId(java.lang.String searchUserId) {
| |
| 860 | - this.searchUserId = searchUserId; | |
| 861 | - } | |
| 862 | - | |
| 863 | - public java.lang.String getSearchHostCode() {
| |
| 864 | - return searchHostCode; | |
| 865 | - } | |
| 866 | - | |
| 867 | - public void setSearchHostCode(java.lang.String searchHostCode) {
| |
| 868 | - this.searchHostCode = searchHostCode; | |
| 869 | - } | |
| 870 | - | |
| 871 | - public java.lang.String getSearchCrclLang() {
| |
| 872 | - return searchCrclLang; | |
| 873 | - } | |
| 874 | - | |
| 875 | - public void setSearchCrclLang(java.lang.String searchCrclLang) {
| |
| 876 | - this.searchCrclLang = searchCrclLang; | |
| 877 | - } | |
| 878 | - | |
| 879 | - public java.lang.String getComnt() {
| |
| 880 | - return comnt; | |
| 881 | - } | |
| 882 | - | |
| 883 | - public void setComnt(java.lang.String comnt) {
| |
| 884 | - this.comnt = comnt; | |
| 885 | - } | |
| 886 | - | |
| 887 | - public java.lang.String getAprvalAt() {
| |
| 888 | - return aprvalAt; | |
| 889 | - } | |
| 890 | - | |
| 891 | - public void setAprvalAt(java.lang.String aprvalAt) {
| |
| 892 | - this.aprvalAt = aprvalAt; | |
| 893 | - } | |
| 894 | - | |
| 895 | - public java.lang.String getSysCodePath() {
| |
| 896 | - return sysCodePath; | |
| 897 | - } | |
| 898 | - | |
| 899 | - public void setSysCodePath(java.lang.String sysCodePath) {
| |
| 900 | - this.sysCodePath = sysCodePath; | |
| 901 | - } | |
| 902 | - | |
| 903 | - public java.lang.String getSysCodeNmPath() {
| |
| 904 | - return sysCodeNmPath; | |
| 905 | - } | |
| 906 | - | |
| 907 | - public void setSysCodeNmPath(java.lang.String sysCodeNmPath) {
| |
| 908 | - this.sysCodeNmPath = sysCodeNmPath; | |
| 909 | - } | |
| 910 | - | |
| 911 | - public java.lang.String getCrclLangNm() {
| |
| 912 | - return crclLangNm; | |
| 913 | - } | |
| 914 | - | |
| 915 | - public void setCrclLangNm(java.lang.String crclLangNm) {
| |
| 916 | - this.crclLangNm = crclLangNm; | |
| 917 | - } | |
| 918 | - | |
| 919 | - public java.lang.String getHostCodeNm() {
| |
| 920 | - return hostCodeNm; | |
| 921 | - } | |
| 922 | - | |
| 923 | - public void setHostCodeNm(java.lang.String hostCodeNm) {
| |
| 924 | - this.hostCodeNm = hostCodeNm; | |
| 925 | - } | |
| 926 | - | |
| 927 | - public java.lang.String getDivisionNm() {
| |
| 928 | - return divisionNm; | |
| 929 | - } | |
| 930 | - | |
| 931 | - public void setDivisionNm(java.lang.String divisionNm) {
| |
| 932 | - this.divisionNm = divisionNm; | |
| 933 | - } | |
| 934 | - | |
| 935 | - public java.lang.String getControlNm() {
| |
| 936 | - return controlNm; | |
| 937 | - } | |
| 938 | - | |
| 939 | - public void setControlNm(java.lang.String controlNm) {
| |
| 940 | - this.controlNm = controlNm; | |
| 941 | - } | |
| 942 | - | |
| 943 | - public java.lang.String getProjectAt() {
| |
| 944 | - return projectAt; | |
| 945 | - } | |
| 946 | - | |
| 947 | - public void setProjectAt(java.lang.String projectAt) {
| |
| 948 | - this.projectAt = projectAt; | |
| 949 | - } | |
| 950 | - | |
| 951 | - public java.lang.String getTotalTimeAt() {
| |
| 952 | - return totalTimeAt; | |
| 953 | - } | |
| 954 | - | |
| 955 | - public void setTotalTimeAt(java.lang.String totalTimeAt) {
| |
| 956 | - this.totalTimeAt = totalTimeAt; | |
| 957 | - } | |
| 958 | - | |
| 959 | - public java.lang.String getSearchProjectAt() {
| |
| 960 | - return searchProjectAt; | |
| 961 | - } | |
| 962 | - | |
| 963 | - public void setSearchProjectAt(java.lang.String searchProjectAt) {
| |
| 964 | - this.searchProjectAt = searchProjectAt; | |
| 965 | - } | |
| 966 | - | |
| 967 | - public java.lang.String getSearchTotalTimeAt() {
| |
| 968 | - return searchTotalTimeAt; | |
| 969 | - } | |
| 970 | - | |
| 971 | - public void setSearchTotalTimeAt(java.lang.String searchTotalTimeAt) {
| |
| 972 | - this.searchTotalTimeAt = searchTotalTimeAt; | |
| 973 | - } | |
| 974 | - | |
| 975 | - public java.lang.String getSearchAprvalAt() {
| |
| 976 | - return searchAprvalAt; | |
| 977 | - } | |
| 978 | - | |
| 979 | - public void setSearchAprvalAt(java.lang.String searchAprvalAt) {
| |
| 980 | - this.searchAprvalAt = searchAprvalAt; | |
| 981 | - } | |
| 982 | - | |
| 983 | - public java.util.Date getAprvalPnttm() {
| |
| 984 | - return aprvalPnttm; | |
| 985 | - } | |
| 986 | - | |
| 987 | - public void setAprvalPnttm(java.util.Date aprvalPnttm) {
| |
| 988 | - this.aprvalPnttm = aprvalPnttm; | |
| 989 | - } | |
| 990 | - | |
| 991 | - public java.lang.String getSearchUserNm() {
| |
| 992 | - return searchUserNm; | |
| 993 | - } | |
| 994 | - | |
| 995 | - public void setSearchUserNm(java.lang.String searchUserNm) {
| |
| 996 | - this.searchUserNm = searchUserNm; | |
| 997 | - } | |
| 998 | - | |
| 999 | - public java.lang.String getUserNm() {
| |
| 1000 | - return userNm; | |
| 1001 | - } | |
| 1002 | - | |
| 1003 | - public void setUserNm(java.lang.String userNm) {
| |
| 1004 | - this.userNm = userNm; | |
| 1005 | - } | |
| 1006 | - | |
| 1007 | - public java.lang.String getMngAt() {
| |
| 1008 | - return mngAt; | |
| 1009 | - } | |
| 1010 | - | |
| 1011 | - public void setMngAt(java.lang.String mngAt) {
| |
| 1012 | - this.mngAt = mngAt; | |
| 1013 | - } | |
| 1014 | - | |
| 1015 | - public java.lang.String getSearchCrclYear() {
| |
| 1016 | - return searchCrclYear; | |
| 1017 | - } | |
| 1018 | - | |
| 1019 | - public void setSearchCrclYear(java.lang.String searchCrclYear) {
| |
| 1020 | - this.searchCrclYear = searchCrclYear; | |
| 1021 | - } | |
| 1022 | - | |
| 1023 | - public java.lang.String getSearchCrclTerm() {
| |
| 1024 | - return searchCrclTerm; | |
| 1025 | - } | |
| 1026 | - | |
| 1027 | - public void setSearchCrclTerm(java.lang.String searchCrclTerm) {
| |
| 1028 | - this.searchCrclTerm = searchCrclTerm; | |
| 1029 | - } | |
| 1030 | - | |
| 1031 | - public java.lang.String getSearchStartDate() {
| |
| 1032 | - return searchStartDate; | |
| 1033 | - } | |
| 1034 | - | |
| 1035 | - public void setSearchStartDate(java.lang.String searchStartDate) {
| |
| 1036 | - this.searchStartDate = searchStartDate; | |
| 1037 | - } | |
| 1038 | - | |
| 1039 | - public java.lang.String getSearchEndDate() {
| |
| 1040 | - return searchEndDate; | |
| 1041 | - } | |
| 1042 | - | |
| 1043 | - public void setSearchEndDate(java.lang.String searchEndDate) {
| |
| 1044 | - this.searchEndDate = searchEndDate; | |
| 1045 | - } | |
| 1046 | - | |
| 1047 | - public java.lang.String getSearchTargetType() {
| |
| 1048 | - return searchTargetType; | |
| 1049 | - } | |
| 1050 | - | |
| 1051 | - public void setSearchTargetType(java.lang.String searchTargetType) {
| |
| 1052 | - this.searchTargetType = searchTargetType; | |
| 1053 | - } | |
| 1054 | - | |
| 1055 | - public java.lang.String getSearchTargetDetail() {
| |
| 1056 | - return searchTargetDetail; | |
| 1057 | - } | |
| 1058 | - | |
| 1059 | - public void setSearchTargetDetail(java.lang.String searchTargetDetail) {
| |
| 1060 | - this.searchTargetDetail = searchTargetDetail; | |
| 1061 | - } | |
| 1062 | - | |
| 1063 | - public java.lang.String getSearchProcessSttusCode() {
| |
| 1064 | - return searchProcessSttusCode; | |
| 1065 | - } | |
| 1066 | - | |
| 1067 | - public void setSearchProcessSttusCode(java.lang.String searchProcessSttusCode) {
| |
| 1068 | - this.searchProcessSttusCode = searchProcessSttusCode; | |
| 1069 | - } | |
| 1070 | - | |
| 1071 | - public java.lang.Integer getTotAmount() {
| |
| 1072 | - return totAmount; | |
| 1073 | - } | |
| 1074 | - | |
| 1075 | - public void setTotAmount(java.lang.Integer totAmount) {
| |
| 1076 | - this.totAmount = totAmount; | |
| 1077 | - } | |
| 1078 | - | |
| 1079 | - public java.lang.String getCrclTermNm() {
| |
| 1080 | - return crclTermNm; | |
| 1081 | - } | |
| 1082 | - | |
| 1083 | - public void setCrclTermNm(java.lang.String crclTermNm) {
| |
| 1084 | - this.crclTermNm = crclTermNm; | |
| 1085 | - } | |
| 1086 | - | |
| 1087 | - public java.lang.String getEtcCn() {
| |
| 1088 | - return etcCn; | |
| 1089 | - } | |
| 1090 | - | |
| 1091 | - public void setEtcCn(java.lang.String etcCn) {
| |
| 1092 | - this.etcCn = etcCn; | |
| 1093 | - } | |
| 1094 | - | |
| 1095 | - public java.lang.String getCrclbNm() {
| |
| 1096 | - return crclbNm; | |
| 1097 | - } | |
| 1098 | - | |
| 1099 | - public void setCrclbNm(java.lang.String crclbNm) {
| |
| 1100 | - this.crclbNm = crclbNm; | |
| 1101 | - } | |
| 1102 | - | |
| 1103 | - public java.lang.String getDivision() {
| |
| 1104 | - return division; | |
| 1105 | - } | |
| 1106 | - | |
| 1107 | - public void setDivision(java.lang.String division) {
| |
| 1108 | - this.division = division; | |
| 1109 | - } | |
| 1110 | - | |
| 1111 | - public java.lang.String getControl() {
| |
| 1112 | - return control; | |
| 1113 | - } | |
| 1114 | - | |
| 1115 | - public void setControl(java.lang.String control) {
| |
| 1116 | - this.control = control; | |
| 1117 | - } | |
| 1118 | - | |
| 1119 | - public java.lang.String getGradeAt() {
| |
| 1120 | - return gradeAt; | |
| 1121 | - } | |
| 1122 | - | |
| 1123 | - public void setGradeAt(java.lang.String gradeAt) {
| |
| 1124 | - this.gradeAt = gradeAt; | |
| 1125 | - } | |
| 1126 | - | |
| 1127 | - public java.lang.String getTargetDetail() {
| |
| 1128 | - return targetDetail; | |
| 1129 | - } | |
| 1130 | - | |
| 1131 | - public void setTargetDetail(java.lang.String targetDetail) {
| |
| 1132 | - this.targetDetail = targetDetail; | |
| 1133 | - } | |
| 1134 | - | |
| 1135 | - public java.lang.String getTargetDetailNm() {
| |
| 1136 | - return targetDetailNm; | |
| 1137 | - } | |
| 1138 | - | |
| 1139 | - public void setTargetDetailNm(java.lang.String targetDetailNm) {
| |
| 1140 | - this.targetDetailNm = targetDetailNm; | |
| 1141 | - } | |
| 1142 | - | |
| 1143 | - public java.lang.String getGradeType() {
| |
| 1144 | - return gradeType; | |
| 1145 | - } | |
| 1146 | - | |
| 1147 | - public void setGradeType(java.lang.String gradeType) {
| |
| 1148 | - this.gradeType = gradeType; | |
| 1149 | - } | |
| 1150 | - | |
| 1151 | - public java.lang.String getGradeTypeNm() {
| |
| 1152 | - return gradeTypeNm; | |
| 1153 | - } | |
| 1154 | - | |
| 1155 | - public void setGradeTypeNm(java.lang.String gradeTypeNm) {
| |
| 1156 | - this.gradeTypeNm = gradeTypeNm; | |
| 1157 | - } | |
| 1158 | - | |
| 1159 | - public java.lang.String getEvaluationAt() {
| |
| 1160 | - return evaluationAt; | |
| 1161 | - } | |
| 1162 | - | |
| 1163 | - public void setEvaluationAt(java.lang.String evaluationAt) {
| |
| 1164 | - this.evaluationAt = evaluationAt; | |
| 1165 | - } | |
| 1166 | - | |
| 1167 | - public java.lang.String getReportType() {
| |
| 1168 | - return reportType; | |
| 1169 | - } | |
| 1170 | - | |
| 1171 | - public void setReportType(java.lang.String reportType) {
| |
| 1172 | - this.reportType = reportType; | |
| 1173 | - } | |
| 1174 | - | |
| 1175 | - public java.lang.String getSurveySatisfyType() {
| |
| 1176 | - return surveySatisfyType; | |
| 1177 | - } | |
| 1178 | - | |
| 1179 | - public void setSurveySatisfyType(java.lang.String surveySatisfyType) {
| |
| 1180 | - this.surveySatisfyType = surveySatisfyType; | |
| 1181 | - } | |
| 1182 | - | |
| 1183 | - public java.lang.String getSurveyIndAt() {
| |
| 1184 | - return surveyIndAt; | |
| 1185 | - } | |
| 1186 | - | |
| 1187 | - public void setSurveyIndAt(java.lang.String surveyIndAt) {
| |
| 1188 | - this.surveyIndAt = surveyIndAt; | |
| 1189 | - } | |
| 1190 | - | |
| 1191 | - public java.lang.String getSurveyInd() {
| |
| 1192 | - return surveyInd; | |
| 1193 | - } | |
| 1194 | - | |
| 1195 | - public void setSurveyInd(java.lang.String surveyInd) {
| |
| 1196 | - this.surveyInd = surveyInd; | |
| 1197 | - } | |
| 1198 | - | |
| 1199 | - public java.lang.String getStdntAplyAt() {
| |
| 1200 | - return stdntAplyAt; | |
| 1201 | - } | |
| 1202 | - | |
| 1203 | - public void setStdntAplyAt(java.lang.String stdntAplyAt) {
| |
| 1204 | - this.stdntAplyAt = stdntAplyAt; | |
| 1205 | - } | |
| 1206 | - | |
| 1207 | - public java.lang.String getCampusNm() {
| |
| 1208 | - return campusNm; | |
| 1209 | - } | |
| 1210 | - | |
| 1211 | - public void setCampusNm(java.lang.String campusNm) {
| |
| 1212 | - this.campusNm = campusNm; | |
| 1213 | - } | |
| 1214 | - | |
| 1215 | - public java.lang.String getTypeCodeNm() {
| |
| 1216 | - return typeCodeNm; | |
| 1217 | - } | |
| 1218 | - | |
| 1219 | - public void setTypeCodeNm(java.lang.String typeCodeNm) {
| |
| 1220 | - this.typeCodeNm = typeCodeNm; | |
| 1221 | - } | |
| 1222 | - | |
| 1223 | - public java.lang.String getAccountCodeNm() {
| |
| 1224 | - return accountCodeNm; | |
| 1225 | - } | |
| 1226 | - | |
| 1227 | - public void setAccountCodeNm(java.lang.String accountCodeNm) {
| |
| 1228 | - this.accountCodeNm = accountCodeNm; | |
| 1229 | - } | |
| 1230 | - | |
| 1231 | - public java.lang.String getCrclOutcomeNm() {
| |
| 1232 | - return crclOutcomeNm; | |
| 1233 | - } | |
| 1234 | - | |
| 1235 | - public void setCrclOutcomeNm(java.lang.String crclOutcomeNm) {
| |
| 1236 | - this.crclOutcomeNm = crclOutcomeNm; | |
| 1237 | - } | |
| 1238 | - | |
| 1239 | - public java.util.Date getComntPnttm() {
| |
| 1240 | - return comntPnttm; | |
| 1241 | - } | |
| 1242 | - | |
| 1243 | - public void setComntPnttm(java.util.Date comntPnttm) {
| |
| 1244 | - this.comntPnttm = comntPnttm; | |
| 1245 | - } | |
| 1246 | - | |
| 1247 | - public java.lang.String getAprvalDn() {
| |
| 1248 | - return aprvalDn; | |
| 1249 | - } | |
| 1250 | - | |
| 1251 | - public void setAprvalDn(java.lang.String aprvalDn) {
| |
| 1252 | - this.aprvalDn = aprvalDn; | |
| 1253 | - } | |
| 1254 | - | |
| 1255 | - public List<String> getCtgrymasterIdList() {
| |
| 1256 | - return ctgrymasterIdList; | |
| 1257 | - } | |
| 1258 | - | |
| 1259 | - public void setCtgrymasterIdList(List<String> ctgrymasterIdList) {
| |
| 1260 | - this.ctgrymasterIdList = ctgrymasterIdList; | |
| 1261 | - } | |
| 1262 | - | |
| 1263 | - public List<String> getBbsNmList() {
| |
| 1264 | - return bbsNmList; | |
| 1265 | - } | |
| 1266 | - | |
| 1267 | - public void setBbsNmList(List<String> bbsNmList) {
| |
| 1268 | - this.bbsNmList = bbsNmList; | |
| 1269 | - } | |
| 1270 | - | |
| 1271 | - public List<String> getSysTyCodeList() {
| |
| 1272 | - return sysTyCodeList; | |
| 1273 | - } | |
| 1274 | - | |
| 1275 | - public void setSysTyCodeList(List<String> sysTyCodeList) {
| |
| 1276 | - this.sysTyCodeList = sysTyCodeList; | |
| 1277 | - } | |
| 1278 | - | |
| 1279 | - public List<String> getBbsIdList() {
| |
| 1280 | - return bbsIdList; | |
| 1281 | - } | |
| 1282 | - | |
| 1283 | - public void setBbsIdList(List<String> bbsIdList) {
| |
| 1284 | - this.bbsIdList = bbsIdList; | |
| 1285 | - } | |
| 1286 | - | |
| 1287 | - public java.lang.String getBbsId() {
| |
| 1288 | - return bbsId; | |
| 1289 | - } | |
| 1290 | - | |
| 1291 | - public void setBbsId(java.lang.String bbsId) {
| |
| 1292 | - this.bbsId = bbsId; | |
| 1293 | - } | |
| 1294 | - | |
| 1295 | - public java.lang.String getCtgrymasterId() {
| |
| 1296 | - return ctgrymasterId; | |
| 1297 | - } | |
| 1298 | - | |
| 1299 | - public void setCtgrymasterId(java.lang.String ctgrymasterId) {
| |
| 1300 | - this.ctgrymasterId = ctgrymasterId; | |
| 1301 | - } | |
| 1302 | - | |
| 1303 | - public java.lang.String getPlId() {
| |
| 1304 | - return plId; | |
| 1305 | - } | |
| 1306 | - | |
| 1307 | - public void setPlId(java.lang.String plId) {
| |
| 1308 | - this.plId = plId; | |
| 1309 | - } | |
| 1310 | - | |
| 1311 | -} |
--- base/src/main/java/egovframework/com/lms/service/QuizService.java
... | ... | @@ -1,46 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 6 | - | |
| 7 | -public interface QuizService {
| |
| 8 | - String insertQuiz(QuizVO vo) throws Exception; | |
| 9 | - String insertQuizAnswer(QuizVO vo) throws Exception; | |
| 10 | - | |
| 11 | - int selectQuizListTotCnt(QuizVO searchVO); | |
| 12 | - int selectQuizExam_Cnt(QuizVO searchVO); | |
| 13 | - | |
| 14 | - QuizVO selectQuiz_S(QuizVO vo) throws Exception; | |
| 15 | - | |
| 16 | - List<QuizVO> selectQuizList(QuizVO searchVO) throws Exception; | |
| 17 | - List<QuizVO> selectBeforeQuizList(QuizVO searchVO) throws Exception; | |
| 18 | - List<QuizVO> selectPreQuizList(QuizVO searchVO) throws Exception; | |
| 19 | - | |
| 20 | - List<QuizVO> selectQuizResult_Report(QuizVO searchVO) throws Exception; | |
| 21 | - List<QuizVO> selectQuizExamAnswer_Cnt(QuizVO searchVO) throws Exception; | |
| 22 | - | |
| 23 | - void updateQuiz(QuizVO vo) throws Exception; | |
| 24 | - void updateQuiz_D(QuizVO vo) throws Exception; | |
| 25 | - void updateQuizAnswer(QuizVO vo) throws Exception; | |
| 26 | - void updateQuizAnswer_D(QuizVO vo) throws Exception; | |
| 27 | - void updateQuiz_Sort(QuizVO vo) throws Exception; | |
| 28 | - void updateQuizAnswer_A(QuizVO vo) throws Exception; | |
| 29 | - void updateQuizEnd(QuizVO vo) throws Exception; | |
| 30 | - void updateQuizExamAnswer(QuizVO vo) throws Exception; | |
| 31 | - | |
| 32 | - void deleteOffQuizAnswer(QuizVO vo) throws Exception; | |
| 33 | - void deleteOffQuiz(QuizVO vo) throws Exception; | |
| 34 | - | |
| 35 | - String insertQuizExam(QuizVO vo) throws Exception; | |
| 36 | - QuizVO selectQuizExam_S(QuizVO vo) throws Exception; | |
| 37 | - QuizVO selectPreQuizList_S(QuizVO searchVO) throws Exception; | |
| 38 | - QuizVO selectQuizExam_Report(QuizVO searchVO) throws Exception; | |
| 39 | - | |
| 40 | - void updateQuizExam(QuizVO vo) throws Exception; | |
| 41 | - void updateQuizExam_Submit(QuizVO vo) throws Exception; | |
| 42 | - void deleteQuizExam(QuizVO vo) throws Exception; | |
| 43 | - | |
| 44 | - //퀴즈 성적 요약 | |
| 45 | - EgovMap quizExamSummary(QuizVO vo) throws Exception; | |
| 46 | -} |
--- base/src/main/java/egovframework/com/lms/service/QuizVO.java
... | ... | @@ -1,712 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : quizVO.java | |
| 9 | - * @Description : quizVO VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 이재현 | |
| 13 | - * @since 2020-0-25 | |
| 14 | - * @version 1.0 | |
| 15 | - * @ljh | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class QuizVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - private String quizId; | |
| 23 | - private String crclId; | |
| 24 | - private String crclNm; | |
| 25 | - private String plId; | |
| 26 | - private String plIdTarget; | |
| 27 | - private String title; | |
| 28 | - private String quizNm; | |
| 29 | - private String atchFileId; | |
| 30 | - private int quizSort; | |
| 31 | - private String userId; | |
| 32 | - private String userNm; | |
| 33 | - private String examId; | |
| 34 | - private String examType; | |
| 35 | - private String answer1; | |
| 36 | - private String answer2; | |
| 37 | - private String answer3; | |
| 38 | - private String answer4; | |
| 39 | - private String answer5; | |
| 40 | - private int subAnswer1; | |
| 41 | - private int subAnswer1p; | |
| 42 | - private int subAnswer2; | |
| 43 | - private int subAnswer2p; | |
| 44 | - private int subAnswer3; | |
| 45 | - private int subAnswer3p; | |
| 46 | - private int subAnswer4; | |
| 47 | - private int subAnswer4p; | |
| 48 | - private int subAnswer5; | |
| 49 | - private int subAnswer5p; | |
| 50 | - | |
| 51 | - private String answerNum; | |
| 52 | - private String frstRegisterPnttm; | |
| 53 | - private String frstRegisterId; | |
| 54 | - private String lastUpdusrPnttm; | |
| 55 | - private String lastUpdusrId; | |
| 56 | - private String menuId; | |
| 57 | - private String siteId; | |
| 58 | - private String boardId; | |
| 59 | - private String bbsId; | |
| 60 | - private String useAt; | |
| 61 | - private String delDiv; | |
| 62 | - private String sortDiv; | |
| 63 | - private String startDate; | |
| 64 | - private String endDate; | |
| 65 | - private String studySubject; | |
| 66 | - private String plStartDt; | |
| 67 | - private String regDate; | |
| 68 | - private String searchDiv; | |
| 69 | - private int quizCnt; | |
| 70 | - private String searchYY; | |
| 71 | - private String searchQuizNm; | |
| 72 | - private String quizType; | |
| 73 | - private String dayOfWeek; | |
| 74 | - private String periodTxt; | |
| 75 | - private String startDt; | |
| 76 | - private String pageDiv; | |
| 77 | - private String crclLangNm; | |
| 78 | - private String crclLang; | |
| 79 | - private String examineeId; | |
| 80 | - private String examineeAns; | |
| 81 | - private String answerAt; | |
| 82 | - private String submitAt; | |
| 83 | - private String userSe; | |
| 84 | - private int myScore; | |
| 85 | - private int totCnt; | |
| 86 | - private int avgScoreTmp; | |
| 87 | - private int avgTotCntTmp; | |
| 88 | - private int examineeCnt; | |
| 89 | - private int avgScoreCnt; | |
| 90 | - private int avgTotCnt; | |
| 91 | - private int totExamineeCnt; | |
| 92 | - private String brthdy; | |
| 93 | - private String sexdstn; | |
| 94 | - private String stGrade; | |
| 95 | - private String stClass; | |
| 96 | - private String stNumber; | |
| 97 | - private String groupCode; | |
| 98 | - private String groupNm; | |
| 99 | - private String major; | |
| 100 | - private int myScoreNum; | |
| 101 | - private int ranking; | |
| 102 | - private int answerCnt; | |
| 103 | - private int notSubCnt; | |
| 104 | - private String searchVal; | |
| 105 | - | |
| 106 | - private String step; | |
| 107 | - private String tabType; | |
| 108 | - private String subtabstep; | |
| 109 | - private String tabStep; | |
| 110 | - private int quizAnswerYCnt; | |
| 111 | - private int quizAnswerNCnt; | |
| 112 | - private String facNm; | |
| 113 | - private String searchStartDt; | |
| 114 | - private String searchEndDt; | |
| 115 | - private String quizEnd; | |
| 116 | - | |
| 117 | - | |
| 118 | - //수강신청 > 수강대상자 확정에 3번째 텝 | |
| 119 | - private java.lang.String thirdtabstep; | |
| 120 | - | |
| 121 | - //검색 학생 명 | |
| 122 | - private String searchStudentUserNm; | |
| 123 | - | |
| 124 | - //검색 학생 명 | |
| 125 | - private String searchUserId; | |
| 126 | - | |
| 127 | - //변환점수 | |
| 128 | - private java.lang.Double chScr; | |
| 129 | - | |
| 130 | - public String getQuizEnd() {
| |
| 131 | - return quizEnd; | |
| 132 | - } | |
| 133 | - public void setQuizEnd(String quizEnd) {
| |
| 134 | - this.quizEnd = quizEnd; | |
| 135 | - } | |
| 136 | - public String getSearchStartDt() {
| |
| 137 | - return searchStartDt; | |
| 138 | - } | |
| 139 | - public void setSearchStartDt(String searchStartDt) {
| |
| 140 | - this.searchStartDt = searchStartDt; | |
| 141 | - } | |
| 142 | - public String getSearchEndDt() {
| |
| 143 | - return searchEndDt; | |
| 144 | - } | |
| 145 | - public void setSearchEndDt(String searchEndDt) {
| |
| 146 | - this.searchEndDt = searchEndDt; | |
| 147 | - } | |
| 148 | - public String getFacNm() {
| |
| 149 | - return facNm; | |
| 150 | - } | |
| 151 | - public void setFacNm(String facNm) {
| |
| 152 | - this.facNm = facNm; | |
| 153 | - } | |
| 154 | - public String getPlIdTarget() {
| |
| 155 | - return plIdTarget; | |
| 156 | - } | |
| 157 | - public void setPlIdTarget(String plIdTarget) {
| |
| 158 | - this.plIdTarget = plIdTarget; | |
| 159 | - } | |
| 160 | - public int getQuizAnswerYCnt() {
| |
| 161 | - return quizAnswerYCnt; | |
| 162 | - } | |
| 163 | - public void setQuizAnswerYCnt(int quizAnswerYCnt) {
| |
| 164 | - this.quizAnswerYCnt = quizAnswerYCnt; | |
| 165 | - } | |
| 166 | - public int getQuizAnswerNCnt() {
| |
| 167 | - return quizAnswerNCnt; | |
| 168 | - } | |
| 169 | - public void setQuizAnswerNCnt(int quizAnswerNCnt) {
| |
| 170 | - this.quizAnswerNCnt = quizAnswerNCnt; | |
| 171 | - } | |
| 172 | - public int getSubAnswer1() {
| |
| 173 | - return subAnswer1; | |
| 174 | - } | |
| 175 | - public void setSubAnswer1(int subAnswer1) {
| |
| 176 | - this.subAnswer1 = subAnswer1; | |
| 177 | - } | |
| 178 | - public int getSubAnswer1p() {
| |
| 179 | - return subAnswer1p; | |
| 180 | - } | |
| 181 | - public void setSubAnswer1p(int subAnswer1p) {
| |
| 182 | - this.subAnswer1p = subAnswer1p; | |
| 183 | - } | |
| 184 | - public int getSubAnswer2() {
| |
| 185 | - return subAnswer2; | |
| 186 | - } | |
| 187 | - public void setSubAnswer2(int subAnswer2) {
| |
| 188 | - this.subAnswer2 = subAnswer2; | |
| 189 | - } | |
| 190 | - public int getSubAnswer2p() {
| |
| 191 | - return subAnswer2p; | |
| 192 | - } | |
| 193 | - public void setSubAnswer2p(int subAnswer2p) {
| |
| 194 | - this.subAnswer2p = subAnswer2p; | |
| 195 | - } | |
| 196 | - public int getSubAnswer3() {
| |
| 197 | - return subAnswer3; | |
| 198 | - } | |
| 199 | - public void setSubAnswer3(int subAnswer3) {
| |
| 200 | - this.subAnswer3 = subAnswer3; | |
| 201 | - } | |
| 202 | - public int getSubAnswer3p() {
| |
| 203 | - return subAnswer3p; | |
| 204 | - } | |
| 205 | - public void setSubAnswer3p(int subAnswer3p) {
| |
| 206 | - this.subAnswer3p = subAnswer3p; | |
| 207 | - } | |
| 208 | - public int getSubAnswer4() {
| |
| 209 | - return subAnswer4; | |
| 210 | - } | |
| 211 | - public void setSubAnswer4(int subAnswer4) {
| |
| 212 | - this.subAnswer4 = subAnswer4; | |
| 213 | - } | |
| 214 | - public int getSubAnswer4p() {
| |
| 215 | - return subAnswer4p; | |
| 216 | - } | |
| 217 | - public void setSubAnswer4p(int subAnswer4p) {
| |
| 218 | - this.subAnswer4p = subAnswer4p; | |
| 219 | - } | |
| 220 | - public int getSubAnswer5() {
| |
| 221 | - return subAnswer5; | |
| 222 | - } | |
| 223 | - public void setSubAnswer5(int subAnswer5) {
| |
| 224 | - this.subAnswer5 = subAnswer5; | |
| 225 | - } | |
| 226 | - public int getSubAnswer5p() {
| |
| 227 | - return subAnswer5p; | |
| 228 | - } | |
| 229 | - public void setSubAnswer5p(int subAnswer5p) {
| |
| 230 | - this.subAnswer5p = subAnswer5p; | |
| 231 | - } | |
| 232 | - public String getSearchVal() {
| |
| 233 | - return searchVal; | |
| 234 | - } | |
| 235 | - public void setSearchVal(String searchVal) {
| |
| 236 | - this.searchVal = searchVal; | |
| 237 | - } | |
| 238 | - public int getNotSubCnt() {
| |
| 239 | - return notSubCnt; | |
| 240 | - } | |
| 241 | - public void setNotSubCnt(int notSubCnt) {
| |
| 242 | - this.notSubCnt = notSubCnt; | |
| 243 | - } | |
| 244 | - public int getAnswerCnt() {
| |
| 245 | - return answerCnt; | |
| 246 | - } | |
| 247 | - public void setAnswerCnt(int answerCnt) {
| |
| 248 | - this.answerCnt = answerCnt; | |
| 249 | - } | |
| 250 | - public int getTotExamineeCnt() {
| |
| 251 | - return totExamineeCnt; | |
| 252 | - } | |
| 253 | - public void setTotExamineeCnt(int totExamineeCnt) {
| |
| 254 | - this.totExamineeCnt = totExamineeCnt; | |
| 255 | - } | |
| 256 | - public String getBrthdy() {
| |
| 257 | - return brthdy; | |
| 258 | - } | |
| 259 | - public void setBrthdy(String brthdy) {
| |
| 260 | - this.brthdy = brthdy; | |
| 261 | - } | |
| 262 | - public String getSexdstn() {
| |
| 263 | - return sexdstn; | |
| 264 | - } | |
| 265 | - public void setSexdstn(String sexdstn) {
| |
| 266 | - this.sexdstn = sexdstn; | |
| 267 | - } | |
| 268 | - public String getStGrade() {
| |
| 269 | - return stGrade; | |
| 270 | - } | |
| 271 | - public void setStGrade(String stGrade) {
| |
| 272 | - this.stGrade = stGrade; | |
| 273 | - } | |
| 274 | - public String getStClass() {
| |
| 275 | - return stClass; | |
| 276 | - } | |
| 277 | - public void setStClass(String stClass) {
| |
| 278 | - this.stClass = stClass; | |
| 279 | - } | |
| 280 | - public String getStNumber() {
| |
| 281 | - return stNumber; | |
| 282 | - } | |
| 283 | - public void setStNumber(String stNumber) {
| |
| 284 | - this.stNumber = stNumber; | |
| 285 | - } | |
| 286 | - public String getGroupCode() {
| |
| 287 | - return groupCode; | |
| 288 | - } | |
| 289 | - public void setGroupCode(String groupCode) {
| |
| 290 | - this.groupCode = groupCode; | |
| 291 | - } | |
| 292 | - public String getGroupNm() {
| |
| 293 | - return groupNm; | |
| 294 | - } | |
| 295 | - public void setGroupNm(String groupNm) {
| |
| 296 | - this.groupNm = groupNm; | |
| 297 | - } | |
| 298 | - public String getMajor() {
| |
| 299 | - return major; | |
| 300 | - } | |
| 301 | - public void setMajor(String major) {
| |
| 302 | - this.major = major; | |
| 303 | - } | |
| 304 | - public int getMyScoreNum() {
| |
| 305 | - return myScoreNum; | |
| 306 | - } | |
| 307 | - public void setMyScoreNum(int myScoreNum) {
| |
| 308 | - this.myScoreNum = myScoreNum; | |
| 309 | - } | |
| 310 | - public int getRanking() {
| |
| 311 | - return ranking; | |
| 312 | - } | |
| 313 | - public void setRanking(int ranking) {
| |
| 314 | - this.ranking = ranking; | |
| 315 | - } | |
| 316 | - public String getUserSe() {
| |
| 317 | - return userSe; | |
| 318 | - } | |
| 319 | - public void setUserSe(String userSe) {
| |
| 320 | - this.userSe = userSe; | |
| 321 | - } | |
| 322 | - public String getSubmitAt() {
| |
| 323 | - return submitAt; | |
| 324 | - } | |
| 325 | - public void setSubmitAt(String submitAt) {
| |
| 326 | - this.submitAt = submitAt; | |
| 327 | - } | |
| 328 | - public String getExamineeId() {
| |
| 329 | - return examineeId; | |
| 330 | - } | |
| 331 | - public void setExamineeId(String examineeId) {
| |
| 332 | - this.examineeId = examineeId; | |
| 333 | - } | |
| 334 | - public String getExamineeAns() {
| |
| 335 | - return examineeAns; | |
| 336 | - } | |
| 337 | - public void setExamineeAns(String examineeAns) {
| |
| 338 | - this.examineeAns = examineeAns; | |
| 339 | - } | |
| 340 | - public String getAnswerAt() {
| |
| 341 | - return answerAt; | |
| 342 | - } | |
| 343 | - public void setAnswerAt(String answerAt) {
| |
| 344 | - this.answerAt = answerAt; | |
| 345 | - } | |
| 346 | - public String getCrclLangNm() {
| |
| 347 | - return crclLangNm; | |
| 348 | - } | |
| 349 | - public void setCrclLangNm(String crclLangNm) {
| |
| 350 | - this.crclLangNm = crclLangNm; | |
| 351 | - } | |
| 352 | - public String getCrclLang() {
| |
| 353 | - return crclLang; | |
| 354 | - } | |
| 355 | - public void setCrclLang(String crclLang) {
| |
| 356 | - this.crclLang = crclLang; | |
| 357 | - } | |
| 358 | - public String getPageDiv() {
| |
| 359 | - return pageDiv; | |
| 360 | - } | |
| 361 | - public void setPageDiv(String pageDiv) {
| |
| 362 | - this.pageDiv = pageDiv; | |
| 363 | - } | |
| 364 | - public String getDayOfWeek() {
| |
| 365 | - return dayOfWeek; | |
| 366 | - } | |
| 367 | - public void setDayOfWeek(String dayOfWeek) {
| |
| 368 | - this.dayOfWeek = dayOfWeek; | |
| 369 | - } | |
| 370 | - public String getPeriodTxt() {
| |
| 371 | - return periodTxt; | |
| 372 | - } | |
| 373 | - public void setPeriodTxt(String periodTxt) {
| |
| 374 | - this.periodTxt = periodTxt; | |
| 375 | - } | |
| 376 | - public String getStartDt() {
| |
| 377 | - return startDt; | |
| 378 | - } | |
| 379 | - public void setStartDt(String startDt) {
| |
| 380 | - this.startDt = startDt; | |
| 381 | - } | |
| 382 | - | |
| 383 | - public String getQuizType() {
| |
| 384 | - return quizType; | |
| 385 | - } | |
| 386 | - public void setQuizType(String quizType) {
| |
| 387 | - this.quizType = quizType; | |
| 388 | - } | |
| 389 | - public String getSearchDiv() {
| |
| 390 | - return searchDiv; | |
| 391 | - } | |
| 392 | - public void setSearchDiv(String searchDiv) {
| |
| 393 | - this.searchDiv = searchDiv; | |
| 394 | - } | |
| 395 | - public String getRegDate() {
| |
| 396 | - return regDate; | |
| 397 | - } | |
| 398 | - public void setRegDate(String regDate) {
| |
| 399 | - this.regDate = regDate; | |
| 400 | - } | |
| 401 | - public String getStartDate() {
| |
| 402 | - return startDate; | |
| 403 | - } | |
| 404 | - public void setStartDate(String startDate) {
| |
| 405 | - this.startDate = startDate; | |
| 406 | - } | |
| 407 | - public String getEndDate() {
| |
| 408 | - return endDate; | |
| 409 | - } | |
| 410 | - public void setEndDate(String endDate) {
| |
| 411 | - this.endDate = endDate; | |
| 412 | - } | |
| 413 | - public String getStudySubject() {
| |
| 414 | - return studySubject; | |
| 415 | - } | |
| 416 | - public void setStudySubject(String studySubject) {
| |
| 417 | - this.studySubject = studySubject; | |
| 418 | - } | |
| 419 | - public String getPlStartDt() {
| |
| 420 | - return plStartDt; | |
| 421 | - } | |
| 422 | - public void setPlStartDt(String plStartDt) {
| |
| 423 | - this.plStartDt = plStartDt; | |
| 424 | - } | |
| 425 | - public int getQuizCnt() {
| |
| 426 | - return quizCnt; | |
| 427 | - } | |
| 428 | - public void setQuizCnt(int quizCnt) {
| |
| 429 | - this.quizCnt = quizCnt; | |
| 430 | - } | |
| 431 | - public String getSearchYY() {
| |
| 432 | - return searchYY; | |
| 433 | - } | |
| 434 | - public void setSearchYY(String searchYY) {
| |
| 435 | - this.searchYY = searchYY; | |
| 436 | - } | |
| 437 | - public String getSearchQuizNm() {
| |
| 438 | - return searchQuizNm; | |
| 439 | - } | |
| 440 | - public void setSearchQuizNm(String searchQuizNm) {
| |
| 441 | - this.searchQuizNm = searchQuizNm; | |
| 442 | - } | |
| 443 | - public String getSortDiv() {
| |
| 444 | - return sortDiv; | |
| 445 | - } | |
| 446 | - public void setSortDiv(String sortDiv) {
| |
| 447 | - this.sortDiv = sortDiv; | |
| 448 | - } | |
| 449 | - public String getDelDiv() {
| |
| 450 | - return delDiv; | |
| 451 | - } | |
| 452 | - public void setDelDiv(String delDiv) {
| |
| 453 | - this.delDiv = delDiv; | |
| 454 | - } | |
| 455 | - public String getUseAt() {
| |
| 456 | - return useAt; | |
| 457 | - } | |
| 458 | - public void setUseAt(String useAt) {
| |
| 459 | - this.useAt = useAt; | |
| 460 | - } | |
| 461 | - public String getBbsId() {
| |
| 462 | - return bbsId; | |
| 463 | - } | |
| 464 | - public void setBbsId(String bbsId) {
| |
| 465 | - this.bbsId = bbsId; | |
| 466 | - } | |
| 467 | - public String getSiteId() {
| |
| 468 | - return siteId; | |
| 469 | - } | |
| 470 | - public void setSiteId(String siteId) {
| |
| 471 | - this.siteId = siteId; | |
| 472 | - } | |
| 473 | - public String getBoardId() {
| |
| 474 | - return boardId; | |
| 475 | - } | |
| 476 | - public void setBoardId(String boardId) {
| |
| 477 | - this.boardId = boardId; | |
| 478 | - } | |
| 479 | - public String getMenuId() {
| |
| 480 | - return menuId; | |
| 481 | - } | |
| 482 | - public void setMenuId(String menuId) {
| |
| 483 | - this.menuId = menuId; | |
| 484 | - } | |
| 485 | - public String getTitle() {
| |
| 486 | - return title; | |
| 487 | - } | |
| 488 | - public void setTitle(String title) {
| |
| 489 | - this.title = title; | |
| 490 | - } | |
| 491 | - public String getPlId() {
| |
| 492 | - return plId; | |
| 493 | - } | |
| 494 | - public void setPlId(String plId) {
| |
| 495 | - this.plId = plId; | |
| 496 | - } | |
| 497 | - public String getQuizId() {
| |
| 498 | - return quizId; | |
| 499 | - } | |
| 500 | - public void setQuizId(String quizId) {
| |
| 501 | - this.quizId = quizId; | |
| 502 | - } | |
| 503 | - public String getCrclId() {
| |
| 504 | - return crclId; | |
| 505 | - } | |
| 506 | - public void setCrclId(String crclId) {
| |
| 507 | - this.crclId = crclId; | |
| 508 | - } | |
| 509 | - public String getCrclNm() {
| |
| 510 | - return crclNm; | |
| 511 | - } | |
| 512 | - public void setCrclNm(String crclNm) {
| |
| 513 | - this.crclNm = crclNm; | |
| 514 | - } | |
| 515 | - public String getQuizNm() {
| |
| 516 | - return quizNm; | |
| 517 | - } | |
| 518 | - public void setQuizNm(String quizNm) {
| |
| 519 | - this.quizNm = quizNm; | |
| 520 | - } | |
| 521 | - public String getAtchFileId() {
| |
| 522 | - return atchFileId; | |
| 523 | - } | |
| 524 | - public void setAtchFileId(String atchFileId) {
| |
| 525 | - this.atchFileId = atchFileId; | |
| 526 | - } | |
| 527 | - public int getQuizSort() {
| |
| 528 | - return quizSort; | |
| 529 | - } | |
| 530 | - public void setQuizSort(int quizSort) {
| |
| 531 | - this.quizSort = quizSort; | |
| 532 | - } | |
| 533 | - public String getUserId() {
| |
| 534 | - return userId; | |
| 535 | - } | |
| 536 | - public void setUserId(String userId) {
| |
| 537 | - this.userId = userId; | |
| 538 | - } | |
| 539 | - public String getUserNm() {
| |
| 540 | - return userNm; | |
| 541 | - } | |
| 542 | - public void setUserNm(String userNm) {
| |
| 543 | - this.userNm = userNm; | |
| 544 | - } | |
| 545 | - public String getExamId() {
| |
| 546 | - return examId; | |
| 547 | - } | |
| 548 | - public void setExamId(String examId) {
| |
| 549 | - this.examId = examId; | |
| 550 | - } | |
| 551 | - public String getExamType() {
| |
| 552 | - return examType; | |
| 553 | - } | |
| 554 | - public void setExamType(String examType) {
| |
| 555 | - this.examType = examType; | |
| 556 | - } | |
| 557 | - public String getAnswer1() {
| |
| 558 | - return answer1; | |
| 559 | - } | |
| 560 | - public void setAnswer1(String answer1) {
| |
| 561 | - this.answer1 = answer1; | |
| 562 | - } | |
| 563 | - public String getAnswer2() {
| |
| 564 | - return answer2; | |
| 565 | - } | |
| 566 | - public void setAnswer2(String answer2) {
| |
| 567 | - this.answer2 = answer2; | |
| 568 | - } | |
| 569 | - public String getAnswer3() {
| |
| 570 | - return answer3; | |
| 571 | - } | |
| 572 | - public void setAnswer3(String answer3) {
| |
| 573 | - this.answer3 = answer3; | |
| 574 | - } | |
| 575 | - public String getAnswer4() {
| |
| 576 | - return answer4; | |
| 577 | - } | |
| 578 | - public void setAnswer4(String answer4) {
| |
| 579 | - this.answer4 = answer4; | |
| 580 | - } | |
| 581 | - public String getAnswer5() {
| |
| 582 | - return answer5; | |
| 583 | - } | |
| 584 | - public void setAnswer5(String answer5) {
| |
| 585 | - this.answer5 = answer5; | |
| 586 | - } | |
| 587 | - public String getAnswerNum() {
| |
| 588 | - return answerNum; | |
| 589 | - } | |
| 590 | - public void setAnswerNum(String answerNum) {
| |
| 591 | - this.answerNum = answerNum; | |
| 592 | - } | |
| 593 | - public String getFrstRegisterPnttm() {
| |
| 594 | - return frstRegisterPnttm; | |
| 595 | - } | |
| 596 | - public void setFrstRegisterPnttm(String frstRegisterPnttm) {
| |
| 597 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 598 | - } | |
| 599 | - public String getFrstRegisterId() {
| |
| 600 | - return frstRegisterId; | |
| 601 | - } | |
| 602 | - public void setFrstRegisterId(String frstRegisterId) {
| |
| 603 | - this.frstRegisterId = frstRegisterId; | |
| 604 | - } | |
| 605 | - public String getLastUpdusrPnttm() {
| |
| 606 | - return lastUpdusrPnttm; | |
| 607 | - } | |
| 608 | - public void setLastUpdusrPnttm(String lastUpdusrPnttm) {
| |
| 609 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 610 | - } | |
| 611 | - public String getLastUpdusrId() {
| |
| 612 | - return lastUpdusrId; | |
| 613 | - } | |
| 614 | - public void setLastUpdusrId(String lastUpdusrId) {
| |
| 615 | - this.lastUpdusrId = lastUpdusrId; | |
| 616 | - } | |
| 617 | - public static long getSerialversionuid() {
| |
| 618 | - return serialVersionUID; | |
| 619 | - } | |
| 620 | - public int getMyScore() {
| |
| 621 | - return myScore; | |
| 622 | - } | |
| 623 | - public void setMyScore(int myScore) {
| |
| 624 | - this.myScore = myScore; | |
| 625 | - } | |
| 626 | - public int getTotCnt() {
| |
| 627 | - return totCnt; | |
| 628 | - } | |
| 629 | - public void setTotCnt(int totCnt) {
| |
| 630 | - this.totCnt = totCnt; | |
| 631 | - } | |
| 632 | - public int getAvgScoreTmp() {
| |
| 633 | - return avgScoreTmp; | |
| 634 | - } | |
| 635 | - public void setAvgScoreTmp(int avgScoreTmp) {
| |
| 636 | - this.avgScoreTmp = avgScoreTmp; | |
| 637 | - } | |
| 638 | - public int getAvgTotCntTmp() {
| |
| 639 | - return avgTotCntTmp; | |
| 640 | - } | |
| 641 | - public void setAvgTotCntTmp(int avgTotCntTmp) {
| |
| 642 | - this.avgTotCntTmp = avgTotCntTmp; | |
| 643 | - } | |
| 644 | - public int getExamineeCnt() {
| |
| 645 | - return examineeCnt; | |
| 646 | - } | |
| 647 | - public void setExamineeCnt(int examineeCnt) {
| |
| 648 | - this.examineeCnt = examineeCnt; | |
| 649 | - } | |
| 650 | - public int getAvgScoreCnt() {
| |
| 651 | - return avgScoreCnt; | |
| 652 | - } | |
| 653 | - public void setAvgScoreCnt(int avgScoreCnt) {
| |
| 654 | - this.avgScoreCnt = avgScoreCnt; | |
| 655 | - } | |
| 656 | - public int getAvgTotCnt() {
| |
| 657 | - return avgTotCnt; | |
| 658 | - } | |
| 659 | - public void setAvgTotCnt(int avgTotCnt) {
| |
| 660 | - this.avgTotCnt = avgTotCnt; | |
| 661 | - } | |
| 662 | - public String getStep() {
| |
| 663 | - return step; | |
| 664 | - } | |
| 665 | - public void setStep(String step) {
| |
| 666 | - this.step = step; | |
| 667 | - } | |
| 668 | - public String getTabType() {
| |
| 669 | - return tabType; | |
| 670 | - } | |
| 671 | - public void setTabType(String tabType) {
| |
| 672 | - this.tabType = tabType; | |
| 673 | - } | |
| 674 | - public String getSubtabstep() {
| |
| 675 | - return subtabstep; | |
| 676 | - } | |
| 677 | - public void setSubtabstep(String subtabstep) {
| |
| 678 | - this.subtabstep = subtabstep; | |
| 679 | - } | |
| 680 | - public String getTabStep() {
| |
| 681 | - return tabStep; | |
| 682 | - } | |
| 683 | - public void setTabStep(String tabStep) {
| |
| 684 | - this.tabStep = tabStep; | |
| 685 | - } | |
| 686 | - public java.lang.String getThirdtabstep() {
| |
| 687 | - return thirdtabstep; | |
| 688 | - } | |
| 689 | - public void setThirdtabstep(java.lang.String thirdtabstep) {
| |
| 690 | - this.thirdtabstep = thirdtabstep; | |
| 691 | - } | |
| 692 | - public String getSearchStudentUserNm() {
| |
| 693 | - return searchStudentUserNm; | |
| 694 | - } | |
| 695 | - public void setSearchStudentUserNm(String searchStudentUserNm) {
| |
| 696 | - this.searchStudentUserNm = searchStudentUserNm; | |
| 697 | - } | |
| 698 | - public String getSearchUserId() {
| |
| 699 | - return searchUserId; | |
| 700 | - } | |
| 701 | - public void setSearchUserId(String searchUserId) {
| |
| 702 | - this.searchUserId = searchUserId; | |
| 703 | - } | |
| 704 | - public java.lang.Double getChScr() {
| |
| 705 | - return chScr; | |
| 706 | - } | |
| 707 | - public void setChScr(java.lang.Double chScr) {
| |
| 708 | - this.chScr = chScr; | |
| 709 | - } | |
| 710 | - | |
| 711 | - | |
| 712 | -} |
--- base/src/main/java/egovframework/com/lms/service/SurveyManageService.java
... | ... | @@ -1,65 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.service.SearchVO; | |
| 6 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 7 | - | |
| 8 | -/** | |
| 9 | - * @Class Name : CurriculumbaseService.java | |
| 10 | - * @Description : Curriculumbase Business class | |
| 11 | - * @Modification Information | |
| 12 | - * | |
| 13 | - * @author 이정현 | |
| 14 | - * @since 2019.11.17 | |
| 15 | - * @version 1.0 | |
| 16 | - * @see | |
| 17 | - * | |
| 18 | - * Copyright (C) All right reserved. | |
| 19 | - */ | |
| 20 | -public interface SurveyManageService {
| |
| 21 | - | |
| 22 | - EgovMap selectSurvey(SurveyVO surveyVo) throws Exception; | |
| 23 | - | |
| 24 | - void insertSurvey(SurveyVO surveyVo) throws Exception; | |
| 25 | - | |
| 26 | - SurveyVO selectSurveyInfo(SurveyVO surveyVO) throws Exception; | |
| 27 | - | |
| 28 | - void deleteSurvey(SurveyVO surveyVo) throws Exception; | |
| 29 | - | |
| 30 | - EgovMap selectCurriculumSurvey(SurveyVO surveyVo) throws Exception; | |
| 31 | - | |
| 32 | - public List<EgovMap> selectCurriculumSurveyAnswer(SurveyVO surveyVo) throws Exception; | |
| 33 | - | |
| 34 | - EgovMap selectCurriculumAddInfo(SurveyVO surveyVo) throws Exception; | |
| 35 | - | |
| 36 | - //과정만족도 - 교원 | |
| 37 | - EgovMap selectCurriculumAddInfoType3(SurveyVO surveyVo) throws Exception; | |
| 38 | - | |
| 39 | - public List<EgovMap> selectSurveyMember(SurveyVO surveyVo) throws Exception; | |
| 40 | - | |
| 41 | - //설문 제출 현황 목록 | |
| 42 | - EgovMap selectSurveyMemberSummary(SurveyVO surveyVO) throws Exception; | |
| 43 | - | |
| 44 | - public List<EgovMap> selectCurriculumSurveyList(SurveyVO surveyVo) throws Exception; | |
| 45 | - | |
| 46 | - public int selectAnswerSurveyCnt(SurveyVO surveyVo) throws Exception; | |
| 47 | - | |
| 48 | - public void insertSurveyAnswer(EgovMap map) throws Exception; | |
| 49 | - | |
| 50 | - public void insertSurveySubmit(EgovMap map) throws Exception; | |
| 51 | - | |
| 52 | - public EgovMap selectMySurvey(SearchVO searchVo) throws Exception; | |
| 53 | - | |
| 54 | - public String selectSurveyId(SurveyVO surveyVO) throws Exception; | |
| 55 | - | |
| 56 | - //교원 만족도 조사 | |
| 57 | - public EgovMap selectMyProfessorSurvey(SearchVO searchVo) throws Exception; | |
| 58 | - | |
| 59 | - //설문 제출자 - 교원 | |
| 60 | - public List<EgovMap> selectSurveyProfessor(SurveyVO surveyVo) throws Exception; | |
| 61 | - | |
| 62 | - //설문 제출 현황 목록 - 교원 | |
| 63 | - public EgovMap selectSurveyProfessorSummary(SurveyVO surveyVO) throws Exception; | |
| 64 | - | |
| 65 | -} |
--- base/src/main/java/egovframework/com/lms/service/SurveyQuestionExVO.java
... | ... | @@ -1,60 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumVO.java | |
| 9 | - * @Description : Curriculum VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class SurveyQuestionExVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - private String exId; | |
| 23 | - private String qesitmId; | |
| 24 | - private String exSn; | |
| 25 | - private String exCn; | |
| 26 | - private String exTy; | |
| 27 | - | |
| 28 | - | |
| 29 | - public String getExId() {
| |
| 30 | - return exId; | |
| 31 | - } | |
| 32 | - public void setExId(String exId) {
| |
| 33 | - this.exId = exId; | |
| 34 | - } | |
| 35 | - public String getQesitmId() {
| |
| 36 | - return qesitmId; | |
| 37 | - } | |
| 38 | - public void setQesitmId(String qesitmId) {
| |
| 39 | - this.qesitmId = qesitmId; | |
| 40 | - } | |
| 41 | - public String getExSn() {
| |
| 42 | - return exSn; | |
| 43 | - } | |
| 44 | - public void setExSn(String exSn) {
| |
| 45 | - this.exSn = exSn; | |
| 46 | - } | |
| 47 | - public String getExCn() {
| |
| 48 | - return exCn; | |
| 49 | - } | |
| 50 | - public void setExCn(String exCn) {
| |
| 51 | - this.exCn = exCn; | |
| 52 | - } | |
| 53 | - public String getExTy() {
| |
| 54 | - return exTy; | |
| 55 | - } | |
| 56 | - public void setExTy(String exTy) {
| |
| 57 | - this.exTy = exTy; | |
| 58 | - } | |
| 59 | - | |
| 60 | -} |
--- base/src/main/java/egovframework/com/lms/service/SurveyQuestionVO.java
... | ... | @@ -1,123 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumVO.java | |
| 9 | - * @Description : Curriculum VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -public class SurveyQuestionVO extends ComDefaultVO{
| |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - | |
| 22 | - private String qesitmId; | |
| 23 | - private String schdulId; | |
| 24 | - private String qesitmSn; //문항순번 | |
| 25 | - private String schdulClCode; | |
| 26 | - private String essenAt; //필수여부체크 | |
| 27 | - private String qesitmSj; //항목주제 | |
| 28 | - private String qesitmCn; //설명 | |
| 29 | - private String qesitmTyCode; | |
| 30 | - private String qesitmTy; | |
| 31 | - private String crclId; | |
| 32 | - private String plId; | |
| 33 | - | |
| 34 | - private List<SurveyQuestionExVO> examples; | |
| 35 | - private List<SurveyQuestionExVO> widthExamples; | |
| 36 | - private List<SurveyQuestionExVO> heightExamples; | |
| 37 | - | |
| 38 | - public String getQesitmId() {
| |
| 39 | - return qesitmId; | |
| 40 | - } | |
| 41 | - public void setQesitmId(String qesitmId) {
| |
| 42 | - this.qesitmId = qesitmId; | |
| 43 | - } | |
| 44 | - public String getSchdulId() {
| |
| 45 | - return schdulId; | |
| 46 | - } | |
| 47 | - public void setSchdulId(String schdulId) {
| |
| 48 | - this.schdulId = schdulId; | |
| 49 | - } | |
| 50 | - public String getSchdulClCode() {
| |
| 51 | - return schdulClCode; | |
| 52 | - } | |
| 53 | - public void setSchdulClCode(String schdulClCode) {
| |
| 54 | - this.schdulClCode = schdulClCode; | |
| 55 | - } | |
| 56 | - public String getEssenAt() {
| |
| 57 | - return essenAt; | |
| 58 | - } | |
| 59 | - public void setEssenAt(String essenAt) {
| |
| 60 | - this.essenAt = essenAt; | |
| 61 | - } | |
| 62 | - public String getQesitmSj() {
| |
| 63 | - return qesitmSj; | |
| 64 | - } | |
| 65 | - public void setQesitmSj(String qesitmSj) {
| |
| 66 | - this.qesitmSj = qesitmSj; | |
| 67 | - } | |
| 68 | - public String getQesitmCn() {
| |
| 69 | - return qesitmCn; | |
| 70 | - } | |
| 71 | - public void setQesitmCn(String qesitmCn) {
| |
| 72 | - this.qesitmCn = qesitmCn; | |
| 73 | - } | |
| 74 | - public String getQesitmTyCode() {
| |
| 75 | - return qesitmTyCode; | |
| 76 | - } | |
| 77 | - public void setQesitmTyCode(String qesitmTyCode) {
| |
| 78 | - this.qesitmTyCode = qesitmTyCode; | |
| 79 | - } | |
| 80 | - public String getQesitmTy() {
| |
| 81 | - return qesitmTy; | |
| 82 | - } | |
| 83 | - public void setQesitmTy(String qesitmTy) {
| |
| 84 | - this.qesitmTy = qesitmTy; | |
| 85 | - } | |
| 86 | - public List<SurveyQuestionExVO> getExamples() {
| |
| 87 | - return examples; | |
| 88 | - } | |
| 89 | - public void setExamples(List<SurveyQuestionExVO> examples) {
| |
| 90 | - this.examples = examples; | |
| 91 | - } | |
| 92 | - public String getQesitmSn() {
| |
| 93 | - return qesitmSn; | |
| 94 | - } | |
| 95 | - public void setQesitmSn(String qesitmSn) {
| |
| 96 | - this.qesitmSn = qesitmSn; | |
| 97 | - } | |
| 98 | - public List<SurveyQuestionExVO> getWidthExamples() {
| |
| 99 | - return widthExamples; | |
| 100 | - } | |
| 101 | - public void setWidthExamples(List<SurveyQuestionExVO> widthExamples) {
| |
| 102 | - this.widthExamples = widthExamples; | |
| 103 | - } | |
| 104 | - public List<SurveyQuestionExVO> getHeightExamples() {
| |
| 105 | - return heightExamples; | |
| 106 | - } | |
| 107 | - public void setHeightExamples(List<SurveyQuestionExVO> heightExamples) {
| |
| 108 | - this.heightExamples = heightExamples; | |
| 109 | - } | |
| 110 | - public String getCrclId() {
| |
| 111 | - return crclId; | |
| 112 | - } | |
| 113 | - public void setCrclId(String crclId) {
| |
| 114 | - this.crclId = crclId; | |
| 115 | - } | |
| 116 | - public String getPlId() {
| |
| 117 | - return plId; | |
| 118 | - } | |
| 119 | - public void setPlId(String plId) {
| |
| 120 | - this.plId = plId; | |
| 121 | - } | |
| 122 | - | |
| 123 | -} |
--- base/src/main/java/egovframework/com/lms/service/SurveyVO.java
... | ... | @@ -1,238 +0,0 @@ |
| 1 | -package egovframework.com.lms.service; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import egovframework.com.cmm.ComDefaultVO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumVO.java | |
| 9 | - * @Description : Curriculum VO class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | -/** | |
| 20 | - * @author sm-788 | |
| 21 | - * | |
| 22 | - */ | |
| 23 | -/** | |
| 24 | - * @author bkbla | |
| 25 | - * | |
| 26 | - */ | |
| 27 | -public class SurveyVO extends ComDefaultVO{
| |
| 28 | - private static final long serialVersionUID = 1L; | |
| 29 | - | |
| 30 | - private String schdulId; | |
| 31 | - private String siteId; | |
| 32 | - private String schdulClCode; | |
| 33 | - private String schdulBgnde; | |
| 34 | - private String schdulEndde; | |
| 35 | - private String presnatnDe; | |
| 36 | - private String schdulNm; | |
| 37 | - private String schdulStreFileNm; | |
| 38 | - private String schdulCn; | |
| 39 | - private String schdulChargerId; | |
| 40 | - private String atchFileId; | |
| 41 | - private String upendStreFileNm; | |
| 42 | - private String middleStreFileNm; | |
| 43 | - private String lptStreFileNm; | |
| 44 | - private String reptitAt; | |
| 45 | - private String inqireCo; | |
| 46 | - private String frstRegisterPnttm; | |
| 47 | - private String frstRegisterId; | |
| 48 | - private String lastUpdusrPnttm; | |
| 49 | - private String lastUpdusrId; | |
| 50 | - private String useAt; | |
| 51 | - private String przwnerNmpr; | |
| 52 | - private String popupAt; | |
| 53 | - private String questionCnt; | |
| 54 | - private String crclId; | |
| 55 | - private String plId; | |
| 56 | - private String userId; | |
| 57 | - | |
| 58 | - //설문 제출여부 검색 | |
| 59 | - private String searchSubmitAt; | |
| 60 | - | |
| 61 | - private List<SurveyQuestionVO> questionsArray; | |
| 62 | - | |
| 63 | - public String getSchdulId() {
| |
| 64 | - return schdulId; | |
| 65 | - } | |
| 66 | - public void setSchdulId(String schdulId) {
| |
| 67 | - this.schdulId = schdulId; | |
| 68 | - } | |
| 69 | - public String getSiteId() {
| |
| 70 | - return siteId; | |
| 71 | - } | |
| 72 | - public void setSiteId(String siteId) {
| |
| 73 | - this.siteId = siteId; | |
| 74 | - } | |
| 75 | - public String getSchdulClCode() {
| |
| 76 | - return schdulClCode; | |
| 77 | - } | |
| 78 | - public void setSchdulClCode(String schdulClCode) {
| |
| 79 | - this.schdulClCode = schdulClCode; | |
| 80 | - } | |
| 81 | - public String getSchdulBgnde() {
| |
| 82 | - return schdulBgnde; | |
| 83 | - } | |
| 84 | - public void setSchdulBgnde(String schdulBgnde) {
| |
| 85 | - this.schdulBgnde = schdulBgnde; | |
| 86 | - } | |
| 87 | - public String getSchdulEndde() {
| |
| 88 | - return schdulEndde; | |
| 89 | - } | |
| 90 | - public void setSchdulEndde(String schdulEndde) {
| |
| 91 | - this.schdulEndde = schdulEndde; | |
| 92 | - } | |
| 93 | - public String getPresnatnDe() {
| |
| 94 | - return presnatnDe; | |
| 95 | - } | |
| 96 | - public void setPresnatnDe(String presnatnDe) {
| |
| 97 | - this.presnatnDe = presnatnDe; | |
| 98 | - } | |
| 99 | - public String getSchdulNm() {
| |
| 100 | - return schdulNm; | |
| 101 | - } | |
| 102 | - public void setSchdulNm(String schdulNm) {
| |
| 103 | - this.schdulNm = schdulNm; | |
| 104 | - } | |
| 105 | - public String getSchdulStreFileNm() {
| |
| 106 | - return schdulStreFileNm; | |
| 107 | - } | |
| 108 | - public void setSchdulStreFileNm(String schdulStreFileNm) {
| |
| 109 | - this.schdulStreFileNm = schdulStreFileNm; | |
| 110 | - } | |
| 111 | - public String getSchdulCn() {
| |
| 112 | - return schdulCn; | |
| 113 | - } | |
| 114 | - public void setSchdulCn(String schdulCn) {
| |
| 115 | - this.schdulCn = schdulCn; | |
| 116 | - } | |
| 117 | - public String getSchdulChargerId() {
| |
| 118 | - return schdulChargerId; | |
| 119 | - } | |
| 120 | - public void setSchdulChargerId(String schdulChargerId) {
| |
| 121 | - this.schdulChargerId = schdulChargerId; | |
| 122 | - } | |
| 123 | - public String getAtchFileId() {
| |
| 124 | - return atchFileId; | |
| 125 | - } | |
| 126 | - public void setAtchFileId(String atchFileId) {
| |
| 127 | - this.atchFileId = atchFileId; | |
| 128 | - } | |
| 129 | - public String getUpendStreFileNm() {
| |
| 130 | - return upendStreFileNm; | |
| 131 | - } | |
| 132 | - public void setUpendStreFileNm(String upendStreFileNm) {
| |
| 133 | - this.upendStreFileNm = upendStreFileNm; | |
| 134 | - } | |
| 135 | - public String getMiddleStreFileNm() {
| |
| 136 | - return middleStreFileNm; | |
| 137 | - } | |
| 138 | - public void setMiddleStreFileNm(String middleStreFileNm) {
| |
| 139 | - this.middleStreFileNm = middleStreFileNm; | |
| 140 | - } | |
| 141 | - public String getLptStreFileNm() {
| |
| 142 | - return lptStreFileNm; | |
| 143 | - } | |
| 144 | - public void setLptStreFileNm(String lptStreFileNm) {
| |
| 145 | - this.lptStreFileNm = lptStreFileNm; | |
| 146 | - } | |
| 147 | - public String getReptitAt() {
| |
| 148 | - return reptitAt; | |
| 149 | - } | |
| 150 | - public void setReptitAt(String reptitAt) {
| |
| 151 | - this.reptitAt = reptitAt; | |
| 152 | - } | |
| 153 | - public String getInqireCo() {
| |
| 154 | - return inqireCo; | |
| 155 | - } | |
| 156 | - public void setInqireCo(String inqireCo) {
| |
| 157 | - this.inqireCo = inqireCo; | |
| 158 | - } | |
| 159 | - public String getFrstRegisterPnttm() {
| |
| 160 | - return frstRegisterPnttm; | |
| 161 | - } | |
| 162 | - public void setFrstRegisterPnttm(String frstRegisterPnttm) {
| |
| 163 | - this.frstRegisterPnttm = frstRegisterPnttm; | |
| 164 | - } | |
| 165 | - public String getFrstRegisterId() {
| |
| 166 | - return frstRegisterId; | |
| 167 | - } | |
| 168 | - public void setFrstRegisterId(String frstRegisterId) {
| |
| 169 | - this.frstRegisterId = frstRegisterId; | |
| 170 | - } | |
| 171 | - public String getLastUpdusrPnttm() {
| |
| 172 | - return lastUpdusrPnttm; | |
| 173 | - } | |
| 174 | - public void setLastUpdusrPnttm(String lastUpdusrPnttm) {
| |
| 175 | - this.lastUpdusrPnttm = lastUpdusrPnttm; | |
| 176 | - } | |
| 177 | - public String getLastUpdusrId() {
| |
| 178 | - return lastUpdusrId; | |
| 179 | - } | |
| 180 | - public void setLastUpdusrId(String lastUpdusrId) {
| |
| 181 | - this.lastUpdusrId = lastUpdusrId; | |
| 182 | - } | |
| 183 | - public String getUseAt() {
| |
| 184 | - return useAt; | |
| 185 | - } | |
| 186 | - public void setUseAt(String useAt) {
| |
| 187 | - this.useAt = useAt; | |
| 188 | - } | |
| 189 | - public String getPrzwnerNmpr() {
| |
| 190 | - return przwnerNmpr; | |
| 191 | - } | |
| 192 | - public void setPrzwnerNmpr(String przwnerNmpr) {
| |
| 193 | - this.przwnerNmpr = przwnerNmpr; | |
| 194 | - } | |
| 195 | - public String getPopupAt() {
| |
| 196 | - return popupAt; | |
| 197 | - } | |
| 198 | - public void setPopupAt(String popupAt) {
| |
| 199 | - this.popupAt = popupAt; | |
| 200 | - } | |
| 201 | - public String getQuestionCnt() {
| |
| 202 | - return questionCnt; | |
| 203 | - } | |
| 204 | - public void setQuestionCnt(String questionCnt) {
| |
| 205 | - this.questionCnt = questionCnt; | |
| 206 | - } | |
| 207 | - public List<SurveyQuestionVO> getQuestionsArray() {
| |
| 208 | - return questionsArray; | |
| 209 | - } | |
| 210 | - public void setQuestionsArray(List<SurveyQuestionVO> questionsArray) {
| |
| 211 | - this.questionsArray = questionsArray; | |
| 212 | - } | |
| 213 | - public String getCrclId() {
| |
| 214 | - return crclId; | |
| 215 | - } | |
| 216 | - public void setCrclId(String crclId) {
| |
| 217 | - this.crclId = crclId; | |
| 218 | - } | |
| 219 | - public String getPlId() {
| |
| 220 | - return plId; | |
| 221 | - } | |
| 222 | - public void setPlId(String plId) {
| |
| 223 | - this.plId = plId; | |
| 224 | - } | |
| 225 | - public String getUserId() {
| |
| 226 | - return userId; | |
| 227 | - } | |
| 228 | - public void setUserId(String userId) {
| |
| 229 | - this.userId = userId; | |
| 230 | - } | |
| 231 | - public String getSearchSubmitAt() {
| |
| 232 | - return searchSubmitAt; | |
| 233 | - } | |
| 234 | - public void setSearchSubmitAt(String searchSubmitAt) {
| |
| 235 | - this.searchSubmitAt = searchSubmitAt; | |
| 236 | - } | |
| 237 | - | |
| 238 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/AttendDAO.java
... | ... | @@ -1,47 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 9 | -import egovframework.com.lms.service.AttendVO; | |
| 10 | -import egovframework.com.lms.service.BasefileVO; | |
| 11 | -import egovframework.com.lms.service.CurriculumVO; | |
| 12 | - | |
| 13 | -//출석 | |
| 14 | -@Repository("attendDAO")
| |
| 15 | -public class AttendDAO extends EgovAbstractDAO {
| |
| 16 | - | |
| 17 | - //출석 수정 | |
| 18 | - public void updateAttention(AttendVO vo) throws Exception {
| |
| 19 | - update("attendDAO.updateAttention", vo);
| |
| 20 | - } | |
| 21 | - | |
| 22 | - //출석등록 | |
| 23 | - public void insertAttention(AttendVO vo) throws Exception {
| |
| 24 | - insert("attendDAO.insertAttention", vo);
| |
| 25 | - } | |
| 26 | - | |
| 27 | - //출석일괄등록 | |
| 28 | - public void insertAllAttention(EgovMap vo) throws Exception {
| |
| 29 | - insert("attendDAO.insertAllAttention", vo);
| |
| 30 | - } | |
| 31 | - | |
| 32 | - //출석삭제 | |
| 33 | - public void deleteAttention(AttendVO vo) throws Exception {
| |
| 34 | - delete("attendDAO.deleteAttention", vo);
| |
| 35 | - } | |
| 36 | - | |
| 37 | - //출석 목록 | |
| 38 | - public List selectAttendList(AttendVO vo) throws Exception {
| |
| 39 | - return list("attendDAO.selectAttendList", vo);
| |
| 40 | - } | |
| 41 | - | |
| 42 | - //과정별 학생 출석 목록(성적) | |
| 43 | - public List studentAttendList(AttendVO vo) throws Exception {
| |
| 44 | - return list("attendDAO.studentAttendList", vo);
| |
| 45 | - } | |
| 46 | - | |
| 47 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/AttendServiceImpl.java
... | ... | @@ -1,76 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.ArrayList; | |
| 4 | -import java.util.List; | |
| 5 | - | |
| 6 | -import javax.annotation.Resource; | |
| 7 | - | |
| 8 | -import org.springframework.stereotype.Service; | |
| 9 | -import org.slf4j.Logger; | |
| 10 | -import org.slf4j.LoggerFactory; | |
| 11 | - | |
| 12 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 13 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 14 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 15 | -import egovframework.com.lms.service.AttendService; | |
| 16 | -import egovframework.com.lms.service.AttendVO; | |
| 17 | -import egovframework.com.lms.service.BasefileService; | |
| 18 | -import egovframework.com.lms.service.BasefileVO; | |
| 19 | -import egovframework.com.lms.service.SurveyVO; | |
| 20 | -import egovframework.com.lms.service.impl.BasefileDAO; | |
| 21 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 22 | - | |
| 23 | -/** | |
| 24 | - * @Class Name : BasefileServiceImpl.java | |
| 25 | - * @Description : Basefile Business Implement class | |
| 26 | - * @Modification Information | |
| 27 | - * | |
| 28 | - * @author 문성진 | |
| 29 | - * @since 2019-10-11 | |
| 30 | - * @version 1.0 | |
| 31 | - * @see | |
| 32 | - * | |
| 33 | - * Copyright (C) All right reserved. | |
| 34 | - */ | |
| 35 | - | |
| 36 | -@Service("attendService")
| |
| 37 | -public class AttendServiceImpl extends EgovAbstractServiceImpl implements AttendService {
| |
| 38 | - | |
| 39 | - @Resource(name="attendDAO") | |
| 40 | - private AttendDAO attendDAO; | |
| 41 | - | |
| 42 | - | |
| 43 | - //출석수정 | |
| 44 | - public void updateAttention(AttendVO vo) throws Exception {
| |
| 45 | - if(vo.getUserIdList().size() != 0 && vo.getAttentionTypeList().size() != 0){
| |
| 46 | - //초기화 | |
| 47 | - attendDAO.deleteAttention(vo); | |
| 48 | - | |
| 49 | - EgovMap paramMap = new EgovMap(); | |
| 50 | - List<EgovMap> atdList = new ArrayList<EgovMap>(); | |
| 51 | - for(int i = 0; i < vo.getUserIdList().size(); i++){
| |
| 52 | - EgovMap atdMap = new EgovMap(); | |
| 53 | - | |
| 54 | - atdMap.put("plId", vo.getPlId());
| |
| 55 | - atdMap.put("userId", vo.getUserIdList().get(i));
| |
| 56 | - atdMap.put("attentionType", vo.getAttentionTypeList().get(i));
| |
| 57 | - atdMap.put("frstRegisterId", vo.getFrstRegisterId());
| |
| 58 | - | |
| 59 | - atdList.add(atdMap); | |
| 60 | - } | |
| 61 | - paramMap.put("atdList", atdList);
| |
| 62 | - | |
| 63 | - attendDAO.insertAllAttention(paramMap); | |
| 64 | - } | |
| 65 | - } | |
| 66 | - | |
| 67 | - //출석목록 | |
| 68 | - public List selectAttendList(AttendVO vo) throws Exception {
| |
| 69 | - return attendDAO.selectAttendList(vo); | |
| 70 | - } | |
| 71 | - | |
| 72 | - //과정별 학생 출석 목록(성적) | |
| 73 | - public List studentAttendList(AttendVO vo) throws Exception {
| |
| 74 | - return attendDAO.studentAttendList(vo); | |
| 75 | - } | |
| 76 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/BasefileDAO.java
... | ... | @@ -1,86 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.com.lms.service.BasefileVO; | |
| 9 | - | |
| 10 | -/** | |
| 11 | - * @Class Name : BasefileDAO.java | |
| 12 | - * @Description : Basefile DAO Class | |
| 13 | - * @Modification Information | |
| 14 | - * | |
| 15 | - * @author 문성진 | |
| 16 | - * @since 2019-10-11 | |
| 17 | - * @version 1.0 | |
| 18 | - * @see | |
| 19 | - * | |
| 20 | - * Copyright (C) All right reserved. | |
| 21 | - */ | |
| 22 | - | |
| 23 | -@Repository("basefileDAO")
| |
| 24 | -public class BasefileDAO extends EgovAbstractDAO {
| |
| 25 | - | |
| 26 | - /** | |
| 27 | - * basefile을 등록한다. | |
| 28 | - * @param vo - 등록할 정보가 담긴 BasefileVO | |
| 29 | - * @return 등록 결과 | |
| 30 | - * @exception Exception | |
| 31 | - */ | |
| 32 | - public String insertBasefile(BasefileVO vo) throws Exception {
| |
| 33 | - return (String)insert("basefileDAO.insertBasefile_S", vo);
| |
| 34 | - } | |
| 35 | - | |
| 36 | - /** | |
| 37 | - * basefile을 수정한다. | |
| 38 | - * @param vo - 수정할 정보가 담긴 BasefileVO | |
| 39 | - * @return void형 | |
| 40 | - * @exception Exception | |
| 41 | - */ | |
| 42 | - public void updateBasefile(BasefileVO vo) throws Exception {
| |
| 43 | - update("basefileDAO.updateBasefile_S", vo);
| |
| 44 | - } | |
| 45 | - | |
| 46 | - /** | |
| 47 | - * basefile을 삭제한다. | |
| 48 | - * @param vo - 삭제할 정보가 담긴 BasefileVO | |
| 49 | - * @return void형 | |
| 50 | - * @exception Exception | |
| 51 | - */ | |
| 52 | - public void deleteBasefile(BasefileVO vo) throws Exception {
| |
| 53 | - delete("basefileDAO.deleteBasefile_S", vo);
| |
| 54 | - } | |
| 55 | - | |
| 56 | - /** | |
| 57 | - * basefile을 조회한다. | |
| 58 | - * @param vo - 조회할 정보가 담긴 BasefileVO | |
| 59 | - * @return 조회한 basefile | |
| 60 | - * @exception Exception | |
| 61 | - */ | |
| 62 | - public BasefileVO selectBasefile(BasefileVO vo) throws Exception {
| |
| 63 | - return (BasefileVO) select("basefileDAO.selectBasefile_S", vo);
| |
| 64 | - } | |
| 65 | - | |
| 66 | - /** | |
| 67 | - * basefile 목록을 조회한다. | |
| 68 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 69 | - * @return basefile 목록 | |
| 70 | - * @exception Exception | |
| 71 | - */ | |
| 72 | - public List<?> selectBasefileList(BasefileVO searchVO) throws Exception {
| |
| 73 | - return list("basefileDAO.selectBasefileList_D", searchVO);
| |
| 74 | - } | |
| 75 | - | |
| 76 | - /** | |
| 77 | - * basefile 총 갯수를 조회한다. | |
| 78 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 79 | - * @return basefile 총 갯수 | |
| 80 | - * @exception | |
| 81 | - */ | |
| 82 | - public int selectBasefileListTotCnt(BasefileVO searchVO) {
| |
| 83 | - return (Integer)select("basefileDAO.selectBasefileListTotCnt_S", searchVO);
| |
| 84 | - } | |
| 85 | - | |
| 86 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/BasefileServiceImpl.java
... | ... | @@ -1,110 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import javax.annotation.Resource; | |
| 6 | - | |
| 7 | -import org.springframework.stereotype.Service; | |
| 8 | -import org.slf4j.Logger; | |
| 9 | -import org.slf4j.LoggerFactory; | |
| 10 | - | |
| 11 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 12 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 13 | -import egovframework.com.lms.service.BasefileService; | |
| 14 | -import egovframework.com.lms.service.BasefileVO; | |
| 15 | -import egovframework.com.lms.service.impl.BasefileDAO; | |
| 16 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 17 | - | |
| 18 | -/** | |
| 19 | - * @Class Name : BasefileServiceImpl.java | |
| 20 | - * @Description : Basefile Business Implement class | |
| 21 | - * @Modification Information | |
| 22 | - * | |
| 23 | - * @author 문성진 | |
| 24 | - * @since 2019-10-11 | |
| 25 | - * @version 1.0 | |
| 26 | - * @see | |
| 27 | - * | |
| 28 | - * Copyright (C) All right reserved. | |
| 29 | - */ | |
| 30 | - | |
| 31 | -@Service("basefileService")
| |
| 32 | -public class BasefileServiceImpl extends EgovAbstractServiceImpl implements | |
| 33 | - BasefileService {
| |
| 34 | - | |
| 35 | - @Resource(name="basefileDAO") | |
| 36 | - private BasefileDAO basefileDAO; | |
| 37 | - | |
| 38 | - /** | |
| 39 | - * basefile을 등록한다. | |
| 40 | - * @param vo - 등록할 정보가 담긴 BasefileVO | |
| 41 | - * @return 등록 결과 | |
| 42 | - * @exception Exception | |
| 43 | - */ | |
| 44 | - public String insertBasefile(BasefileVO vo) throws Exception {
| |
| 45 | - String ctgryId = ""; | |
| 46 | - for(int i = 0; i < vo.getCtgryIdList().size(); i++){
| |
| 47 | - if(!EgovStringUtil.isEmpty(vo.getCtgryIdList().get(i))){
| |
| 48 | - ctgryId = vo.getCtgryIdList().get(i); | |
| 49 | - } | |
| 50 | - } | |
| 51 | - vo.setCtgryId(ctgryId); | |
| 52 | - | |
| 53 | - basefileDAO.insertBasefile(vo); | |
| 54 | - return null; | |
| 55 | - } | |
| 56 | - | |
| 57 | - /** | |
| 58 | - * basefile을 수정한다. | |
| 59 | - * @param vo - 수정할 정보가 담긴 BasefileVO | |
| 60 | - * @return void형 | |
| 61 | - * @exception Exception | |
| 62 | - */ | |
| 63 | - public void updateBasefile(BasefileVO vo) throws Exception {
| |
| 64 | - basefileDAO.updateBasefile(vo); | |
| 65 | - } | |
| 66 | - | |
| 67 | - /** | |
| 68 | - * basefile을 삭제한다. | |
| 69 | - * @param vo - 삭제할 정보가 담긴 BasefileVO | |
| 70 | - * @return void형 | |
| 71 | - * @exception Exception | |
| 72 | - */ | |
| 73 | - public void deleteBasefile(BasefileVO vo) throws Exception {
| |
| 74 | - basefileDAO.deleteBasefile(vo); | |
| 75 | - } | |
| 76 | - | |
| 77 | - /** | |
| 78 | - * basefile을 조회한다. | |
| 79 | - * @param vo - 조회할 정보가 담긴 BasefileVO | |
| 80 | - * @return 조회한 basefile | |
| 81 | - * @exception Exception | |
| 82 | - */ | |
| 83 | - public BasefileVO selectBasefile(BasefileVO vo) throws Exception {
| |
| 84 | - BasefileVO resultVO = basefileDAO.selectBasefile(vo); | |
| 85 | - if (resultVO == null) | |
| 86 | - throw processException("info.nodata.msg");
| |
| 87 | - return resultVO; | |
| 88 | - } | |
| 89 | - | |
| 90 | - /** | |
| 91 | - * basefile 목록을 조회한다. | |
| 92 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 93 | - * @return basefile 목록 | |
| 94 | - * @exception Exception | |
| 95 | - */ | |
| 96 | - public List<?> selectBasefileList(BasefileVO searchVO) throws Exception {
| |
| 97 | - return basefileDAO.selectBasefileList(searchVO); | |
| 98 | - } | |
| 99 | - | |
| 100 | - /** | |
| 101 | - * basefile 총 갯수를 조회한다. | |
| 102 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 103 | - * @return basefile 총 갯수 | |
| 104 | - * @exception | |
| 105 | - */ | |
| 106 | - public int selectBasefileListTotCnt(BasefileVO searchVO) {
| |
| 107 | - return basefileDAO.selectBasefileListTotCnt(searchVO); | |
| 108 | - } | |
| 109 | - | |
| 110 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CertificateDAO.java
... | ... | @@ -1,43 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 9 | -import egovframework.com.lms.service.AttendVO; | |
| 10 | -import egovframework.com.lms.service.BasefileVO; | |
| 11 | -import egovframework.com.lms.service.CertificateVO; | |
| 12 | -import egovframework.com.lms.service.CurriculumVO; | |
| 13 | - | |
| 14 | -//수료증 | |
| 15 | -@Repository("certificateDAO")
| |
| 16 | -public class CertificateDAO extends EgovAbstractDAO {
| |
| 17 | - | |
| 18 | - //수료증등록 | |
| 19 | - public void insertCertificate(CertificateVO vo) throws Exception {
| |
| 20 | - insert("certificateDAO.insertCertificate", vo);
| |
| 21 | - } | |
| 22 | - | |
| 23 | - //발급 수료증 폐기 | |
| 24 | - public void deleteCertificate(CertificateVO vo) throws Exception {
| |
| 25 | - update("certificateDAO.deleteCertificate", vo);
| |
| 26 | - } | |
| 27 | - | |
| 28 | - //주료증 목록 | |
| 29 | - public List selectCertificateList(CertificateVO vo) throws Exception {
| |
| 30 | - return list("certificateDAO.selectCertificateList", vo);
| |
| 31 | - } | |
| 32 | - | |
| 33 | - //주료증 목록 수 | |
| 34 | - public int selectCertificateListCnt(CertificateVO vo) throws Exception {
| |
| 35 | - return (int) select("certificateDAO.selectCertificateListCnt", vo);
| |
| 36 | - } | |
| 37 | - | |
| 38 | - //수료증 조회 | |
| 39 | - public EgovMap selectCertificate(CertificateVO vo) throws Exception {
| |
| 40 | - return (EgovMap) select("certificateDAO.selectCertificate", vo);
| |
| 41 | - } | |
| 42 | - | |
| 43 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CertificateServiceImpl.java
... | ... | @@ -1,123 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import java.util.Map; | |
| 5 | - | |
| 6 | -import javax.annotation.Resource; | |
| 7 | - | |
| 8 | -import org.springframework.stereotype.Service; | |
| 9 | - | |
| 10 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 11 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 12 | -import egovframework.com.lms.service.CertificateService; | |
| 13 | -import egovframework.com.lms.service.CertificateVO; | |
| 14 | -import egovframework.com.lms.service.CurriculumVO; | |
| 15 | -import egovframework.com.utl.fcc.service.EgovDateUtil; | |
| 16 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 17 | - | |
| 18 | - | |
| 19 | - | |
| 20 | -@Service("certificateService")
| |
| 21 | -public class CertificateServiceImpl extends EgovAbstractServiceImpl implements CertificateService {
| |
| 22 | - | |
| 23 | - @Resource(name="gradeDAO") | |
| 24 | - private GradeDAO gradeDao; | |
| 25 | - | |
| 26 | - @Resource(name="curriculumDAO") | |
| 27 | - private CurriculumDAO curriculumDAO; | |
| 28 | - | |
| 29 | - @Resource(name="certificateDAO") | |
| 30 | - private CertificateDAO certificateDAO; | |
| 31 | - | |
| 32 | - public static String[] alphabet = new String[] {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"};
| |
| 33 | - | |
| 34 | - //수료증등록 | |
| 35 | - @Override | |
| 36 | - public void insertCertificate(CertificateVO vo) throws Exception {
| |
| 37 | - vo.setFirstIndex(0); | |
| 38 | - vo.setRecordCountPerPage(1); | |
| 39 | - List<EgovMap> certList = certificateDAO.selectCertificateList(vo); | |
| 40 | - String lastCertificate = certList.get(0).get("certificateId").toString();
| |
| 41 | - String lastCertificateYear = lastCertificate.substring(4,8); | |
| 42 | - String year = EgovDateUtil.getToday().substring(0,4); | |
| 43 | - String lastCertificateAlpha = lastCertificate.substring(9,10); | |
| 44 | - String alpha = "A"; | |
| 45 | - int breakCnt = 0; | |
| 46 | - int alphaNum = 0; | |
| 47 | - int lastCertificateNum = Integer.parseInt(lastCertificate.substring(10,13)); | |
| 48 | - | |
| 49 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 50 | - curriculumVO.setCrclId(vo.getCrclId()); | |
| 51 | - List<EgovMap> gradeList = gradeDao.selectGradeList(curriculumVO); | |
| 52 | - for(int i = 0; i < gradeList.size(); i++) {
| |
| 53 | - if("Y".equals(gradeList.get(i).get("finishAt").toString())) {
| |
| 54 | - String userId = gradeList.get(i).get("userId").toString();
| |
| 55 | - vo.setUserId(userId); | |
| 56 | - | |
| 57 | - //수료증 발행번호 | |
| 58 | - for(int a=0; a < alphabet.length; a++) {
| |
| 59 | - if(breakCnt == 1) {
| |
| 60 | - break; | |
| 61 | - } | |
| 62 | - | |
| 63 | - if(lastCertificateAlpha.equals(alphabet[a])) {
| |
| 64 | - alphaNum = a; | |
| 65 | - alpha = alphabet[a]; | |
| 66 | - breakCnt++; | |
| 67 | - } | |
| 68 | - } | |
| 69 | - | |
| 70 | - lastCertificateNum++; | |
| 71 | - if(lastCertificateNum == 1000) {
| |
| 72 | - lastCertificateNum = 1; | |
| 73 | - alpha = alphabet[alphaNum + 1]; | |
| 74 | - } | |
| 75 | - String strNum = ""; | |
| 76 | - if(lastCertificateNum < 10) {
| |
| 77 | - strNum = "00" + Integer.toString(lastCertificateNum); | |
| 78 | - }else if(lastCertificateNum < 100) {
| |
| 79 | - strNum = "0" + Integer.toString(lastCertificateNum); | |
| 80 | - }else {
| |
| 81 | - strNum = Integer.toString(lastCertificateNum); | |
| 82 | - } | |
| 83 | - | |
| 84 | - String certificateId = "CFL-" + year + "-" + alpha + strNum; | |
| 85 | - vo.setCertificateId(certificateId); | |
| 86 | - | |
| 87 | - certificateDAO.insertCertificate(vo); | |
| 88 | - } | |
| 89 | - } | |
| 90 | - | |
| 91 | - | |
| 92 | - } | |
| 93 | - | |
| 94 | - //재발급 | |
| 95 | - @Override | |
| 96 | - public void reCertificate(CertificateVO vo) throws Exception {
| |
| 97 | - vo.setReissueAt("Y");
| |
| 98 | - certificateDAO.deleteCertificate(vo); | |
| 99 | - insertCertificate(vo); | |
| 100 | - } | |
| 101 | - | |
| 102 | - //주료증 목록 | |
| 103 | - @Override | |
| 104 | - public List selectCertificateList(CertificateVO searchVO) throws Exception {
| |
| 105 | - return certificateDAO.selectCertificateList(searchVO); | |
| 106 | - } | |
| 107 | - | |
| 108 | - //주료증 목록 수 | |
| 109 | - @Override | |
| 110 | - public int selectCertificateListCnt(CertificateVO searchVO) throws Exception {
| |
| 111 | - return certificateDAO.selectCertificateListCnt(searchVO); | |
| 112 | - } | |
| 113 | - | |
| 114 | - //수료증 조회 | |
| 115 | - @Override | |
| 116 | - public EgovMap selectCertificate(CertificateVO vo) throws Exception {
| |
| 117 | - certificateDAO.selectCertificate(vo); | |
| 118 | - return null; | |
| 119 | - } | |
| 120 | - | |
| 121 | - | |
| 122 | - | |
| 123 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/ClassDAO.java
... | ... | @@ -1,24 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import org.springframework.stereotype.Repository; | |
| 4 | - | |
| 5 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 6 | - | |
| 7 | -/** | |
| 8 | - * @Class Name : CurriculumDAO.java | |
| 9 | - * @Description : Curriculum DAO Class | |
| 10 | - * @Modification Information | |
| 11 | - * | |
| 12 | - * @author 문성진 | |
| 13 | - * @since 2019.10.12 | |
| 14 | - * @version 1.0 | |
| 15 | - * @see | |
| 16 | - * | |
| 17 | - * Copyright (C) All right reserved. | |
| 18 | - */ | |
| 19 | - | |
| 20 | -@Repository("classDAO")
| |
| 21 | -public class ClassDAO extends EgovAbstractDAO {
| |
| 22 | - | |
| 23 | - | |
| 24 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/ClassManageDAO.java
... | ... | @@ -1,95 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.com.cmm.service.FileVO; | |
| 8 | -import egovframework.com.cmm.service.SearchVO; | |
| 9 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 10 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 11 | - | |
| 12 | -/** | |
| 13 | - * @Class Name : CurriculumDAO.java | |
| 14 | - * @Description : Curriculum DAO Class | |
| 15 | - * @Modification Information | |
| 16 | - * | |
| 17 | - * @author 문성진 | |
| 18 | - * @since 2019.10.12 | |
| 19 | - * @version 1.0 | |
| 20 | - * @see | |
| 21 | - * | |
| 22 | - * Copyright (C) All right reserved. | |
| 23 | - */ | |
| 24 | - | |
| 25 | -@Repository("classManageDAO")
| |
| 26 | -public class ClassManageDAO extends EgovAbstractDAO {
| |
| 27 | - | |
| 28 | - public List selectClassCurriculumList(FileVO fileVo) throws Exception {
| |
| 29 | - return list("classManageDAO.selectClassCurriculumList", fileVo);
| |
| 30 | - } | |
| 31 | - | |
| 32 | - public List selectClassFileList(FileVO fileVo) throws Exception {
| |
| 33 | - return list("classManageDAO.selectClassFileList", fileVo);
| |
| 34 | - } | |
| 35 | - | |
| 36 | - public int selectClassFileListCnt(FileVO fileVo) throws Exception {
| |
| 37 | - return (Integer)select("classManageDAO.selectClassFileListCnt", fileVo);
| |
| 38 | - } | |
| 39 | - | |
| 40 | - public List selectSearchStudyFileList(FileVO fileVo) throws Exception {
| |
| 41 | - return list("classManageDAO.selectSearchStudyFileList", fileVo);
| |
| 42 | - } | |
| 43 | - | |
| 44 | - public List selectCurriculumStudyList(SearchVO searchVo) throws Exception {
| |
| 45 | - return list("classManageDAO.selectCurriculumStudyList", searchVo);
| |
| 46 | - } | |
| 47 | - | |
| 48 | - public int selectCurriculumStudyListCnt(SearchVO searchVo) throws Exception {
| |
| 49 | - return (Integer)select("classManageDAO.selectCurriculumStudyListCnt", searchVo);
| |
| 50 | - } | |
| 51 | - | |
| 52 | - public List selectCurriculumList(SearchVO searchVo) throws Exception {
| |
| 53 | - return list("classManageDAO.selectCurriculumList", searchVo);
| |
| 54 | - } | |
| 55 | - | |
| 56 | - public List selectCurriculumBaseList(SearchVO searchVo) throws Exception {
| |
| 57 | - return list("classManageDAO.selectCurriculumBaseList", searchVo);
| |
| 58 | - } | |
| 59 | - | |
| 60 | - public List selectCurriculumBoardList(SearchVO searchVo) throws Exception {
| |
| 61 | - return list("classManageDAO.selectCurriculumBoardList", searchVo);
| |
| 62 | - } | |
| 63 | - | |
| 64 | - public int selectCurriculumBoardListCnt(SearchVO searchVo) throws Exception {
| |
| 65 | - return (Integer)select("classManageDAO.selectCurriculumBoardListCnt", searchVo);
| |
| 66 | - } | |
| 67 | - | |
| 68 | - public List selectSurveyList(SearchVO searchVo) throws Exception {
| |
| 69 | - return list("classManageDAO.selectSurveyList", searchVo);
| |
| 70 | - } | |
| 71 | - | |
| 72 | - public int selectSurveyListCnt(SearchVO searchVo) throws Exception {
| |
| 73 | - return (Integer)select("classManageDAO.selectSurveyListCnt", searchVo);
| |
| 74 | - } | |
| 75 | - | |
| 76 | - public EgovMap selectCurriculumUserInfo(EgovMap map) throws Exception {
| |
| 77 | - return (EgovMap)select("classManageDAO.selectCurriculumUserInfo", map);
| |
| 78 | - } | |
| 79 | - | |
| 80 | - public List selectTeacherClassFileList(FileVO fileVo) throws Exception {
| |
| 81 | - return list("classManageDAO.selectTeacherClassFileList", fileVo);
| |
| 82 | - } | |
| 83 | - | |
| 84 | - public int selectTeacherClassFileListCnt(FileVO fileVo) throws Exception {
| |
| 85 | - return (Integer)select("classManageDAO.selectTeacherClassFileListCnt", fileVo);
| |
| 86 | - } | |
| 87 | - | |
| 88 | - public List selectStudentClassFileList(FileVO fileVo) throws Exception {
| |
| 89 | - return list("classManageDAO.selectStudentClassFileList", fileVo);
| |
| 90 | - } | |
| 91 | - | |
| 92 | - public int selectStudentClassFileListCnt(FileVO fileVo) throws Exception {
| |
| 93 | - return (Integer)select("classManageDAO.selectStudentClassFileListCnt", fileVo);
| |
| 94 | - } | |
| 95 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/ClassManageServiceImpl.java
... | ... | @@ -1,203 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.ArrayList; | |
| 4 | -import java.util.Arrays; | |
| 5 | -import java.util.List; | |
| 6 | - | |
| 7 | -import javax.annotation.Resource; | |
| 8 | -import javax.servlet.http.HttpServletRequest; | |
| 9 | - | |
| 10 | -import org.springframework.stereotype.Service; | |
| 11 | - | |
| 12 | -import egovframework.com.cmm.service.FileVO; | |
| 13 | -import egovframework.com.cmm.service.SearchVO; | |
| 14 | -import egovframework.com.cmm.service.impl.FileManageDAO; | |
| 15 | -import egovframework.com.lms.service.ClassManageService; | |
| 16 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 17 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 18 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 19 | - | |
| 20 | -/** | |
| 21 | - * @Class Name : CurriculumbaseService.java | |
| 22 | - * @Description : Curriculumbase Business class | |
| 23 | - * @Modification Information | |
| 24 | - * | |
| 25 | - * @author 이정현 | |
| 26 | - * @since 2019.11.17 | |
| 27 | - * @version 1.0 | |
| 28 | - * @see | |
| 29 | - * | |
| 30 | - * Copyright (C) All right reserved. | |
| 31 | - */ | |
| 32 | -@Service("classManageService")
| |
| 33 | -public class ClassManageServiceImpl extends EgovAbstractServiceImpl implements ClassManageService {
| |
| 34 | - | |
| 35 | - /** ID Generation */ | |
| 36 | - @Resource(name="surveyIdGnrService") | |
| 37 | - private EgovIdGnrService surveyIdGnrService; | |
| 38 | - | |
| 39 | - @Resource(name="classManageDAO") | |
| 40 | - private ClassManageDAO classManageDAO; | |
| 41 | - | |
| 42 | - @Resource(name = "FileManageDAO") | |
| 43 | - private FileManageDAO fileMngDAO; | |
| 44 | - | |
| 45 | - private List<String> FILEEXTS_IMG = Arrays.asList("jpg", "jpeg", "png", "gif", "peg", "bmp");
| |
| 46 | - private List<String> FILEEXTS_MOV = Arrays.asList("mp4", "avi", "mov", "wmv", "asf", "asx", "mpg", "mpeg", "mpe", "flv", "rm", "mkv");
| |
| 47 | - private List<String> FILEEXTS_OTHER = Arrays.asList("xlsx", "pptx", "docx", "txt", "doc", "zip", "xls", "ppt", "pdf", "hwp");
| |
| 48 | - | |
| 49 | - public List selectClassCurriculumList(FileVO fileVo) throws Exception {
| |
| 50 | - return this.classManageDAO.selectClassCurriculumList(fileVo); | |
| 51 | - } | |
| 52 | - | |
| 53 | - public EgovMap selectFileListMap(FileVO fileVo, HttpServletRequest request) throws Exception {
| |
| 54 | - EgovMap resultMap = new EgovMap(); | |
| 55 | - | |
| 56 | - fileVo.setSearchFileExtsn(selectFileExtnList(request)); | |
| 57 | - List<EgovMap> fileList = this.classManageDAO.selectClassFileList(fileVo); | |
| 58 | - int fileListCnt = this.classManageDAO.selectClassFileListCnt(fileVo); | |
| 59 | - | |
| 60 | - if(fileList != null){
| |
| 61 | - fileList = this.setFileList(fileList); | |
| 62 | - } | |
| 63 | - | |
| 64 | - resultMap.put("resultList", fileList);
| |
| 65 | - resultMap.put("resultCnt", fileListCnt);
| |
| 66 | - return resultMap; | |
| 67 | - } | |
| 68 | - | |
| 69 | - public EgovMap selectTeacherFileListMap(FileVO fileVo, HttpServletRequest request) throws Exception {
| |
| 70 | - EgovMap resultMap = new EgovMap(); | |
| 71 | - | |
| 72 | - fileVo.setSearchFileExtsn(selectFileExtnList(request)); | |
| 73 | - if("Y".equals(fileVo.getAddAt())){
| |
| 74 | - fileVo.setRecordCountPerPage(99999); | |
| 75 | - } | |
| 76 | - List<EgovMap> fileList = this.classManageDAO.selectTeacherClassFileList(fileVo); | |
| 77 | - int fileListCnt = this.classManageDAO.selectTeacherClassFileListCnt(fileVo); | |
| 78 | - | |
| 79 | - if(fileList != null){
| |
| 80 | - fileList = this.setFileList(fileList); | |
| 81 | - } | |
| 82 | - | |
| 83 | - resultMap.put("resultList", fileList);
| |
| 84 | - resultMap.put("resultCnt", fileListCnt);
| |
| 85 | - return resultMap; | |
| 86 | - } | |
| 87 | - | |
| 88 | - public EgovMap selectStudentFileListMap(FileVO fileVo, HttpServletRequest request) throws Exception {
| |
| 89 | - EgovMap resultMap = new EgovMap(); | |
| 90 | - | |
| 91 | - fileVo.setSearchFileExtsn(selectFileExtnList(request)); | |
| 92 | - List<EgovMap> fileList = this.classManageDAO.selectStudentClassFileList(fileVo); | |
| 93 | - int fileListCnt = this.classManageDAO.selectStudentClassFileListCnt(fileVo); | |
| 94 | - | |
| 95 | - if(fileList != null){
| |
| 96 | - fileList = this.setFileList(fileList); | |
| 97 | - } | |
| 98 | - | |
| 99 | - resultMap.put("resultList", fileList);
| |
| 100 | - resultMap.put("resultCnt", fileListCnt);
| |
| 101 | - return resultMap; | |
| 102 | - } | |
| 103 | - | |
| 104 | - public List selectSearchStudyFileList(FileVO fileVo,HttpServletRequest request) throws Exception {
| |
| 105 | - fileVo.setSearchFileExtsn(selectFileExtnList(request)); | |
| 106 | - List<EgovMap> fileList = this.classManageDAO.selectSearchStudyFileList(fileVo); | |
| 107 | - if(fileList != null){
| |
| 108 | - fileList = this.setFileList(fileList); | |
| 109 | - } | |
| 110 | - return fileList; | |
| 111 | - } | |
| 112 | - | |
| 113 | - private List<String> selectFileExtnList(HttpServletRequest request) throws Exception {
| |
| 114 | - String extOth = request.getParameter("fileExtOther");
| |
| 115 | - String extImg = request.getParameter("fileExtImg");
| |
| 116 | - String extMov = request.getParameter("fileExtMov");
| |
| 117 | - List<String> searchFileExtsn = new ArrayList<String>(); | |
| 118 | - | |
| 119 | - if(extOth != null){
| |
| 120 | - searchFileExtsn.addAll(FILEEXTS_OTHER); | |
| 121 | - } | |
| 122 | - if(extImg != null){
| |
| 123 | - searchFileExtsn.addAll(FILEEXTS_IMG); | |
| 124 | - } | |
| 125 | - if(extMov != null){
| |
| 126 | - searchFileExtsn.addAll(FILEEXTS_MOV); | |
| 127 | - } | |
| 128 | - | |
| 129 | - return searchFileExtsn; | |
| 130 | - } | |
| 131 | - | |
| 132 | - public FileVO selectFileInfo(FileVO fileVo) throws Exception {
| |
| 133 | - FileVO fvo = fileMngDAO.selectFileInf(fileVo); | |
| 134 | - if(FILEEXTS_IMG.indexOf(fvo.getFileExtsn()) != -1){
| |
| 135 | - fvo.setFileExtNm("이미지");
| |
| 136 | - }else if(FILEEXTS_MOV.indexOf(fvo.getFileExtsn()) != -1){
| |
| 137 | - fvo.setFileExtNm("동영상");
| |
| 138 | - }else{
| |
| 139 | - fvo.setFileExtNm("파일");
| |
| 140 | - } | |
| 141 | - return fvo; | |
| 142 | - } | |
| 143 | - | |
| 144 | - | |
| 145 | - public EgovMap selectCurriculumStudyMap(SearchVO searchVo) throws Exception {
| |
| 146 | - EgovMap resultMap = new EgovMap(); | |
| 147 | - | |
| 148 | - List<EgovMap> resultList = this.classManageDAO.selectCurriculumStudyList(searchVo); | |
| 149 | - int resultCnt = this.classManageDAO.selectCurriculumStudyListCnt(searchVo); | |
| 150 | - | |
| 151 | - resultMap.put("resultList", resultList);
| |
| 152 | - resultMap.put("resultCnt", resultCnt);
| |
| 153 | - return resultMap; | |
| 154 | - } | |
| 155 | - | |
| 156 | - public List selectCurriculumList(SearchVO searchVo) throws Exception {
| |
| 157 | - return this.classManageDAO.selectCurriculumList(searchVo); | |
| 158 | - } | |
| 159 | - | |
| 160 | - public List selectCurriculumBaseList(SearchVO searchVo) throws Exception {
| |
| 161 | - return this.classManageDAO.selectCurriculumBaseList(searchVo); | |
| 162 | - } | |
| 163 | - | |
| 164 | - public EgovMap selectCurriculumBoardMap(SearchVO searchVo) throws Exception {
| |
| 165 | - EgovMap resultMap = new EgovMap(); | |
| 166 | - | |
| 167 | - List<EgovMap> resultList = this.classManageDAO.selectCurriculumBoardList(searchVo); | |
| 168 | - int resultCnt = this.classManageDAO.selectCurriculumBoardListCnt(searchVo); | |
| 169 | - | |
| 170 | - resultMap.put("resultList", resultList);
| |
| 171 | - resultMap.put("resultCnt", resultCnt);
| |
| 172 | - return resultMap; | |
| 173 | - } | |
| 174 | - | |
| 175 | - public EgovMap selectSurveyMap(SearchVO searchVo) throws Exception {
| |
| 176 | - EgovMap resultMap = new EgovMap(); | |
| 177 | - | |
| 178 | - List<EgovMap> resultList = this.classManageDAO.selectSurveyList(searchVo); | |
| 179 | - int resultCnt = this.classManageDAO.selectSurveyListCnt(searchVo); | |
| 180 | - | |
| 181 | - resultMap.put("resultList", resultList);
| |
| 182 | - resultMap.put("resultCnt", resultCnt);
| |
| 183 | - return resultMap; | |
| 184 | - } | |
| 185 | - | |
| 186 | - public EgovMap selectCurriculumUserInfo(EgovMap map) throws Exception {
| |
| 187 | - return this.classManageDAO.selectCurriculumUserInfo(map); | |
| 188 | - } | |
| 189 | - | |
| 190 | - public List setFileList(List<EgovMap> fileList) throws Exception {
| |
| 191 | - for(EgovMap tempVo : fileList){
| |
| 192 | - if(FILEEXTS_IMG.indexOf(tempVo.get("fileExtsn").toString()) != -1){
| |
| 193 | - tempVo.put("fileExtNm", "이미지");
| |
| 194 | - }else if(FILEEXTS_MOV.indexOf(tempVo.get("fileExtsn").toString()) != -1){
| |
| 195 | - tempVo.put("fileExtNm", "동영상");
| |
| 196 | - }else{
| |
| 197 | - tempVo.put("fileExtNm", "파일");
| |
| 198 | - } | |
| 199 | - } | |
| 200 | - return fileList; | |
| 201 | - } | |
| 202 | - | |
| 203 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumDAO.java
... | ... | @@ -1,485 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 9 | -import egovframework.com.cop.bbs.service.BoardVO; | |
| 10 | -import egovframework.com.lms.service.CurriculumVO; | |
| 11 | - | |
| 12 | -/** | |
| 13 | - * @Class Name : CurriculumDAO.java | |
| 14 | - * @Description : Curriculum DAO Class | |
| 15 | - * @Modification Information | |
| 16 | - * | |
| 17 | - * @author 문성진 | |
| 18 | - * @since 2019.10.12 | |
| 19 | - * @version 1.0 | |
| 20 | - * @see | |
| 21 | - * | |
| 22 | - * Copyright (C) All right reserved. | |
| 23 | - */ | |
| 24 | - | |
| 25 | -@Repository("curriculumDAO")
| |
| 26 | -public class CurriculumDAO extends EgovAbstractDAO {
| |
| 27 | - | |
| 28 | - /** | |
| 29 | - * curriculum을 등록한다. | |
| 30 | - * @param vo - 등록할 정보가 담긴 CurriculumVO | |
| 31 | - * @return 등록 결과 | |
| 32 | - * @exception Exception | |
| 33 | - */ | |
| 34 | - public String insertCurriculum(CurriculumVO vo) throws Exception {
| |
| 35 | - return (String)insert("curriculumDAO.insertCurriculum_S", vo);
| |
| 36 | - } | |
| 37 | - | |
| 38 | - /** | |
| 39 | - * curriculum을 수정한다. | |
| 40 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 41 | - * @return void형 | |
| 42 | - * @exception Exception | |
| 43 | - */ | |
| 44 | - public void updateCurriculum(CurriculumVO vo) throws Exception {
| |
| 45 | - update("curriculumDAO.updateCurriculum_S", vo);
| |
| 46 | - } | |
| 47 | - | |
| 48 | - //과정 일부 만 수정 | |
| 49 | - public void updateCurriculumPart(CurriculumVO vo) throws Exception {
| |
| 50 | - update("curriculumDAO.updateCurriculumPart", vo);
| |
| 51 | - } | |
| 52 | - | |
| 53 | - /** | |
| 54 | - * curriculum을 삭제한다. | |
| 55 | - * @param vo - 삭제할 정보가 담긴 CurriculumVO | |
| 56 | - * @return void형 | |
| 57 | - * @exception Exception | |
| 58 | - */ | |
| 59 | - public void deleteCurriculum(CurriculumVO vo) throws Exception {
| |
| 60 | - update("curriculumDAO.deleteCurriculum_S", vo);
| |
| 61 | - } | |
| 62 | - | |
| 63 | - /** | |
| 64 | - * curriculum을 조회한다. | |
| 65 | - * @param vo - 조회할 정보가 담긴 CurriculumVO | |
| 66 | - * @return 조회한 curriculum | |
| 67 | - * @exception Exception | |
| 68 | - */ | |
| 69 | - public CurriculumVO selectCurriculum(CurriculumVO vo) throws Exception {
| |
| 70 | - return (CurriculumVO) select("curriculumDAO.selectCurriculum_S", vo);
| |
| 71 | - } | |
| 72 | - | |
| 73 | - /** | |
| 74 | - * curriculum 목록을 조회한다. | |
| 75 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 76 | - * @return curriculum 목록 | |
| 77 | - * @exception Exception | |
| 78 | - */ | |
| 79 | - public List<?> selectCurriculumList(CurriculumVO searchVO) throws Exception {
| |
| 80 | - //return (List<EgovMap>) list("curriculumDAO.selectCurriculumList_D", searchVO);
| |
| 81 | - return list("curriculumDAO.selectCurriculumList_D", searchVO);
| |
| 82 | - } | |
| 83 | - | |
| 84 | - /** | |
| 85 | - * curriculum 총 갯수를 조회한다. | |
| 86 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 87 | - * @return curriculum 총 갯수 | |
| 88 | - * @exception | |
| 89 | - */ | |
| 90 | - public int selectCurriculumListTotCnt(CurriculumVO searchVO) {
| |
| 91 | - return (Integer)select("curriculumDAO.selectCurriculumListTotCnt_S", searchVO);
| |
| 92 | - } | |
| 93 | - | |
| 94 | - //책임교원등록 | |
| 95 | - public String insertCurriculumMng(CurriculumVO vo) throws Exception {
| |
| 96 | - return (String)insert("curriculumDAO.insertCurriculumMng", vo);
| |
| 97 | - } | |
| 98 | - | |
| 99 | - //책임교원삭제 | |
| 100 | - public void deleteCurriculumMng(CurriculumVO vo) throws Exception {
| |
| 101 | - delete("curriculumDAO.deleteCurriculumMng", vo);
| |
| 102 | - } | |
| 103 | - | |
| 104 | - //사업비등록 | |
| 105 | - public String insertCurriculumExp(CurriculumVO vo) throws Exception {
| |
| 106 | - return (String)insert("curriculumDAO.insertCurriculumExp", vo);
| |
| 107 | - } | |
| 108 | - | |
| 109 | - //사업비 목록 | |
| 110 | - public List selectCurriculumExpense(CurriculumVO vo) throws Exception {
| |
| 111 | - return list("curriculumDAO.selectCurriculumExpense", vo);
| |
| 112 | - } | |
| 113 | - | |
| 114 | - //프로세스업데이트 | |
| 115 | - public void updatePsCodeCurriculum(CurriculumVO vo) throws Exception {
| |
| 116 | - update("curriculumDAO.updatePsCodeCurriculum", vo);
| |
| 117 | - } | |
| 118 | - | |
| 119 | - //사업비삭제 | |
| 120 | - public void deleteCurriculumExp(CurriculumVO vo) throws Exception {
| |
| 121 | - delete("curriculumDAO.deleteCurriculumExp", vo);
| |
| 122 | - } | |
| 123 | - | |
| 124 | - //학습내용등록 | |
| 125 | - public void insertCurriculumLesson(CurriculumVO vo) throws Exception {
| |
| 126 | - insert("curriculumDAO.insertCurriculumLesson", vo);
| |
| 127 | - } | |
| 128 | - | |
| 129 | - //학습내용삭제 | |
| 130 | - public void deleteCurriculumLesson(CurriculumVO vo) throws Exception {
| |
| 131 | - delete("curriculumDAO.deleteCurriculumLesson", vo);
| |
| 132 | - } | |
| 133 | - | |
| 134 | - //학습내용 목록 | |
| 135 | - public List selectCurriculumLesson(CurriculumVO vo) throws Exception {
| |
| 136 | - return list("curriculumDAO.selectCurriculumLesson", vo);
| |
| 137 | - } | |
| 138 | - | |
| 139 | - //과정 사용자(관리자) 목록 | |
| 140 | - public List selectCurriculumMng(CurriculumVO vo) throws Exception {
| |
| 141 | - return list("curriculumDAO.selectCurriculumMng", vo);
| |
| 142 | - } | |
| 143 | - | |
| 144 | - //교원배정등록 | |
| 145 | - public void insertCurriculumFaculty(CurriculumVO vo) throws Exception {
| |
| 146 | - insert("curriculumDAO.insertCurriculumFaculty", vo);
| |
| 147 | - } | |
| 148 | - | |
| 149 | - //교원배정삭제 | |
| 150 | - public void deleteCurriculumFaculty(CurriculumVO vo) throws Exception {
| |
| 151 | - delete("curriculumDAO.deleteCurriculumFaculty", vo);
| |
| 152 | - } | |
| 153 | - | |
| 154 | - //교원배정목록 | |
| 155 | - public List selectCurriculumFaculty(CurriculumVO vo) throws Exception {
| |
| 156 | - return list("curriculumDAO.selectCurriculumFaculty", vo);
| |
| 157 | - } | |
| 158 | - | |
| 159 | - //교원배정(중복제거) 목록 | |
| 160 | - public List selectCurriculumFacultyDp(CurriculumVO vo) throws Exception {
| |
| 161 | - return list("curriculumDAO.selectCurriculumFacultyDp", vo);
| |
| 162 | - } | |
| 163 | - | |
| 164 | - //총괄평가등록 | |
| 165 | - public void insertTotalEvaluation(CurriculumVO vo) throws Exception {
| |
| 166 | - insert("curriculumDAO.insertTotalEvaluation", vo);
| |
| 167 | - } | |
| 168 | - | |
| 169 | - //총괄평가삭제 | |
| 170 | - public void deleteTotalEvaluation(CurriculumVO vo) throws Exception {
| |
| 171 | - delete("curriculumDAO.deleteTotalEvaluation", vo);
| |
| 172 | - } | |
| 173 | - | |
| 174 | - //총괄평가목록 | |
| 175 | - public List selectTotalEvaluation(CurriculumVO vo) throws Exception {
| |
| 176 | - return list("curriculumDAO.selectTotalEvaluation", vo);
| |
| 177 | - } | |
| 178 | - | |
| 179 | - //수업참여도게시판목록 | |
| 180 | - public List selectAttendbbs(CurriculumVO vo) throws Exception {
| |
| 181 | - return list("curriculumDAO.selectAttendbbs", vo);
| |
| 182 | - } | |
| 183 | - | |
| 184 | - //수업참여게시판 | |
| 185 | - public void insertAttendbbs(CurriculumVO vo) throws Exception {
| |
| 186 | - insert("curriculumDAO.insertAttendbbs", vo);
| |
| 187 | - } | |
| 188 | - | |
| 189 | - //교재 및 부교재 등록 | |
| 190 | - public void insertBookbbs(CurriculumVO vo) throws Exception {
| |
| 191 | - insert("curriculumDAO.insertBookbbs", vo);
| |
| 192 | - } | |
| 193 | - | |
| 194 | - //교재 및 부교재 삭제 | |
| 195 | - public void deleteBookbbs(CurriculumVO vo) throws Exception {
| |
| 196 | - insert("curriculumDAO.deleteBookbbs", vo);
| |
| 197 | - } | |
| 198 | - | |
| 199 | - //교재 및 부교재 목록 | |
| 200 | - public List selectBookbbs(CurriculumVO vo) throws Exception {
| |
| 201 | - return list("curriculumDAO.selectBookbbs", vo);
| |
| 202 | - } | |
| 203 | - | |
| 204 | - //과정 그룹 등록 | |
| 205 | - public void insertCurriculumGroup(CurriculumVO vo) throws Exception {
| |
| 206 | - insert("curriculumDAO.insertCurriculumGroup_S", vo);
| |
| 207 | - } | |
| 208 | - | |
| 209 | - //과정 맴버 삭제 | |
| 210 | - public void deleteCurriculumMember(CurriculumVO vo) throws Exception {
| |
| 211 | - delete("curriculumDAO.deleteCurriculumMember", vo);
| |
| 212 | - } | |
| 213 | - | |
| 214 | - /** | |
| 215 | - * curriculummember을 등록한다. | |
| 216 | - * @param vo - 등록할 정보가 담긴 CurriculumVO | |
| 217 | - * @return 등록 결과 | |
| 218 | - * @exception Exception | |
| 219 | - */ | |
| 220 | - public void insertCurriculumMember(CurriculumVO vo) throws Exception {
| |
| 221 | - insert("curriculumDAO.insertCurriculumMember_S", vo);
| |
| 222 | - } | |
| 223 | - | |
| 224 | - //수강신청 첨부 서류 재처리 | |
| 225 | - public void updateCurriculumMember(CurriculumVO vo) throws Exception {
| |
| 226 | - insert("curriculumDAO.updateCurriculumMember_S", vo);
| |
| 227 | - } | |
| 228 | - | |
| 229 | - | |
| 230 | - //중복 수강신청 조회 | |
| 231 | - public int selectCurriculumDuplicationMemberCnt(CurriculumVO searchVO) {
| |
| 232 | - return (Integer)select("curriculumDAO.selectCurriculumDuplicationMemberCnt_S", searchVO);
| |
| 233 | - } | |
| 234 | - | |
| 235 | - //수강신청 조회 | |
| 236 | - public CurriculumVO selectCurriculumMemberDetail(CurriculumVO vo) throws Exception {
| |
| 237 | - return (CurriculumVO) select("curriculumDAO.selectCurriculumMemberDetail_S", vo);
| |
| 238 | - } | |
| 239 | - | |
| 240 | - // 오늘의 수업 | |
| 241 | - public List<?> selectTodayCrclList(CurriculumVO searchVO) throws Exception {
| |
| 242 | - return list("curriculumDAO.selectTodayCrclList", searchVO);
| |
| 243 | - } | |
| 244 | - | |
| 245 | - /** | |
| 246 | - * curriculumMember 총 갯수를 조회한다. | |
| 247 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 248 | - * @return homework 총 갯수 | |
| 249 | - * @exception | |
| 250 | - */ | |
| 251 | - public int selectHomeworkTotCnt(CurriculumVO searchVO) {
| |
| 252 | - return (Integer)select("curriculumDAO.selectHomeworkTotCnt_S", searchVO);
| |
| 253 | - } | |
| 254 | - | |
| 255 | - /** | |
| 256 | - * curriculumMember 목록을 조회한다. | |
| 257 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 258 | - * @return homework 목록 | |
| 259 | - * @exception Exception | |
| 260 | - */ | |
| 261 | - public List<?> selectHomeworkList(CurriculumVO searchVO) throws Exception {
| |
| 262 | - return list("curriculumDAO.selectHomeworkList_D", searchVO);
| |
| 263 | - } | |
| 264 | - | |
| 265 | - /** | |
| 266 | - * 과제 제출 대기 학생 목록을 조회한다. | |
| 267 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 268 | - * @return homeworksubmit 목록 | |
| 269 | - * @exception Exception | |
| 270 | - */ | |
| 271 | - public List<?> selectHomeworkSubmitWaitingList(CurriculumVO searchVO) throws Exception {
| |
| 272 | - return list("curriculumMemberDAO.selectHomeworkSubmitWaitingList_D", searchVO);
| |
| 273 | - } | |
| 274 | - | |
| 275 | - /** | |
| 276 | - * 과제 평가 대기 학생 목록을 조회한다. | |
| 277 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 278 | - * @return homeworksubmit 목록 | |
| 279 | - * @exception Exception | |
| 280 | - */ | |
| 281 | - public List<?> selectHomeworkTestWaitingList(CurriculumVO searchVO) throws Exception {
| |
| 282 | - return list("curriculumMemberDAO.selectHomeworkTestWaitingList_D", searchVO);
| |
| 283 | - } | |
| 284 | - | |
| 285 | - /** | |
| 286 | - * 과제를 등록한다. | |
| 287 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 288 | - * @return homework 목록 | |
| 289 | - * @exception Exception | |
| 290 | - */ | |
| 291 | - public void insertHomeworkArticle(CurriculumVO searchVO) throws Exception {
| |
| 292 | - insert("curriculumMemberDAO.insertHomeworkArticle_S", searchVO);
| |
| 293 | - } | |
| 294 | - | |
| 295 | - /** | |
| 296 | - * 과제 상세 내용을 조회한다. | |
| 297 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 298 | - * @return homework 목록 | |
| 299 | - * @exception Exception | |
| 300 | - */ | |
| 301 | - public CurriculumVO selectHomeworkArticle(CurriculumVO vo) throws Exception {
| |
| 302 | - return (CurriculumVO) select("curriculumDAO.selectHomeworkArticle_S", vo);
| |
| 303 | - } | |
| 304 | - | |
| 305 | - /** | |
| 306 | - * 과제를 삭제한다. | |
| 307 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 308 | - * @return homework 삭제 | |
| 309 | - * @exception Exception | |
| 310 | - */ | |
| 311 | - public void deleteHomeworkArticle(CurriculumVO vo) throws Exception {
| |
| 312 | - update("curriculumDAO.deleteHomework", vo);
| |
| 313 | - } | |
| 314 | - | |
| 315 | - /** | |
| 316 | - * 과제를 수정한다. | |
| 317 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 318 | - * @return homework 수정 | |
| 319 | - * @exception Exception | |
| 320 | - */ | |
| 321 | - public void updateHomeworkArticle(CurriculumVO vo) throws Exception {
| |
| 322 | - update("curriculumDAO.updateHomeworkArticle", vo);
| |
| 323 | - } | |
| 324 | - | |
| 325 | - /** | |
| 326 | - * 과제 제출 목록을 조회한다. | |
| 327 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 328 | - * @return homeworksubmit 목록 | |
| 329 | - * @exception Exception | |
| 330 | - */ | |
| 331 | - public List<?> selectHomeworkSubjectList(CurriculumVO searchVO) throws Exception {
| |
| 332 | - return list("curriculumDAO.selectHomeworkSubjectList_S", searchVO);
| |
| 333 | - } | |
| 334 | - | |
| 335 | - /** | |
| 336 | - * 학생 공개를 수정한다. | |
| 337 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 338 | - * @return homework 수정 | |
| 339 | - * @exception Exception | |
| 340 | - */ | |
| 341 | - public void updateStuOpenAt(CurriculumVO vo) throws Exception {
| |
| 342 | - update("curriculumDAO.updateStuOpenAt", vo);
| |
| 343 | - } | |
| 344 | - | |
| 345 | - /** | |
| 346 | - * 과제 후기 선정을 수정한다. | |
| 347 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 348 | - * @return homework 수정 | |
| 349 | - * @exception Exception | |
| 350 | - */ | |
| 351 | - public void updateCommentPickAt(CurriculumVO vo) throws Exception {
| |
| 352 | - update("curriculumDAO.updateCommentPickAt", vo);
| |
| 353 | - } | |
| 354 | - | |
| 355 | - /** | |
| 356 | - * 과제 피드백을 수정한다. | |
| 357 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 358 | - * @return homework 수정 | |
| 359 | - * @exception Exception | |
| 360 | - */ | |
| 361 | - public void updateFdb(CurriculumVO vo) throws Exception {
| |
| 362 | - update("curriculumDAO.updateFdb", vo);
| |
| 363 | - } | |
| 364 | - | |
| 365 | - /** | |
| 366 | - * 과제 제출 상세 내용을 조회한다. | |
| 367 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 368 | - * @return homework 목록 | |
| 369 | - * @exception Exception | |
| 370 | - */ | |
| 371 | - public CurriculumVO selectHomeworkSubmitArticle(CurriculumVO vo) throws Exception {
| |
| 372 | - return (CurriculumVO) select("curriculumDAO.selectHomeworkSubmitArticle_S", vo);
| |
| 373 | - } | |
| 374 | - | |
| 375 | - /** | |
| 376 | - * 과제 제출을 등록한다. | |
| 377 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 378 | - * @return homework 목록 | |
| 379 | - * @exception Exception | |
| 380 | - */ | |
| 381 | - public void insertHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception {
| |
| 382 | - insert("curriculumMemberDAO.insertHomeworkSubmitArticle_S", searchVO);
| |
| 383 | - } | |
| 384 | - | |
| 385 | - /** | |
| 386 | - * 과제 제출을 수정한다. | |
| 387 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 388 | - * @return homework 수정 | |
| 389 | - * @exception Exception | |
| 390 | - */ | |
| 391 | - public void updateHomeworkSubmitArticle(CurriculumVO vo) throws Exception {
| |
| 392 | - update("curriculumDAO.updateHomeworkSubmitArticle", vo);
| |
| 393 | - } | |
| 394 | - | |
| 395 | - //과제평가 | |
| 396 | - public List homeworkScoreList(CurriculumVO searchVO) throws Exception {
| |
| 397 | - return list("curriculumDAO.homeworkScoreList", searchVO);
| |
| 398 | - } | |
| 399 | - | |
| 400 | - //과제평가 - 학생 점수 요약 | |
| 401 | - public List homeworkScoreSum(CurriculumVO searchVO) throws Exception {
| |
| 402 | - return list("curriculumDAO.homeworkScoreSum", searchVO);
| |
| 403 | - } | |
| 404 | - | |
| 405 | - //과제평가 - 성적반영 | |
| 406 | - public void updateScoreApply(CurriculumVO vo) throws Exception {
| |
| 407 | - update("curriculumDAO.updateScoreApply", vo);
| |
| 408 | - } | |
| 409 | - | |
| 410 | - //과제평가 - 성적반영 삭제 | |
| 411 | - public void deleteScoreApply(CurriculumVO vo) throws Exception {
| |
| 412 | - update("curriculumDAO.deleteScoreApply", vo);
| |
| 413 | - } | |
| 414 | - | |
| 415 | - /** | |
| 416 | - * 반 개수를 조회한다. | |
| 417 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 418 | - * @return homework 수정 | |
| 419 | - * @exception Exception | |
| 420 | - */ | |
| 421 | - public int selectCurriculumMemberGroupCnt(CurriculumVO searchVO) {
| |
| 422 | - return (Integer)select("curriculumDAO.selectCurriculumMemberGroupCnt_S", searchVO);
| |
| 423 | - } | |
| 424 | - | |
| 425 | - // My > 교육과정이력 조회 | |
| 426 | - public List<?> selectMyCurriculumHistoryList(CurriculumVO searchVO) throws Exception {
| |
| 427 | - return list("curriculumDAO.selectMyCurriculumHistoryList", searchVO);
| |
| 428 | - } | |
| 429 | - | |
| 430 | - // My > 교육과정이력 조회 | |
| 431 | - public List<?> selectMyCurriculumHistoryListCount(CurriculumVO searchVO) throws Exception {
| |
| 432 | - return list("curriculumDAO.selectMyCurriculumHistoryListCount", searchVO);
| |
| 433 | - } | |
| 434 | - | |
| 435 | - // My > 교육과정이력 - 총 과정수, 과정중 count | |
| 436 | - public int selectMyCurriculumHistoryCnt(CurriculumVO searchVO) throws Exception {
| |
| 437 | - return (Integer) select("curriculumDAO.selectMyCurriculumHistoryCnt", searchVO);
| |
| 438 | - } | |
| 439 | - | |
| 440 | - //학생 과제 공개 개수 | |
| 441 | - public int selectHomeworkCommentPickAtCnt(CurriculumVO searchVO) {
| |
| 442 | - return (Integer)select("curriculumDAO.selectHomeworkCommentPickAtCnt_S", searchVO);
| |
| 443 | - } | |
| 444 | - | |
| 445 | - /** | |
| 446 | - * 학생 과제 공개 리스트를 조회. | |
| 447 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 448 | - * @return homeworksubmit 목록 | |
| 449 | - * @exception Exception | |
| 450 | - */ | |
| 451 | - public List<?> selectHomeworkCommentPickAtList(CurriculumVO searchVO) throws Exception {
| |
| 452 | - return list("curriculumDAO.selectHomeworkCommentPickAtList_S", searchVO);
| |
| 453 | - } | |
| 454 | - | |
| 455 | - public List<EgovMap> selectReportList(CurriculumVO vo) throws Exception {
| |
| 456 | - return (List<EgovMap>) list("curriculumDAO.selectReportList", vo);
| |
| 457 | - } | |
| 458 | - | |
| 459 | - public int selectReportListCnt(CurriculumVO searchVO) throws Exception {
| |
| 460 | - return (Integer)select("curriculumDAO.selectReportListCnt", searchVO);
| |
| 461 | - } | |
| 462 | - | |
| 463 | - public List<EgovMap> selectAdminReportList(CurriculumVO vo) throws Exception {
| |
| 464 | - return (List<EgovMap>) list("curriculumDAO.selectAdminReportList", vo);
| |
| 465 | - } | |
| 466 | - | |
| 467 | - public int selectAdminReportListCnt(CurriculumVO searchVO) throws Exception {
| |
| 468 | - return (Integer)select("curriculumDAO.selectAdminReportListCnt", searchVO);
| |
| 469 | - } | |
| 470 | - | |
| 471 | - //교육과정 통계(운영보고서) | |
| 472 | - public EgovMap curriculumSts(CurriculumVO vo) throws Exception{
| |
| 473 | - return (EgovMap)select("curriculumDAO.curriculumSts", vo);
| |
| 474 | - } | |
| 475 | - | |
| 476 | - //과정 목록 - 학생기준 | |
| 477 | - public List<EgovMap> selectMyCurriculumList(CurriculumVO vo) throws Exception {
| |
| 478 | - return (List<EgovMap>) list("curriculumDAO.selectMyCurriculumList", vo);
| |
| 479 | - } | |
| 480 | - | |
| 481 | - //과정 목록 수 - 학생기준 | |
| 482 | - public int selectMyCurriculumListCnt(CurriculumVO vo) throws Exception {
| |
| 483 | - return (Integer)select("curriculumDAO.selectMyCurriculumListCnt", vo);
| |
| 484 | - } | |
| 485 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumMemberDAO.java
... | ... | @@ -1,212 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import java.util.Map; | |
| 5 | - | |
| 6 | -import org.springframework.stereotype.Repository; | |
| 7 | - | |
| 8 | -import egovframework.com.lms.service.CurriculumVO; | |
| 9 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 10 | - | |
| 11 | -@Repository("curriculumMemberDAO")
| |
| 12 | -public class CurriculumMemberDAO extends EgovAbstractDAO {
| |
| 13 | - /** | |
| 14 | - * curriculumMember 총 갯수를 조회한다. | |
| 15 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 16 | - * @return curriculum 총 갯수 | |
| 17 | - * @exception | |
| 18 | - */ | |
| 19 | - public int selectCurriculumMemberTotCnt(CurriculumVO searchVO) {
| |
| 20 | - return (Integer)select("curriculumMemberDAO.selectCurriculumMemberTotCnt_S", searchVO);
| |
| 21 | - } | |
| 22 | - | |
| 23 | - /** | |
| 24 | - * curriculumMember 목록을 조회한다. | |
| 25 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 26 | - * @return curriculumMember 목록 | |
| 27 | - * @exception Exception | |
| 28 | - */ | |
| 29 | - public List<?> selectCurriculumMemberList(CurriculumVO searchVO) throws Exception {
| |
| 30 | - return list("curriculumMemberDAO.selectCurriculumMember_D", searchVO);
| |
| 31 | - } | |
| 32 | - | |
| 33 | - /** | |
| 34 | - * curriculumMember을 수정한다. | |
| 35 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 36 | - * @return void형 | |
| 37 | - * @exception Exception | |
| 38 | - */ | |
| 39 | - public void updateCurriculumAccept(CurriculumVO vo) throws Exception {
| |
| 40 | - update("curriculumMemberDAO.updateCurriculumAccept_S", vo);
| |
| 41 | - } | |
| 42 | - | |
| 43 | - /** | |
| 44 | - * curriculumMember 목록을 조회한다. | |
| 45 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 46 | - * @return curriculumMember 목록 | |
| 47 | - * @exception Exception | |
| 48 | - */ | |
| 49 | - public List<?> curriculumMemberStatsList(CurriculumVO searchVO) throws Exception {
| |
| 50 | - return list("curriculumMemberDAO.curriculumMemberStats_D", searchVO);
| |
| 51 | - } | |
| 52 | - | |
| 53 | - /** | |
| 54 | - * 수강 대상자 목록을 조회한다. | |
| 55 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 56 | - * @return curriculumMember 목록 | |
| 57 | - * @exception Exception | |
| 58 | - */ | |
| 59 | - public List<?> selectStudentList(CurriculumVO searchVO) throws Exception {
| |
| 60 | - return list("curriculumMemberDAO.selectStudentList_D", searchVO);
| |
| 61 | - } | |
| 62 | - | |
| 63 | - /** | |
| 64 | - * 수강 그룹 개수 목록을 조회한다. | |
| 65 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 66 | - * @return curriculumgroup 수강 그룹 개수 | |
| 67 | - * @exception Exception | |
| 68 | - */ | |
| 69 | - public List<?> selectMemberGroupCnt(CurriculumVO searchVO) throws Exception {
| |
| 70 | - return list("curriculumMemberDAO.selectMemberGroupCnt_S", searchVO);
| |
| 71 | - } | |
| 72 | - | |
| 73 | - /** | |
| 74 | - * 수강 그룹 목록을 조회한다. | |
| 75 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 76 | - * @return curriculumgroup 수강 그룹 목록 | |
| 77 | - * @exception Exception | |
| 78 | - */ | |
| 79 | - public List<?> selectGroupList(CurriculumVO searchVO) throws Exception {
| |
| 80 | - return list("curriculumMemberDAO.selectGroupList_D", searchVO);
| |
| 81 | - } | |
| 82 | - | |
| 83 | - /** | |
| 84 | - * 반,조 초기화. | |
| 85 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 86 | - * @return void형 | |
| 87 | - * @exception Exception | |
| 88 | - */ | |
| 89 | - public void updateCurriculumGroupReset(CurriculumVO vo) throws Exception {
| |
| 90 | - update("curriculumMemberDAO.updateCurriculumGroupReset_S", vo);
| |
| 91 | - } | |
| 92 | - | |
| 93 | - /** | |
| 94 | - * 조배정 처리. | |
| 95 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 96 | - * @return void형 | |
| 97 | - * @exception Exception | |
| 98 | - */ | |
| 99 | - public void updateCurriculumGroup(CurriculumVO vo) throws Exception {
| |
| 100 | - update("curriculumMemberDAO.updateCurriculumGroup_S", vo);
| |
| 101 | - } | |
| 102 | - | |
| 103 | - /** | |
| 104 | - * 선택한 수강 그룹 목록을 조회한다. | |
| 105 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 106 | - * @return curriculumgroup 수강 그룹 목록 | |
| 107 | - * @exception Exception | |
| 108 | - */ | |
| 109 | - public List<?> selectPickStudentList(CurriculumVO searchVO) throws Exception {
| |
| 110 | - return list("curriculumMemberDAO.selectPickStudentList_D", searchVO);
| |
| 111 | - } | |
| 112 | - | |
| 113 | - /** | |
| 114 | - * 조의 개수 리스트를 조회한다. | |
| 115 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 116 | - * @return curriculummember 총 갯수 | |
| 117 | - * @exception | |
| 118 | - */ | |
| 119 | - public List<?> selectCurriculumGroupCntList(CurriculumVO searchVO) {
| |
| 120 | - return list("curriculumMemberDAO.selectCurriculumGroupCntList_D", searchVO);
| |
| 121 | - } | |
| 122 | - | |
| 123 | - /** | |
| 124 | - * curriculumgroup을 조회한다. | |
| 125 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 126 | - * @return curriculumgroup 목록 | |
| 127 | - * @exception | |
| 128 | - */ | |
| 129 | - public List<?> selectCurriculumClassList(CurriculumVO searchVO) throws Exception {
| |
| 130 | - return list("curriculumMemberDAO.selectCurriculumClassList_D", searchVO);
| |
| 131 | - } | |
| 132 | - | |
| 133 | - /** | |
| 134 | - * 반의 총 갯수를 조회한다. | |
| 135 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 136 | - * @return curriculumgroup 총 갯수 | |
| 137 | - * @exception | |
| 138 | - */ | |
| 139 | - public int selectCurriculumClassTotCnt(CurriculumVO searchVO) {
| |
| 140 | - return (Integer)select("curriculumMemberDAO.selectCurriculumClassTotCnt_S", searchVO);
| |
| 141 | - } | |
| 142 | - | |
| 143 | - /** | |
| 144 | - * 조배정 처리. | |
| 145 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 146 | - * @return void형 | |
| 147 | - * @exception Exception | |
| 148 | - */ | |
| 149 | - public void updateCurriculumClassReset(CurriculumVO vo) throws Exception {
| |
| 150 | - update("curriculumMemberDAO.updateCurriculumClassReset_S", vo);
| |
| 151 | - } | |
| 152 | - | |
| 153 | - /** | |
| 154 | - * 반정보 삭제. | |
| 155 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 156 | - * @return void형 | |
| 157 | - * @exception Exception | |
| 158 | - */ | |
| 159 | - public void deleteCurriculumManage(CurriculumVO vo) throws Exception {
| |
| 160 | - delete("curriculumMemberDAO.deleeCurriculumManage_S", vo);
| |
| 161 | - } | |
| 162 | - | |
| 163 | - /** | |
| 164 | - * 반정보 등록. | |
| 165 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 166 | - * @return void형 | |
| 167 | - * @exception Exception | |
| 168 | - */ | |
| 169 | - public void insertCurriculumManage(CurriculumVO vo) throws Exception {
| |
| 170 | - insert("curriculumMemberDAO.insertCurriculumManage_S", vo);
| |
| 171 | - } | |
| 172 | - | |
| 173 | - /** | |
| 174 | - * 학생 정보에 반 정보 수정 | |
| 175 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 176 | - * @return void형 | |
| 177 | - * @exception Exception | |
| 178 | - */ | |
| 179 | - public void updateCurriculumClass(CurriculumVO vo) throws Exception {
| |
| 180 | - insert("curriculumMemberDAO.updateCurriculumClass_S", vo);
| |
| 181 | - } | |
| 182 | - | |
| 183 | - /** | |
| 184 | - * 반 정보 조회. | |
| 185 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 186 | - * @return void형 | |
| 187 | - * @exception Exception | |
| 188 | - */ | |
| 189 | - public List<?> selectCurriculumGroupList(CurriculumVO searchVO) throws Exception {
| |
| 190 | - return list("curriculumMemberDAO.selectCurriculumGroupList_D", searchVO);
| |
| 191 | - } | |
| 192 | - | |
| 193 | - /** | |
| 194 | - * 학생 상태별 개수 조회. | |
| 195 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 196 | - * @return void형 | |
| 197 | - * @exception Exception | |
| 198 | - */ | |
| 199 | - public List<?> selectMemberSttusCntList(CurriculumVO searchVO) throws Exception {
| |
| 200 | - return list("curriculumMemberDAO.selectMemberSttusCntList_D", searchVO);
| |
| 201 | - } | |
| 202 | - | |
| 203 | - /** | |
| 204 | - * 학생 반, 조 개수 리스트 | |
| 205 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 206 | - * @return void형 | |
| 207 | - * @exception Exception | |
| 208 | - */ | |
| 209 | - public List<?> selectMemberCntList(CurriculumVO searchVO) throws Exception {
| |
| 210 | - return list("curriculumMemberDAO.selectMemberCntList_D", searchVO);
| |
| 211 | - } | |
| 212 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumMemberServiceImpl.java
... | ... | @@ -1,237 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.HashMap; | |
| 4 | -import java.util.List; | |
| 5 | -import java.util.Map; | |
| 6 | - | |
| 7 | -import javax.annotation.Resource; | |
| 8 | - | |
| 9 | -import org.springframework.stereotype.Service; | |
| 10 | - | |
| 11 | -import egovframework.com.lms.service.CurriculumMemberService; | |
| 12 | -import egovframework.com.lms.service.CurriculumVO; | |
| 13 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 14 | - | |
| 15 | -/** | |
| 16 | - * @Class Name : CurriculumMemberServiceImpl.java | |
| 17 | - * @Description : Curriculum Business Implement class | |
| 18 | - * @Modification Information | |
| 19 | - * | |
| 20 | - * @author 김용완 | |
| 21 | - * @since 2019.12.16 | |
| 22 | - * @version 1.0 | |
| 23 | - * @see | |
| 24 | - * | |
| 25 | - * Copyright (C) All right reserved. | |
| 26 | - */ | |
| 27 | - | |
| 28 | -@Service("curriculumMemberService")
| |
| 29 | -public class CurriculumMemberServiceImpl extends EgovAbstractServiceImpl implements CurriculumMemberService {
| |
| 30 | - | |
| 31 | - @Resource(name="curriculumMemberDAO") | |
| 32 | - private CurriculumMemberDAO curriculumMemberDAO; | |
| 33 | - | |
| 34 | - /** | |
| 35 | - * curriculumMember 총 갯수를 조회한다. | |
| 36 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 37 | - * @return curriculum 총 갯수 | |
| 38 | - * @exception | |
| 39 | - */ | |
| 40 | - public int selectCurriculumMemberTotCnt(CurriculumVO searchVO) {
| |
| 41 | - return curriculumMemberDAO.selectCurriculumMemberTotCnt(searchVO); | |
| 42 | - } | |
| 43 | - | |
| 44 | - /** | |
| 45 | - * curriculumMember 목록을 조회한다. | |
| 46 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 47 | - * @return curriculumMember 목록 | |
| 48 | - * @exception Exception | |
| 49 | - */ | |
| 50 | - public List<?> selectCurriculumMemberList(CurriculumVO searchVO) throws Exception {
| |
| 51 | - return curriculumMemberDAO.selectCurriculumMemberList(searchVO); | |
| 52 | - } | |
| 53 | - | |
| 54 | - /** | |
| 55 | - * curriculumMember을 수정한다. | |
| 56 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 57 | - * @return void형 | |
| 58 | - * @exception Exception | |
| 59 | - */ | |
| 60 | - public void updateCurriculumAccept(CurriculumVO vo) throws Exception {
| |
| 61 | - curriculumMemberDAO.updateCurriculumAccept(vo); | |
| 62 | - } | |
| 63 | - | |
| 64 | - /** | |
| 65 | - * curriculumMember 통계 목록을 조회한다. | |
| 66 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 67 | - * @return curriculumMember 통계 목록 | |
| 68 | - * @exception Exception | |
| 69 | - */ | |
| 70 | - public List<?> curriculumMemberStatsList(CurriculumVO searchVO) throws Exception {
| |
| 71 | - return curriculumMemberDAO.curriculumMemberStatsList(searchVO); | |
| 72 | - } | |
| 73 | - | |
| 74 | - /** | |
| 75 | - * 수강 대상자 통계 목록을 조회한다. | |
| 76 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 77 | - * @return curriculumMember 통계 목록 | |
| 78 | - * @exception Exception | |
| 79 | - */ | |
| 80 | - public List<?> selectStudentList(CurriculumVO searchVO) throws Exception {
| |
| 81 | - return curriculumMemberDAO.selectStudentList(searchVO); | |
| 82 | - } | |
| 83 | - | |
| 84 | - /** | |
| 85 | - * 수강 그룹 개수 목록을 조회한다. | |
| 86 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 87 | - * @return curriculumgroup 수강 그룹 개수 | |
| 88 | - * @exception Exception | |
| 89 | - */ | |
| 90 | - public List<?> selectMemberGroupCnt(CurriculumVO searchVO) throws Exception {
| |
| 91 | - return curriculumMemberDAO.selectMemberGroupCnt(searchVO); | |
| 92 | - } | |
| 93 | - | |
| 94 | - /** | |
| 95 | - * 수강 그룹 목록을 조회한다. | |
| 96 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 97 | - * @return curriculumgroup 수강 그룹 목록 | |
| 98 | - * @exception Exception | |
| 99 | - */ | |
| 100 | - public List<?> selectGroupList(CurriculumVO searchVO) throws Exception {
| |
| 101 | - return curriculumMemberDAO.selectGroupList(searchVO); | |
| 102 | - } | |
| 103 | - | |
| 104 | - /** | |
| 105 | - * 조배정 처리. | |
| 106 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 107 | - * @return void형 | |
| 108 | - * @exception Exception | |
| 109 | - */ | |
| 110 | - public void updateCurriculumGroup(CurriculumVO vo) throws Exception {
| |
| 111 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 112 | - | |
| 113 | - //반,조 초기화 처리 | |
| 114 | - curriculumVO.setCrclId(vo.getCrclId()); | |
| 115 | - curriculumVO.setClassCnt(vo.getClassCnt()); | |
| 116 | - curriculumMemberDAO.updateCurriculumGroupReset(curriculumVO); | |
| 117 | - | |
| 118 | - //조배정 처리 | |
| 119 | - if(vo.getGroupLeaderAtList() != null) {
| |
| 120 | - for(int i=0;i<vo.getGroupCntList().size();i++) {
| |
| 121 | - curriculumVO.setCrclId(vo.getCrclId()); | |
| 122 | - curriculumVO.setUserId(vo.getUserIdList().get(i)); | |
| 123 | - curriculumVO.setClassCnt(vo.getClassCnt()); | |
| 124 | - curriculumVO.setGroupCnt(vo.getGroupCntList().get(i)); | |
| 125 | - curriculumVO.setGroupLeaderAt(vo.getGroupLeaderAtList().get(i)); | |
| 126 | - | |
| 127 | - curriculumMemberDAO.updateCurriculumGroup(curriculumVO); | |
| 128 | - } | |
| 129 | - } | |
| 130 | - } | |
| 131 | - | |
| 132 | - /** | |
| 133 | - * 선택한 수강 그룹 목록을 조회한다. | |
| 134 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 135 | - * @return curriculumgroup 수강 그룹 목록 | |
| 136 | - * @exception Exception | |
| 137 | - */ | |
| 138 | - public List<?> selectPickStudentList(CurriculumVO searchVO) throws Exception {
| |
| 139 | - return curriculumMemberDAO.selectPickStudentList(searchVO); | |
| 140 | - } | |
| 141 | - | |
| 142 | - /** | |
| 143 | - * 조의 개수 리스트를 조회한다. | |
| 144 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 145 | - * @return curriculummember 총 갯수 | |
| 146 | - * @exception | |
| 147 | - */ | |
| 148 | - public List<?> selectCurriculumGroupCntList(CurriculumVO searchVO) {
| |
| 149 | - return curriculumMemberDAO.selectCurriculumGroupCntList(searchVO); | |
| 150 | - } | |
| 151 | - | |
| 152 | - /** | |
| 153 | - * curriculumgroup을 조회한다. | |
| 154 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 155 | - * @return curriculumgroup 목록 | |
| 156 | - * @exception | |
| 157 | - */ | |
| 158 | - public List<?> selectCurriculumClassList(CurriculumVO searchVO) throws Exception {
| |
| 159 | - return curriculumMemberDAO.selectCurriculumClassList(searchVO); | |
| 160 | - } | |
| 161 | - | |
| 162 | - /** | |
| 163 | - * 반의 총 갯수를 조회한다. | |
| 164 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 165 | - * @return curriculumgroup 총 갯수 | |
| 166 | - * @exception | |
| 167 | - */ | |
| 168 | - public int selectCurriculumClassTotCnt(CurriculumVO searchVO) {
| |
| 169 | - return curriculumMemberDAO.selectCurriculumClassTotCnt(searchVO); | |
| 170 | - } | |
| 171 | - | |
| 172 | - /** | |
| 173 | - * 반배정 처리. | |
| 174 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 175 | - * @return void형 | |
| 176 | - * @exception Exception | |
| 177 | - */ | |
| 178 | - public void updateCurriculumClass(CurriculumVO vo) throws Exception {
| |
| 179 | - CurriculumVO ClassVO = new CurriculumVO(); | |
| 180 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 181 | - | |
| 182 | - //학생 정보에 반 정보 초기화 | |
| 183 | - curriculumVO.setCrclId(vo.getCrclId()); | |
| 184 | - curriculumMemberDAO.updateCurriculumClassReset(curriculumVO); | |
| 185 | - | |
| 186 | - //반 정보 삭제 | |
| 187 | - ClassVO.setCrclId(vo.getCrclId()); | |
| 188 | - curriculumMemberDAO.deleteCurriculumManage(ClassVO); | |
| 189 | - | |
| 190 | - //반 정보 등록 | |
| 191 | - for(int i=0;i<vo.getManageClassCntList().size();i++) {
| |
| 192 | - ClassVO.setClassCnt(vo.getManageClassCntList().get(i)); | |
| 193 | - ClassVO.setUserId(vo.getManageIdList().get(i)); | |
| 194 | - curriculumMemberDAO.insertCurriculumManage(ClassVO); | |
| 195 | - } | |
| 196 | - | |
| 197 | - //학생 정보에 반 정보 수정 | |
| 198 | - if(vo.getClassCntList() != null) {
| |
| 199 | - for(int i=0;i<vo.getClassCntList().size();i++) {
| |
| 200 | - curriculumVO.setClassCnt(vo.getClassCntList().get(i)); | |
| 201 | - curriculumVO.setUserId(vo.getUserIdList().get(i)); | |
| 202 | - curriculumMemberDAO.updateCurriculumClass(curriculumVO); | |
| 203 | - } | |
| 204 | - } | |
| 205 | - } | |
| 206 | - | |
| 207 | - /** | |
| 208 | - * 반 정보 조회. | |
| 209 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 210 | - * @return void형 | |
| 211 | - * @exception Exception | |
| 212 | - */ | |
| 213 | - public List<?> selectCurriculumGroupList(CurriculumVO searchVO) throws Exception {
| |
| 214 | - return this.curriculumMemberDAO.selectCurriculumGroupList(searchVO); | |
| 215 | - } | |
| 216 | - | |
| 217 | - /** | |
| 218 | - * 학생 상태별 개수 조회. | |
| 219 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 220 | - * @return void형 | |
| 221 | - * @exception Exception | |
| 222 | - */ | |
| 223 | - public List<?> selectMemberSttusCntList(CurriculumVO searchVO) throws Exception {
| |
| 224 | - return this.curriculumMemberDAO.selectMemberSttusCntList(searchVO); | |
| 225 | - } | |
| 226 | - | |
| 227 | - /** | |
| 228 | - * 학생 반, 조 개수 리스트 | |
| 229 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 230 | - * @return void형 | |
| 231 | - * @exception Exception | |
| 232 | - */ | |
| 233 | - public List<?> selectMemberCntList(CurriculumVO searchVO) throws Exception {
| |
| 234 | - return this.curriculumMemberDAO.selectMemberCntList(searchVO); | |
| 235 | - } | |
| 236 | - | |
| 237 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumServiceImpl.java
... | ... | @@ -1,763 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.HashMap; | |
| 4 | -import java.util.List; | |
| 5 | - | |
| 6 | -import javax.annotation.Resource; | |
| 7 | -import javax.servlet.http.HttpServletRequest; | |
| 8 | -import javax.servlet.http.HttpServletResponse; | |
| 9 | - | |
| 10 | -import org.springframework.stereotype.Service; | |
| 11 | -import org.slf4j.Logger; | |
| 12 | -import org.slf4j.LoggerFactory; | |
| 13 | - | |
| 14 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 15 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 16 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 17 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 18 | -import egovframework.com.cmm.service.EgovFileMngService; | |
| 19 | -import egovframework.com.cmm.service.FileVO; | |
| 20 | -import egovframework.com.cop.bbs.service.BoardMasterVO; | |
| 21 | -import egovframework.com.cop.bbs.service.BoardVO; | |
| 22 | -import egovframework.com.cop.bbs.service.CtgryMaster; | |
| 23 | -import egovframework.com.cop.bbs.service.EgovBBSAttributeManageService; | |
| 24 | -import egovframework.com.cop.bbs.service.EgovBBSCtgryMasterService; | |
| 25 | -import egovframework.com.lms.service.CurriculumService; | |
| 26 | -import egovframework.com.lms.service.CurriculumVO; | |
| 27 | -import egovframework.com.lms.service.impl.CurriculumDAO; | |
| 28 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 29 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 30 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 31 | - | |
| 32 | -/** | |
| 33 | - * @Class Name : CurriculumServiceImpl.java | |
| 34 | - * @Description : Curriculum Business Implement class | |
| 35 | - * @Modification Information | |
| 36 | - * | |
| 37 | - * @author 문성진 | |
| 38 | - * @since 2019.10.12 | |
| 39 | - * @version 1.0 | |
| 40 | - * @see | |
| 41 | - * | |
| 42 | - * Copyright (C) All right reserved. | |
| 43 | - */ | |
| 44 | - | |
| 45 | -@Service("curriculumService")
| |
| 46 | -public class CurriculumServiceImpl extends EgovAbstractServiceImpl implements CurriculumService {
| |
| 47 | - | |
| 48 | - @Resource(name="curriculumDAO") | |
| 49 | - private CurriculumDAO curriculumDAO; | |
| 50 | - | |
| 51 | - /** ID Generation */ | |
| 52 | - @Resource(name="crclIdGnrService") | |
| 53 | - private EgovIdGnrService egovIdGnrService; | |
| 54 | - | |
| 55 | - @Resource(name="expIdGnrService") | |
| 56 | - private EgovIdGnrService expIdGnrService; | |
| 57 | - | |
| 58 | - @Resource(name = "EgovBBSCtgryMasterService") | |
| 59 | - private EgovBBSCtgryMasterService egovBBSCtgryMasterService; | |
| 60 | - | |
| 61 | - @Resource(name = "EgovBBSAttributeManageService") | |
| 62 | - private EgovBBSAttributeManageService bbsAttrbService; | |
| 63 | - | |
| 64 | - /** EgovPropertyService */ | |
| 65 | - @Resource(name = "propertiesService") | |
| 66 | - protected EgovPropertyService propertiesService; | |
| 67 | - | |
| 68 | - @Resource(name = "homeworklIdGnrService") | |
| 69 | - private EgovIdGnrService idgenService; | |
| 70 | - | |
| 71 | - @Resource(name = "homeworkSubmitlIdGnrService") | |
| 72 | - private EgovIdGnrService idgenServiceHomeworkSubmit; | |
| 73 | - | |
| 74 | - @Resource(name = "EgovFileMngService") | |
| 75 | - private EgovFileMngService fileMngService; | |
| 76 | - | |
| 77 | - /** | |
| 78 | - * curriculum을 등록한다. | |
| 79 | - * @param vo - 등록할 정보가 담긴 CurriculumVO | |
| 80 | - * @return 등록 결과 | |
| 81 | - * @exception Exception | |
| 82 | - */ | |
| 83 | - public String insertCurriculum(CurriculumVO vo) throws Exception {
| |
| 84 | - /** ID Generation Service */ | |
| 85 | - String id = egovIdGnrService.getNextStringId(); | |
| 86 | - vo.setCrclId(id); | |
| 87 | - | |
| 88 | - //과정체계코드 | |
| 89 | - String sysCode = ""; | |
| 90 | - for(int i = 0; i < vo.getSysCodeList().size(); i++){
| |
| 91 | - if(!EgovStringUtil.isEmpty(vo.getSysCodeList().get(i))){
| |
| 92 | - sysCode = vo.getSysCodeList().get(i); | |
| 93 | - } | |
| 94 | - } | |
| 95 | - vo.setSysCode(sysCode); | |
| 96 | - | |
| 97 | - //금액부분정리 | |
| 98 | - vo.setTuitionFees(vo.getTuitionFees().replaceAll(",", ""));
| |
| 99 | - vo.setRegistrationFees(vo.getRegistrationFees().replaceAll(",", ""));
| |
| 100 | - | |
| 101 | - curriculumDAO.insertCurriculum(vo); | |
| 102 | - | |
| 103 | - //책임권한 | |
| 104 | - if(vo.getUserIdList() != null){
| |
| 105 | - for(int i = 0; i < vo.getUserIdList().size(); i++){
| |
| 106 | - vo.setUserId(vo.getUserIdList().get(i)); | |
| 107 | - vo.setManageCode("10");
| |
| 108 | - | |
| 109 | - curriculumDAO.insertCurriculumMng(vo); | |
| 110 | - | |
| 111 | - //과정 그룹 등록 | |
| 112 | - if(i == 0) {
| |
| 113 | - curriculumDAO.insertCurriculumGroup(vo); | |
| 114 | - } | |
| 115 | - } | |
| 116 | - } | |
| 117 | - | |
| 118 | - //사업비 | |
| 119 | - if(vo.getTypeCodeList() != null){
| |
| 120 | - for(int i = 0; i < vo.getTypeCodeList().size(); i++){
| |
| 121 | - String expId = expIdGnrService.getNextStringId(); | |
| 122 | - vo.setExpId(expId); | |
| 123 | - vo.setTypeCode(vo.getTypeCodeList().get(i)); | |
| 124 | - vo.setAccountCode(vo.getAccountCodeList().get(i)); | |
| 125 | - vo.setAmount(vo.getAmountList().get(i).replaceAll(",", ""));
| |
| 126 | - vo.setReason(vo.getReasonList().get(i)); | |
| 127 | - vo.setEtc(vo.getEtcList().get(i)); | |
| 128 | - | |
| 129 | - curriculumDAO.insertCurriculumExp(vo); | |
| 130 | - | |
| 131 | - } | |
| 132 | - } | |
| 133 | - | |
| 134 | - return id; | |
| 135 | - } | |
| 136 | - | |
| 137 | - /** | |
| 138 | - * curriculum을 수정한다. | |
| 139 | - * @param vo - 수정할 정보가 담긴 CurriculumVO | |
| 140 | - * @return void형 | |
| 141 | - * @exception Exception | |
| 142 | - */ | |
| 143 | - public void updateCurriculum(CurriculumVO vo) throws Exception {
| |
| 144 | - //과정체계코드 | |
| 145 | - String sysCode = ""; | |
| 146 | - if(vo.getSysCodeList() != null){
| |
| 147 | - for(int i = 0; i < vo.getSysCodeList().size(); i++){
| |
| 148 | - if(!EgovStringUtil.isEmpty(vo.getSysCodeList().get(i))){
| |
| 149 | - sysCode = vo.getSysCodeList().get(i); | |
| 150 | - } | |
| 151 | - } | |
| 152 | - vo.setSysCode(sysCode); | |
| 153 | - } | |
| 154 | - | |
| 155 | - //금액부분정리 | |
| 156 | - if(vo.getTuitionFees() != null){
| |
| 157 | - vo.setTuitionFees(vo.getTuitionFees().replaceAll(",", ""));
| |
| 158 | - } | |
| 159 | - if(vo.getRegistrationFees() != null){
| |
| 160 | - vo.setRegistrationFees(vo.getRegistrationFees().replaceAll(",", ""));
| |
| 161 | - } | |
| 162 | - | |
| 163 | - curriculumDAO.updateCurriculum(vo); | |
| 164 | - | |
| 165 | - //책임권한 | |
| 166 | - if(vo.getUserIdList() != null){
| |
| 167 | - //초기화 - 책임권한 | |
| 168 | - vo.setManageCode("10");
| |
| 169 | - curriculumDAO.deleteCurriculumMng(vo); | |
| 170 | - for(int i = 0; i < vo.getUserIdList().size(); i++){
| |
| 171 | - vo.setUserId(vo.getUserIdList().get(i)); | |
| 172 | - curriculumDAO.insertCurriculumMng(vo); | |
| 173 | - } | |
| 174 | - } | |
| 175 | - | |
| 176 | - //부책임권한 | |
| 177 | - if(vo.getUserIdList2() != null){
| |
| 178 | - //초기화 - 부책임권한 | |
| 179 | - vo.setManageCode("08");
| |
| 180 | - curriculumDAO.deleteCurriculumMng(vo); | |
| 181 | - for(int i = 0; i < vo.getUserIdList2().size(); i++){
| |
| 182 | - vo.setUserId(vo.getUserIdList2().get(i)); | |
| 183 | - curriculumDAO.insertCurriculumMng(vo); | |
| 184 | - } | |
| 185 | - } | |
| 186 | - | |
| 187 | - //사업비 | |
| 188 | - if(vo.getTypeCodeList() != null){
| |
| 189 | - //초기화 | |
| 190 | - curriculumDAO.deleteCurriculumExp(vo); | |
| 191 | - | |
| 192 | - for(int i = 0; i < vo.getTypeCodeList().size(); i++){
| |
| 193 | - String expId = expIdGnrService.getNextStringId(); | |
| 194 | - vo.setExpId(expId); | |
| 195 | - vo.setTypeCode(vo.getTypeCodeList().get(i)); | |
| 196 | - vo.setAccountCode(vo.getAccountCodeList().get(i)); | |
| 197 | - vo.setAmount(vo.getAmountList().get(i).replaceAll(",", ""));
| |
| 198 | - vo.setReason(vo.getReasonList().get(i)); | |
| 199 | - vo.setEtc(vo.getEtcList().get(i)); | |
| 200 | - | |
| 201 | - curriculumDAO.insertCurriculumExp(vo); | |
| 202 | - | |
| 203 | - } | |
| 204 | - } | |
| 205 | - | |
| 206 | - //학습내용 | |
| 207 | - if(vo.getChasiList() != null){
| |
| 208 | - //초기화 | |
| 209 | - curriculumDAO.deleteCurriculumLesson(vo); | |
| 210 | - | |
| 211 | - for(int i = 0; i < vo.getChasiList().size(); i++){
| |
| 212 | - vo.setChasiNm(vo.getChasiList().get(i)); | |
| 213 | - vo.setLessonNm(vo.getLessonNmList().get(i)); | |
| 214 | - | |
| 215 | - curriculumDAO.insertCurriculumLesson(vo); | |
| 216 | - } | |
| 217 | - } | |
| 218 | - | |
| 219 | - //교원배정 | |
| 220 | - if(vo.getSisuList() != null){
| |
| 221 | - //초기화 | |
| 222 | - curriculumDAO.deleteCurriculumFaculty(vo); | |
| 223 | - for(int i = 0; i < vo.getSisuList().size(); i++){
| |
| 224 | - vo.setFacId(vo.getFacIdList().get(i)); | |
| 225 | - vo.setFacNm(vo.getFacNmList().get(i)); | |
| 226 | - vo.setSisu(vo.getSisuList().get(i)); | |
| 227 | - vo.setPosition(vo.getPositionList().get(i)); | |
| 228 | - | |
| 229 | - curriculumDAO.insertCurriculumFaculty(vo); | |
| 230 | - } | |
| 231 | - } | |
| 232 | - | |
| 233 | - //교육과정 총괄평가기준 | |
| 234 | - if(vo.getEvtIdList() != null){
| |
| 235 | - //초기화 | |
| 236 | - curriculumDAO.deleteTotalEvaluation(vo); | |
| 237 | - for(int i = 0; i < vo.getEvtIdList().size(); i++){
| |
| 238 | - if(!EgovStringUtil.isEmpty(vo.getEvtValList().get(i)) && !"0".equals(vo.getEvtValList().get(i))){
| |
| 239 | - vo.setEvtId(vo.getEvtIdList().get(i)); | |
| 240 | - vo.setEvtNm(vo.getEvtNmList().get(i)); | |
| 241 | - vo.setEvtVal(vo.getEvtValList().get(i)); | |
| 242 | - vo.setEvtStand(vo.getEvtStandList().get(i)); | |
| 243 | - curriculumDAO.insertTotalEvaluation(vo); | |
| 244 | - | |
| 245 | - //수업참여 게시판 | |
| 246 | - if("CTG_0000000000000117".equals(vo.getEvtIdList().get(i))){
| |
| 247 | - if(vo.getBbsIdList() != null){
| |
| 248 | - for(int a = 0; a < vo.getBbsIdList().size(); a++){
| |
| 249 | - vo.setBbsId(vo.getBbsIdList().get(a)); | |
| 250 | - vo.setColect(vo.getColectList().get(a)); | |
| 251 | - curriculumDAO.insertAttendbbs(vo); | |
| 252 | - } | |
| 253 | - } | |
| 254 | - } | |
| 255 | - } | |
| 256 | - } | |
| 257 | - } | |
| 258 | - | |
| 259 | - //교재 및 부교재 | |
| 260 | - if(vo.getNttNoList() != null){
| |
| 261 | - //초기화 | |
| 262 | - curriculumDAO.deleteBookbbs(vo); | |
| 263 | - for(int i = 0; i < vo.getNttNoList().size(); i++){
| |
| 264 | - vo.setNttNo(vo.getNttNoList().get(i)); | |
| 265 | - | |
| 266 | - curriculumDAO.insertBookbbs(vo); | |
| 267 | - } | |
| 268 | - } | |
| 269 | - | |
| 270 | - } | |
| 271 | - | |
| 272 | - /** | |
| 273 | - * curriculum을 삭제한다. | |
| 274 | - * @param vo - 삭제할 정보가 담긴 CurriculumVO | |
| 275 | - * @return void형 | |
| 276 | - * @exception Exception | |
| 277 | - */ | |
| 278 | - public void deleteCurriculum(CurriculumVO vo) throws Exception {
| |
| 279 | - curriculumDAO.deleteCurriculum(vo); | |
| 280 | - } | |
| 281 | - | |
| 282 | - /** | |
| 283 | - * curriculum을 조회한다. | |
| 284 | - * @param vo - 조회할 정보가 담긴 CurriculumVO | |
| 285 | - * @return 조회한 curriculum | |
| 286 | - * @exception Exception | |
| 287 | - */ | |
| 288 | - public CurriculumVO selectCurriculum(CurriculumVO vo) throws Exception {
| |
| 289 | - CurriculumVO resultVO = curriculumDAO.selectCurriculum(vo); | |
| 290 | - if (resultVO == null) | |
| 291 | - throw processException("info.nodata.msg");
| |
| 292 | - return resultVO; | |
| 293 | - } | |
| 294 | - | |
| 295 | - /** | |
| 296 | - * curriculum 목록을 조회한다. | |
| 297 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 298 | - * @return curriculum 목록 | |
| 299 | - * @exception Exception | |
| 300 | - */ | |
| 301 | - public List<?> selectCurriculumList(CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 302 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 303 | - if(user != null){
| |
| 304 | - if("Y".equals(searchVO.getSearchMyCulAt())){
| |
| 305 | - searchVO.setSearchFrstRegisterId(user.getId()); | |
| 306 | - } | |
| 307 | - //searchVO.setUserSeCode(user.getUserSeCode()); | |
| 308 | - } | |
| 309 | - /* | |
| 310 | - //본교생이 아닐 경우 학부전공연계과정은 제외 | |
| 311 | - if(searchVO.getUserSeCode() == null || Integer.parseInt(searchVO.getUserSeCode()) < 6){
| |
| 312 | - searchVO.setSearchTargetType("N");
| |
| 313 | - } | |
| 314 | - */ | |
| 315 | - //승인된 교육과정만 불러오도록 처리 | |
| 316 | - if(EgovStringUtil.isEmpty(searchVO.getSearchAprvalAt()) && !"Y".equals(searchVO.getMngAt())){
| |
| 317 | - searchVO.setSearchAprvalAt("Y");
| |
| 318 | - } | |
| 319 | - | |
| 320 | - return curriculumDAO.selectCurriculumList(searchVO); | |
| 321 | - } | |
| 322 | - | |
| 323 | - /** | |
| 324 | - * curriculum 총 갯수를 조회한다. | |
| 325 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 326 | - * @return curriculum 총 갯수 | |
| 327 | - * @exception | |
| 328 | - */ | |
| 329 | - public int selectCurriculumListTotCnt(CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response) {
| |
| 330 | - /*LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 331 | - if(user != null){
| |
| 332 | - searchVO.setUserSeCode(user.getUserSeCode()); | |
| 333 | - } | |
| 334 | - | |
| 335 | - //본교생이 아닐 경우 학부전공연계과정은 제외 | |
| 336 | - if(searchVO.getUserSeCode() == null || Integer.parseInt(searchVO.getUserSeCode()) < 6){
| |
| 337 | - searchVO.setSearchTargetType("N");
| |
| 338 | - }*/ | |
| 339 | - | |
| 340 | - //승인된 교육과정만 불러오도록 처리 | |
| 341 | - if(EgovStringUtil.isEmpty(searchVO.getSearchAprvalAt()) && !"Y".equals(searchVO.getMngAt())){
| |
| 342 | - searchVO.setSearchAprvalAt("Y");
| |
| 343 | - } | |
| 344 | - | |
| 345 | - return curriculumDAO.selectCurriculumListTotCnt(searchVO); | |
| 346 | - } | |
| 347 | - | |
| 348 | - //사업비 | |
| 349 | - public List selectCurriculumExpense(CurriculumVO vo) throws Exception {
| |
| 350 | - return curriculumDAO.selectCurriculumExpense(vo); | |
| 351 | - } | |
| 352 | - | |
| 353 | - //과정 일부만 수정 | |
| 354 | - public void updateCurriculumPart(CurriculumVO vo, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 355 | - | |
| 356 | - //첨부파일 | |
| 357 | - if(!EgovStringUtil.isEmpty(vo.getFileGroupId())){
| |
| 358 | - FileVO fvo = new FileVO(); | |
| 359 | - fvo.setAtchFileId(vo.getAtchFileId()); | |
| 360 | - fvo.setFileGroupId(vo.getFileGroupId()); | |
| 361 | - String atchFileId = fileMngService.insertFileInfsByTemp(fvo, request, response).getAtchFileId(); | |
| 362 | - vo.setAtchFileId(atchFileId); | |
| 363 | - } | |
| 364 | - | |
| 365 | - curriculumDAO.updateCurriculumPart(vo); | |
| 366 | - } | |
| 367 | - | |
| 368 | - | |
| 369 | - //프로세스 업데이트 | |
| 370 | - public void updatePsCodeCurriculum(CurriculumVO vo) throws Exception {
| |
| 371 | - //과정들이 생기는 로직 추가 작업 해야됨 | |
| 372 | - if("1".equals(vo.getProcessSttusCode())){
| |
| 373 | - //카테고리 마스터 등록 | |
| 374 | - CtgryMaster ctgryMaster = new CtgryMaster(); | |
| 375 | - ctgryMaster.setSiteId(vo.getCrclId()); | |
| 376 | - ctgryMaster.setCtgrymasterNm(vo.getCrclId()); | |
| 377 | - | |
| 378 | - CtgryMaster master = egovBBSCtgryMasterService.selectCtgrymasterId(ctgryMaster); | |
| 379 | - if(master == null){
| |
| 380 | - String ctgryMasterId = egovBBSCtgryMasterService.insertComtnbbsctgrymaster(ctgryMaster); | |
| 381 | - | |
| 382 | - //게시판 마스터 등록 | |
| 383 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 384 | - boardMasterVO.setCtgrymasterId(ctgryMasterId); | |
| 385 | - boardMasterVO.setSiteId(vo.getCrclId()); | |
| 386 | - boardMasterVO.setSysTyCode("ALL");
| |
| 387 | - boardMasterVO.setBbsNm("전체 게시판");
| |
| 388 | - boardMasterVO.setCommentUseAt("N");
| |
| 389 | - boardMasterVO.setReplyPosblAt("N");
| |
| 390 | - boardMasterVO.setFileAtchPosblAt("Y");
| |
| 391 | - boardMasterVO.setPosblAtchFileNumber("10");
| |
| 392 | - boardMasterVO.setPosblAtchFileSize("1024");
| |
| 393 | - boardMasterVO.setInqireAuthor("02");
| |
| 394 | - boardMasterVO.setRegistAuthor("10");
| |
| 395 | - boardMasterVO.setAnswerAuthor("02");
| |
| 396 | - boardMasterVO.setOthbcUseAt("N");
| |
| 397 | - boardMasterVO.setSourcId(propertiesService.getString("Crcl.sourcId"));
| |
| 398 | - boardMasterVO.setTmplatId(propertiesService.getString("Crcl.tmplatId"));
| |
| 399 | - boardMasterVO.setSvcAt("Y");
| |
| 400 | - boardMasterVO.setFrstRegisterId(vo.getLastUpdusrId()); | |
| 401 | - bbsAttrbService.insertBBSMastetInf(boardMasterVO); | |
| 402 | - } | |
| 403 | - }else if("0".equals(vo.getProcessSttusCode())){
| |
| 404 | - //카테고리 마스터 삭제 | |
| 405 | - CtgryMaster ctgryMaster = new CtgryMaster(); | |
| 406 | - ctgryMaster.setSiteId(vo.getCrclId()); | |
| 407 | - ctgryMaster.setCtgrymasterNm(vo.getCrclId()); | |
| 408 | - | |
| 409 | - CtgryMaster master = egovBBSCtgryMasterService.selectCtgrymasterId(ctgryMaster); | |
| 410 | - egovBBSCtgryMasterService.deleteComtnbbsctgrymaster(master); | |
| 411 | - | |
| 412 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 413 | - boardMasterVO.setSiteId(vo.getCrclId()); | |
| 414 | - boardMasterVO.setSysTyCode("ALL");
| |
| 415 | - boardMasterVO.setLastUpdusrId(vo.getLastUpdusrId()); | |
| 416 | - bbsAttrbService.deleteBBSMasterForSiteId(boardMasterVO); | |
| 417 | - | |
| 418 | - } | |
| 419 | - | |
| 420 | - curriculumDAO.updatePsCodeCurriculum(vo); | |
| 421 | - } | |
| 422 | - | |
| 423 | - //학습내용 | |
| 424 | - public List selectCurriculumLesson(CurriculumVO vo) throws Exception {
| |
| 425 | - return curriculumDAO.selectCurriculumLesson(vo); | |
| 426 | - } | |
| 427 | - | |
| 428 | - //과정 사용자(관리자) 목록 | |
| 429 | - public List selectCurriculumMng(CurriculumVO vo) throws Exception {
| |
| 430 | - return curriculumDAO.selectCurriculumMng(vo); | |
| 431 | - } | |
| 432 | - | |
| 433 | - //교원배정 목록 | |
| 434 | - public List selectCurriculumFaculty(CurriculumVO vo) throws Exception {
| |
| 435 | - return curriculumDAO.selectCurriculumFaculty(vo); | |
| 436 | - } | |
| 437 | - | |
| 438 | - //교원배정(중복제거) 목록 | |
| 439 | - public List selectCurriculumFacultyDp(CurriculumVO vo) throws Exception {
| |
| 440 | - return curriculumDAO.selectCurriculumFacultyDp(vo); | |
| 441 | - } | |
| 442 | - | |
| 443 | - //총괄평가 목록 | |
| 444 | - public List selectTotalEvaluation(CurriculumVO vo) throws Exception {
| |
| 445 | - return curriculumDAO.selectTotalEvaluation(vo); | |
| 446 | - } | |
| 447 | - | |
| 448 | - //수업참여도 목록 | |
| 449 | - public List selectAttendbbs(CurriculumVO vo) throws Exception {
| |
| 450 | - return curriculumDAO.selectAttendbbs(vo); | |
| 451 | - } | |
| 452 | - | |
| 453 | - //교재 및 부교재 목록 | |
| 454 | - public List selectBookbbs(CurriculumVO vo) throws Exception {
| |
| 455 | - return curriculumDAO.selectBookbbs(vo); | |
| 456 | - } | |
| 457 | - | |
| 458 | - //수강신청 등록 | |
| 459 | - public void insertCurriculumMember(CurriculumVO vo) throws Exception {
| |
| 460 | - curriculumDAO.deleteCurriculumMember(vo); | |
| 461 | - | |
| 462 | - curriculumDAO.insertCurriculumMember(vo); | |
| 463 | - } | |
| 464 | - | |
| 465 | - //수강신청 첨부 서류 재처리 | |
| 466 | - public void updateCurriculumMember(CurriculumVO vo) throws Exception {
| |
| 467 | - curriculumDAO.updateCurriculumMember(vo); | |
| 468 | - } | |
| 469 | - | |
| 470 | - //중복 수강신청 조회 | |
| 471 | - public int selectCurriculumDuplicationMemberCnt(CurriculumVO searchVO) {
| |
| 472 | - return curriculumDAO.selectCurriculumDuplicationMemberCnt(searchVO); | |
| 473 | - } | |
| 474 | - | |
| 475 | - //수강신청 조회 | |
| 476 | - public CurriculumVO selectCurriculumMemberDetail(CurriculumVO vo) throws Exception {
| |
| 477 | - return curriculumDAO.selectCurriculumMemberDetail(vo); | |
| 478 | - } | |
| 479 | - | |
| 480 | - // 오늘의 수업 | |
| 481 | - public List<?> selectTodayCrclList(CurriculumVO searchVO) throws Exception {
| |
| 482 | - return curriculumDAO.selectTodayCrclList(searchVO); | |
| 483 | - } | |
| 484 | - | |
| 485 | - /** | |
| 486 | - * curriculumMember 총 갯수를 조회한다. | |
| 487 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 488 | - * @return homework 총 갯수 | |
| 489 | - * @exception | |
| 490 | - */ | |
| 491 | - public int selectHomeworkTotCnt(CurriculumVO searchVO) {
| |
| 492 | - return curriculumDAO.selectHomeworkTotCnt(searchVO); | |
| 493 | - } | |
| 494 | - | |
| 495 | - /** | |
| 496 | - * curriculumMember 목록을 조회한다. | |
| 497 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 498 | - * @return homework 목록 | |
| 499 | - * @exception Exception | |
| 500 | - */ | |
| 501 | - public List<?> selectHomeworkList(CurriculumVO searchVO) throws Exception {
| |
| 502 | - return curriculumDAO.selectHomeworkList(searchVO); | |
| 503 | - } | |
| 504 | - | |
| 505 | - /** | |
| 506 | - * 과제 제출 대기 학생 목록을 조회한다. | |
| 507 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 508 | - * @return homeworksubmit 목록 | |
| 509 | - * @exception Exception | |
| 510 | - */ | |
| 511 | - public List<?> selectHomeworkSubmitWaitingList(CurriculumVO searchVO) throws Exception {
| |
| 512 | - return curriculumDAO.selectHomeworkSubmitWaitingList(searchVO); | |
| 513 | - } | |
| 514 | - | |
| 515 | - /** | |
| 516 | - * 과제 평가 대기 학생 목록을 조회한다. | |
| 517 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 518 | - * @return homeworksubmit 목록 | |
| 519 | - * @exception Exception | |
| 520 | - */ | |
| 521 | - public List<?> selectHomeworkTestWaitingList(CurriculumVO searchVO) throws Exception {
| |
| 522 | - return curriculumDAO.selectHomeworkTestWaitingList(searchVO); | |
| 523 | - } | |
| 524 | - | |
| 525 | - /** | |
| 526 | - * 과제를 등록한다. | |
| 527 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 528 | - * @return homework 등록 | |
| 529 | - * @exception Exception | |
| 530 | - */ | |
| 531 | - public void insertHomeworkArticle(CurriculumVO searchVO) throws Exception {
| |
| 532 | - if("".equals(searchVO.getHwId())) {
| |
| 533 | - searchVO.setHwId(idgenService.getNextStringId()); | |
| 534 | - } | |
| 535 | - | |
| 536 | - searchVO.setAtchFileId(this.insertFileInfsByTemp(searchVO)); | |
| 537 | - | |
| 538 | - curriculumDAO.insertHomeworkArticle(searchVO); | |
| 539 | - } | |
| 540 | - | |
| 541 | - /** | |
| 542 | - * 임시첨부파일을 정식으로 등록 한다. | |
| 543 | - * | |
| 544 | - */ | |
| 545 | - public String insertFileInfsByTemp(CurriculumVO searchVO) throws Exception {
| |
| 546 | - FileVO fvo = new FileVO(); | |
| 547 | - fvo.setAtchFileId(searchVO.getAtchFileId()); | |
| 548 | - fvo.setFileGroupId(searchVO.getFileGroupId()); | |
| 549 | - | |
| 550 | - return fileMngService.insertFileInfsByTemp(fvo).getAtchFileId(); | |
| 551 | - } | |
| 552 | - | |
| 553 | - /** | |
| 554 | - * 과제 상세 내용을 조회한다. | |
| 555 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 556 | - * @return homework 목록 | |
| 557 | - * @exception Exception | |
| 558 | - */ | |
| 559 | - public CurriculumVO selectHomeworkArticle(CurriculumVO searchVO) throws Exception {
| |
| 560 | - return (CurriculumVO)curriculumDAO.selectHomeworkArticle(searchVO); | |
| 561 | - } | |
| 562 | - | |
| 563 | - /** | |
| 564 | - * 과제를 삭제한다. | |
| 565 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 566 | - * @return homework 목록 | |
| 567 | - * @exception Exception | |
| 568 | - */ | |
| 569 | - public void deleteHomeworkArticle(CurriculumVO searchVO) throws Exception {
| |
| 570 | - curriculumDAO.deleteHomeworkArticle(searchVO); | |
| 571 | - } | |
| 572 | - | |
| 573 | - /** | |
| 574 | - * 과제를 수정한다. | |
| 575 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 576 | - * @return homework 수정 | |
| 577 | - * @exception Exception | |
| 578 | - */ | |
| 579 | - public void updateHomeworkArticle(CurriculumVO searchVO) throws Exception {
| |
| 580 | - String atchFileId = this.insertFileInfsByTemp(searchVO); | |
| 581 | - searchVO.setAtchFileId(atchFileId); | |
| 582 | - | |
| 583 | - curriculumDAO.updateHomeworkArticle(searchVO); | |
| 584 | - } | |
| 585 | - | |
| 586 | - /** | |
| 587 | - * 학생 공개를 수정한다. | |
| 588 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 589 | - * @return homeworksubmit 목록 | |
| 590 | - * @exception Exception | |
| 591 | - */ | |
| 592 | - public List<?> selectHomeworkSubjectList(CurriculumVO searchVO) throws Exception {
| |
| 593 | - return curriculumDAO.selectHomeworkSubjectList(searchVO); | |
| 594 | - } | |
| 595 | - | |
| 596 | - /** | |
| 597 | - * 학생 공개를 수정한다. | |
| 598 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 599 | - * @return homeworksubmit 목록 | |
| 600 | - * @exception Exception | |
| 601 | - */ | |
| 602 | - public void updateStuOpenAt(CurriculumVO searchVO) throws Exception {
| |
| 603 | - curriculumDAO.updateStuOpenAt(searchVO); | |
| 604 | - } | |
| 605 | - | |
| 606 | - /** | |
| 607 | - * 과제 후기 선정을 수정한다. | |
| 608 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 609 | - * @return homeworksubmit 목록 | |
| 610 | - * @exception Exception | |
| 611 | - */ | |
| 612 | - public void updateCommentPickAt(CurriculumVO searchVO) throws Exception {
| |
| 613 | - curriculumDAO.updateCommentPickAt(searchVO); | |
| 614 | - } | |
| 615 | - | |
| 616 | - /** | |
| 617 | - * 과제 피드백을 수정한다. | |
| 618 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 619 | - * @return homeworksubmit 목록 | |
| 620 | - * @exception Exception | |
| 621 | - */ | |
| 622 | - public void updateFdb(CurriculumVO searchVO) throws Exception {
| |
| 623 | - curriculumDAO.updateFdb(searchVO); | |
| 624 | - } | |
| 625 | - | |
| 626 | - /** | |
| 627 | - * 과제 제출 상세 내용을 조회한다. | |
| 628 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 629 | - * @return homework 목록 | |
| 630 | - * @exception Exception | |
| 631 | - */ | |
| 632 | - public CurriculumVO selectHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception {
| |
| 633 | - return (CurriculumVO)curriculumDAO.selectHomeworkSubmitArticle(searchVO); | |
| 634 | - } | |
| 635 | - | |
| 636 | - /** | |
| 637 | - * 과제 제출을 등록한다. | |
| 638 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 639 | - * @return homework 등록 | |
| 640 | - * @exception Exception | |
| 641 | - */ | |
| 642 | - public void insertHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception {
| |
| 643 | - if("".equals(searchVO.getHwsId())) {
| |
| 644 | - searchVO.setHwsId(idgenServiceHomeworkSubmit.getNextStringId()); | |
| 645 | - } | |
| 646 | - | |
| 647 | - searchVO.setAtchFileId(this.insertFileInfsByTemp(searchVO)); | |
| 648 | - | |
| 649 | - curriculumDAO.insertHomeworkSubmitArticle(searchVO); | |
| 650 | - } | |
| 651 | - | |
| 652 | - /** | |
| 653 | - * 과제 제출을 수정한다. | |
| 654 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 655 | - * @return homework 수정 | |
| 656 | - * @exception Exception | |
| 657 | - */ | |
| 658 | - public void updateHomeworkSubmitArticle(CurriculumVO searchVO) throws Exception {
| |
| 659 | - String atchFileId = this.insertFileInfsByTemp(searchVO); | |
| 660 | - searchVO.setAtchFileId(atchFileId); | |
| 661 | - | |
| 662 | - curriculumDAO.updateHomeworkSubmitArticle(searchVO); | |
| 663 | - } | |
| 664 | - | |
| 665 | - //과제평가 | |
| 666 | - public List homeworkScoreList(CurriculumVO searchVO) throws Exception {
| |
| 667 | - return curriculumDAO.homeworkScoreList(searchVO); | |
| 668 | - } | |
| 669 | - | |
| 670 | - //과제평가 - 학생 점수 요약 | |
| 671 | - public List homeworkScoreSum(CurriculumVO searchVO) throws Exception {
| |
| 672 | - return curriculumDAO.homeworkScoreSum(searchVO); | |
| 673 | - } | |
| 674 | - | |
| 675 | - //과제평가 - 성적반영 | |
| 676 | - public void updateScoreApply(CurriculumVO searchVO) throws Exception {
| |
| 677 | - //초기 삭제 | |
| 678 | - curriculumDAO.deleteScoreApply(searchVO); | |
| 679 | - for(int i = 0; i < searchVO.getHwIdList().size(); i++){
| |
| 680 | - searchVO.setHwId(searchVO.getHwIdList().get(i)); | |
| 681 | - searchVO.setScoreApplyAt("Y");
| |
| 682 | - curriculumDAO.updateScoreApply(searchVO); | |
| 683 | - } | |
| 684 | - } | |
| 685 | - | |
| 686 | - /** | |
| 687 | - * 반 개수를 조회한다. | |
| 688 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 689 | - * @return curriculum 총 갯수 | |
| 690 | - * @exception | |
| 691 | - */ | |
| 692 | - public int selectCurriculumMemberGroupCnt(CurriculumVO searchVO) {
| |
| 693 | - return curriculumDAO.selectCurriculumMemberGroupCnt(searchVO); | |
| 694 | - } | |
| 695 | - | |
| 696 | - // My > 교육과정이력 조회 | |
| 697 | - public List selectMyCurriculumHistoryList(CurriculumVO vo) throws Exception {
| |
| 698 | - return curriculumDAO.selectMyCurriculumHistoryList(vo); | |
| 699 | - } | |
| 700 | - | |
| 701 | - // My > 교육과정이력 조회 count | |
| 702 | - public List selectMyCurriculumHistoryListCount(CurriculumVO vo) throws Exception {
| |
| 703 | - return curriculumDAO.selectMyCurriculumHistoryListCount(vo); | |
| 704 | - } | |
| 705 | - | |
| 706 | - // My > 교육과정이력 - 총 과정수, 과정중 count | |
| 707 | - public int selectMyCurriculumHistoryCnt(CurriculumVO vo) throws Exception {
| |
| 708 | - return curriculumDAO.selectMyCurriculumHistoryCnt(vo); | |
| 709 | - } | |
| 710 | - | |
| 711 | - //학생 과제 공개 개수 | |
| 712 | - public int selectHomeworkCommentPickAtCnt(CurriculumVO searchVO) {
| |
| 713 | - return curriculumDAO.selectHomeworkCommentPickAtCnt(searchVO); | |
| 714 | - } | |
| 715 | - | |
| 716 | - /** | |
| 717 | - * 학생 과제 공개 리스트를 조회. | |
| 718 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 719 | - * @return homeworksubmit 목록 | |
| 720 | - * @exception Exception | |
| 721 | - */ | |
| 722 | - public List<?> selectHomeworkCommentPickAtList(CurriculumVO searchVO) throws Exception {
| |
| 723 | - return curriculumDAO.selectHomeworkCommentPickAtList(searchVO); | |
| 724 | - } | |
| 725 | - | |
| 726 | - public List<EgovMap> selectReportList(CurriculumVO searchVO) throws Exception {
| |
| 727 | - return curriculumDAO.selectReportList(searchVO); | |
| 728 | - } | |
| 729 | - | |
| 730 | - public int selectReportListCnt(CurriculumVO searchVO) throws Exception {
| |
| 731 | - return curriculumDAO.selectReportListCnt(searchVO); | |
| 732 | - } | |
| 733 | - | |
| 734 | - public List<EgovMap> selectAdminReportList(CurriculumVO searchVO) throws Exception {
| |
| 735 | - return curriculumDAO.selectAdminReportList(searchVO); | |
| 736 | - } | |
| 737 | - | |
| 738 | - public int selectAdminReportListCnt(CurriculumVO searchVO) throws Exception {
| |
| 739 | - return curriculumDAO.selectAdminReportListCnt(searchVO); | |
| 740 | - } | |
| 741 | - | |
| 742 | - //교육과정 통계(운영보고서) | |
| 743 | - public EgovMap curriculumSts(CurriculumVO vo) throws Exception{
| |
| 744 | - return curriculumDAO.curriculumSts(vo); | |
| 745 | - } | |
| 746 | - | |
| 747 | - //과정 목록 - 학생기준 | |
| 748 | - public List<EgovMap> selectMyCurriculumList(CurriculumVO vo) throws Exception {
| |
| 749 | - return curriculumDAO.selectMyCurriculumList(vo); | |
| 750 | - } | |
| 751 | - | |
| 752 | - //과정 목록 수 - 학생기준 | |
| 753 | - public int selectMyCurriculumListCnt(CurriculumVO vo) throws Exception {
| |
| 754 | - return curriculumDAO.selectMyCurriculumListCnt(vo); | |
| 755 | - } | |
| 756 | - | |
| 757 | - @Override | |
| 758 | - public void downMemberZipFile(HashMap<String, Object> map )throws Exception {
| |
| 759 | - | |
| 760 | - } | |
| 761 | - | |
| 762 | - | |
| 763 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumbaseDAO.java
... | ... | @@ -1,100 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 9 | -import egovframework.com.lms.service.CurriculumbaseVO; | |
| 10 | - | |
| 11 | -/** | |
| 12 | - * @Class Name : CurriculumbaseDAO.java | |
| 13 | - * @Description : Curriculumbase DAO Class | |
| 14 | - * @Modification Information | |
| 15 | - * | |
| 16 | - * @author 문성진 | |
| 17 | - * @since 2019.10.11 | |
| 18 | - * @version 1.0 | |
| 19 | - * @see | |
| 20 | - * | |
| 21 | - * Copyright (C) All right reserved. | |
| 22 | - */ | |
| 23 | - | |
| 24 | -@Repository("curriculumbaseDAO")
| |
| 25 | -public class CurriculumbaseDAO extends EgovAbstractDAO {
| |
| 26 | - | |
| 27 | - /** | |
| 28 | - * curriculumbase을 등록한다. | |
| 29 | - * @param vo - 등록할 정보가 담긴 CurriculumbaseVO | |
| 30 | - * @return 등록 결과 | |
| 31 | - * @exception Exception | |
| 32 | - */ | |
| 33 | - public String insertCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 34 | - return (String)insert("curriculumbaseDAO.insertCurriculumbase_S", vo);
| |
| 35 | - } | |
| 36 | - | |
| 37 | - /** | |
| 38 | - * curriculumbase을 수정한다. | |
| 39 | - * @param vo - 수정할 정보가 담긴 CurriculumbaseVO | |
| 40 | - * @return void형 | |
| 41 | - * @exception Exception | |
| 42 | - */ | |
| 43 | - public void updateCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 44 | - update("curriculumbaseDAO.updateCurriculumbase_S", vo);
| |
| 45 | - } | |
| 46 | - | |
| 47 | - /** | |
| 48 | - * curriculumbase을 삭제한다. | |
| 49 | - * @param vo - 삭제할 정보가 담긴 CurriculumbaseVO | |
| 50 | - * @return void형 | |
| 51 | - * @exception Exception | |
| 52 | - */ | |
| 53 | - public void deleteCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 54 | - update("curriculumbaseDAO.deleteCurriculumbase_S", vo);
| |
| 55 | - } | |
| 56 | - | |
| 57 | - /** | |
| 58 | - * curriculumbase을 조회한다. | |
| 59 | - * @param vo - 조회할 정보가 담긴 CurriculumbaseVO | |
| 60 | - * @return 조회한 curriculumbase | |
| 61 | - * @exception Exception | |
| 62 | - */ | |
| 63 | - public CurriculumbaseVO selectCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 64 | - return (CurriculumbaseVO) select("curriculumbaseDAO.selectCurriculumbase_S", vo);
| |
| 65 | - } | |
| 66 | - | |
| 67 | - /** | |
| 68 | - * curriculumbase 목록을 조회한다. | |
| 69 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 70 | - * @return curriculumbase 목록 | |
| 71 | - * @exception Exception | |
| 72 | - */ | |
| 73 | - public List<?> selectCurriculumbaseList(CurriculumbaseVO searchVO) throws Exception {
| |
| 74 | - return list("curriculumbaseDAO.selectCurriculumbaseList_D", searchVO);
| |
| 75 | - } | |
| 76 | - | |
| 77 | - //과정학습참고자료 조회 | |
| 78 | - public List selectCurriculumbaseFile(CurriculumbaseVO searchVO) throws Exception {
| |
| 79 | - return list("curriculumbaseDAO.selectCurriculumbaseFile", searchVO);
| |
| 80 | - } | |
| 81 | - | |
| 82 | - /** | |
| 83 | - * curriculumbase 총 갯수를 조회한다. | |
| 84 | - * @param searchMap - 조회할 정보가 담긴 Map | |
| 85 | - * @return curriculumbase 총 갯수 | |
| 86 | - * @exception | |
| 87 | - */ | |
| 88 | - public int selectCurriculumbaseListTotCnt(CurriculumbaseVO searchVO) {
| |
| 89 | - return (Integer)select("curriculumbaseDAO.selectCurriculumbaseListTotCnt_S", searchVO);
| |
| 90 | - } | |
| 91 | - | |
| 92 | - //참고자료 등록 | |
| 93 | - public String insertCurriculumbasefile(CurriculumbaseVO vo) throws Exception {
| |
| 94 | - return (String)insert("curriculumbaseDAO.insertCurriculumbasefile_S", vo);
| |
| 95 | - } | |
| 96 | - | |
| 97 | - public void deleteCurriculumbasefile(CurriculumbaseVO vo) throws Exception {
| |
| 98 | - delete("curriculumbaseDAO.deleteCurriculumbasefile_S", vo);
| |
| 99 | - } | |
| 100 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/CurriculumbaseServiceImpl.java
... | ... | @@ -1,164 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import javax.annotation.Resource; | |
| 6 | - | |
| 7 | -import org.springframework.stereotype.Service; | |
| 8 | -import org.slf4j.Logger; | |
| 9 | -import org.slf4j.LoggerFactory; | |
| 10 | - | |
| 11 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 12 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 13 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 14 | -import egovframework.com.lms.service.CurriculumbaseService; | |
| 15 | -import egovframework.com.lms.service.CurriculumbaseVO; | |
| 16 | -import egovframework.com.lms.service.impl.CurriculumbaseDAO; | |
| 17 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 18 | - | |
| 19 | -/** | |
| 20 | - * @Class Name : CurriculumbaseServiceImpl.java | |
| 21 | - * @Description : Curriculumbase Business Implement class | |
| 22 | - * @Modification Information | |
| 23 | - * | |
| 24 | - * @author 문성진 | |
| 25 | - * @since 2019.10.11 | |
| 26 | - * @version 1.0 | |
| 27 | - * @see | |
| 28 | - * | |
| 29 | - * Copyright (C) All right reserved. | |
| 30 | - */ | |
| 31 | - | |
| 32 | -@Service("curriculumbaseService")
| |
| 33 | -public class CurriculumbaseServiceImpl extends EgovAbstractServiceImpl implements | |
| 34 | - CurriculumbaseService {
| |
| 35 | - | |
| 36 | - @Resource(name="curriculumbaseDAO") | |
| 37 | - private CurriculumbaseDAO curriculumbaseDAO; | |
| 38 | - | |
| 39 | - /** ID Generation */ | |
| 40 | - @Resource(name="crclbIdGnrService") | |
| 41 | - private EgovIdGnrService egovIdGnrService; | |
| 42 | - | |
| 43 | - /** | |
| 44 | - * curriculumbase을 등록한다. | |
| 45 | - * @param vo - 등록할 정보가 담긴 CurriculumbaseVO | |
| 46 | - * @return 등록 결과 | |
| 47 | - * @exception Exception | |
| 48 | - */ | |
| 49 | - public String insertCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 50 | - //코드 | |
| 51 | - if(EgovStringUtil.isEmpty(vo.getCrclbId())){
| |
| 52 | - String id = egovIdGnrService.getNextStringId(); | |
| 53 | - vo.setCrclbId(id); | |
| 54 | - } | |
| 55 | - | |
| 56 | - //과정체계코드 | |
| 57 | - String sysCode = ""; | |
| 58 | - for(int i = 0; i < vo.getSysCodeList().size(); i++){
| |
| 59 | - if(!EgovStringUtil.isEmpty(vo.getSysCodeList().get(i))){
| |
| 60 | - sysCode = vo.getSysCodeList().get(i); | |
| 61 | - } | |
| 62 | - } | |
| 63 | - vo.setSysCode(sysCode); | |
| 64 | - | |
| 65 | - //학생 수강신청 제출서류 여부 | |
| 66 | - if("N".equals(vo.getStdntAplyAt())){
| |
| 67 | - vo.setAplyFile("");
| |
| 68 | - vo.setPlanFile("");
| |
| 69 | - vo.setEtcFile("");
| |
| 70 | - } | |
| 71 | - | |
| 72 | - curriculumbaseDAO.insertCurriculumbase(vo); | |
| 73 | - | |
| 74 | - //참고자료 | |
| 75 | - if(vo.getRefeFileList() != null && vo.getRefeFileList().size() > 0){
| |
| 76 | - for(int i = 0; i < vo.getRefeFileList().size(); i++){
| |
| 77 | - vo.setAtchFileId(vo.getRefeFileList().get(i)); | |
| 78 | - curriculumbaseDAO.insertCurriculumbasefile(vo); | |
| 79 | - } | |
| 80 | - } | |
| 81 | - | |
| 82 | - return null; | |
| 83 | - } | |
| 84 | - | |
| 85 | - /** | |
| 86 | - * curriculumbase을 수정한다. | |
| 87 | - * @param vo - 수정할 정보가 담긴 CurriculumbaseVO | |
| 88 | - * @return void형 | |
| 89 | - * @exception Exception | |
| 90 | - */ | |
| 91 | - public void updateCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 92 | - //과정체계코드 | |
| 93 | - String sysCode = ""; | |
| 94 | - for(int i = 0; i < vo.getSysCodeList().size(); i++){
| |
| 95 | - if(!EgovStringUtil.isEmpty(vo.getSysCodeList().get(i))){
| |
| 96 | - sysCode = vo.getSysCodeList().get(i); | |
| 97 | - } | |
| 98 | - } | |
| 99 | - vo.setSysCode(sysCode); | |
| 100 | - | |
| 101 | - //학생 수강신청 제출서류 여부 | |
| 102 | - if("N".equals(vo.getStdntAplyAt())){
| |
| 103 | - vo.setAplyFile("");
| |
| 104 | - vo.setPlanFile("");
| |
| 105 | - vo.setEtcFile("");
| |
| 106 | - } | |
| 107 | - | |
| 108 | - curriculumbaseDAO.updateCurriculumbase(vo); | |
| 109 | - | |
| 110 | - //참고자료 | |
| 111 | - curriculumbaseDAO.deleteCurriculumbasefile(vo); | |
| 112 | - if(vo.getRefeFileList() != null && vo.getRefeFileList().size() > 0){
| |
| 113 | - for(int i = 0; i < vo.getRefeFileList().size(); i++){
| |
| 114 | - vo.setAtchFileId(vo.getRefeFileList().get(i)); | |
| 115 | - curriculumbaseDAO.insertCurriculumbasefile(vo); | |
| 116 | - } | |
| 117 | - } | |
| 118 | - } | |
| 119 | - | |
| 120 | - /** | |
| 121 | - * curriculumbase을 삭제한다. | |
| 122 | - * @param vo - 삭제할 정보가 담긴 CurriculumbaseVO | |
| 123 | - * @return void형 | |
| 124 | - * @exception Exception | |
| 125 | - */ | |
| 126 | - public void deleteCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 127 | - curriculumbaseDAO.deleteCurriculumbase(vo); | |
| 128 | - } | |
| 129 | - | |
| 130 | - /** | |
| 131 | - * curriculumbase을 조회한다. | |
| 132 | - * @param vo - 조회할 정보가 담긴 CurriculumbaseVO | |
| 133 | - * @return 조회한 curriculumbase | |
| 134 | - * @exception Exception | |
| 135 | - */ | |
| 136 | - public CurriculumbaseVO selectCurriculumbase(CurriculumbaseVO vo) throws Exception {
| |
| 137 | - return curriculumbaseDAO.selectCurriculumbase(vo); | |
| 138 | - } | |
| 139 | - | |
| 140 | - /** | |
| 141 | - * curriculumbase 목록을 조회한다. | |
| 142 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 143 | - * @return curriculumbase 목록 | |
| 144 | - * @exception Exception | |
| 145 | - */ | |
| 146 | - public List<?> selectCurriculumbaseList(CurriculumbaseVO searchVO) throws Exception {
| |
| 147 | - return curriculumbaseDAO.selectCurriculumbaseList(searchVO); | |
| 148 | - } | |
| 149 | - | |
| 150 | - public List selectCurriculumbaseFile(CurriculumbaseVO vo) throws Exception{
| |
| 151 | - return curriculumbaseDAO.selectCurriculumbaseFile(vo); | |
| 152 | - } | |
| 153 | - | |
| 154 | - /** | |
| 155 | - * curriculumbase 총 갯수를 조회한다. | |
| 156 | - * @param searchVO - 조회할 정보가 담긴 VO | |
| 157 | - * @return curriculumbase 총 갯수 | |
| 158 | - * @exception | |
| 159 | - */ | |
| 160 | - public int selectCurriculumbaseListTotCnt(CurriculumbaseVO searchVO) {
| |
| 161 | - return curriculumbaseDAO.selectCurriculumbaseListTotCnt(searchVO); | |
| 162 | - } | |
| 163 | - | |
| 164 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/GradeDAO.java
... | ... | @@ -1,48 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 8 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 9 | -import egovframework.com.lms.service.AttendVO; | |
| 10 | -import egovframework.com.lms.service.BasefileVO; | |
| 11 | -import egovframework.com.lms.service.CurriculumVO; | |
| 12 | - | |
| 13 | -//성적 | |
| 14 | -@Repository("gradeDAO")
| |
| 15 | -public class GradeDAO extends EgovAbstractDAO {
| |
| 16 | - | |
| 17 | - //성적등록 | |
| 18 | - public void insertGrade(CurriculumVO vo) throws Exception {
| |
| 19 | - insert("gradeDAO.insertGrade", vo);
| |
| 20 | - } | |
| 21 | - | |
| 22 | - //기타성적등록 | |
| 23 | - public void insertGradeEtc(CurriculumVO vo) throws Exception {
| |
| 24 | - insert("gradeDAO.insertGradeEtc", vo);
| |
| 25 | - } | |
| 26 | - | |
| 27 | - //성적 삭제 | |
| 28 | - public void deleteGrade(CurriculumVO vo) throws Exception {
| |
| 29 | - insert("gradeDAO.deleteGrade", vo);
| |
| 30 | - } | |
| 31 | - | |
| 32 | - //기타성적 삭제 | |
| 33 | - public void deleteGradeEtc(CurriculumVO vo) throws Exception {
| |
| 34 | - insert("gradeDAO.deleteGradeEtc", vo);
| |
| 35 | - } | |
| 36 | - | |
| 37 | - //성적목록 | |
| 38 | - public List selectGradeList(CurriculumVO vo) throws Exception {
| |
| 39 | - return list("gradeDao.selectGradeList", vo);
| |
| 40 | - } | |
| 41 | - | |
| 42 | - //수료정보취합 | |
| 43 | - public EgovMap selectGradeSummary(CurriculumVO vo) throws Exception {
| |
| 44 | - return (EgovMap) select("gradeDao.selectGradeSummary", vo);
| |
| 45 | - } | |
| 46 | - | |
| 47 | - | |
| 48 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/GradeServiceImpl.java
... | ... | @@ -1,336 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.io.File; | |
| 4 | -import java.io.FileNotFoundException; | |
| 5 | -import java.io.IOException; | |
| 6 | -import java.text.DecimalFormat; | |
| 7 | -import java.text.SimpleDateFormat; | |
| 8 | -import java.util.ArrayList; | |
| 9 | -import java.util.HashMap; | |
| 10 | -import java.util.List; | |
| 11 | -import java.util.Map; | |
| 12 | - | |
| 13 | -import javax.annotation.Resource; | |
| 14 | - | |
| 15 | -import org.springframework.stereotype.Service; | |
| 16 | -import org.apache.poi.hssf.usermodel.HSSFDateUtil; | |
| 17 | -import org.apache.poi.openxml4j.exceptions.InvalidFormatException; | |
| 18 | -import org.apache.poi.ss.usermodel.Cell; | |
| 19 | -import org.apache.poi.ss.usermodel.FormulaEvaluator; | |
| 20 | -import org.apache.poi.ss.usermodel.Row; | |
| 21 | -import org.apache.poi.ss.usermodel.Sheet; | |
| 22 | -import org.apache.poi.ss.usermodel.Workbook; | |
| 23 | -import org.apache.poi.ss.usermodel.WorkbookFactory; | |
| 24 | -import org.apache.poi.xssf.usermodel.XSSFWorkbook; | |
| 25 | -import org.slf4j.Logger; | |
| 26 | -import org.slf4j.LoggerFactory; | |
| 27 | - | |
| 28 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 29 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 30 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 31 | -import egovframework.com.cmm.service.FileVO; | |
| 32 | -import egovframework.com.lms.service.CurriculumService; | |
| 33 | -import egovframework.com.lms.service.CurriculumVO; | |
| 34 | -import egovframework.com.lms.service.GradeService; | |
| 35 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 36 | - | |
| 37 | - | |
| 38 | - | |
| 39 | -@Service("gradeService")
| |
| 40 | -public class GradeServiceImpl extends EgovAbstractServiceImpl implements GradeService {
| |
| 41 | - | |
| 42 | - @Resource(name="gradeDAO") | |
| 43 | - private GradeDAO gradeDao; | |
| 44 | - | |
| 45 | - @Resource(name="curriculumDAO") | |
| 46 | - private CurriculumDAO curriculumDAO; | |
| 47 | - | |
| 48 | - @Resource(name = "curriculumService") | |
| 49 | - private CurriculumService curriculumService; | |
| 50 | - | |
| 51 | - //성적등록 - 엑셀 | |
| 52 | - public void uploadExcel(CurriculumVO vo) throws Exception {
| |
| 53 | - gradeDao.insertGrade(vo); | |
| 54 | - gradeDao.insertGradeEtc(vo); | |
| 55 | - /* | |
| 56 | - if(vo.getUserIdList().size() != 0 && vo.getAttentionTypeList().size() != 0){
| |
| 57 | - //초기화 | |
| 58 | - attendDAO.deleteAttention(vo); | |
| 59 | - | |
| 60 | - EgovMap paramMap = new EgovMap(); | |
| 61 | - List<EgovMap> atdList = new ArrayList<EgovMap>(); | |
| 62 | - for(int i = 0; i < vo.getUserIdList().size(); i++){
| |
| 63 | - EgovMap atdMap = new EgovMap(); | |
| 64 | - | |
| 65 | - atdMap.put("plId", vo.getPlId());
| |
| 66 | - atdMap.put("userId", vo.getUserIdList().get(i));
| |
| 67 | - atdMap.put("attentionType", vo.getAttentionTypeList().get(i));
| |
| 68 | - atdMap.put("frstRegisterId", vo.getFrstRegisterId());
| |
| 69 | - | |
| 70 | - atdList.add(atdMap); | |
| 71 | - } | |
| 72 | - paramMap.put("atdList", atdList);
| |
| 73 | - | |
| 74 | - attendDAO.insertAllAttention(paramMap); | |
| 75 | - } | |
| 76 | - */ | |
| 77 | - } | |
| 78 | - | |
| 79 | - //성적등록 | |
| 80 | - public void gradeTotalUpdate(CurriculumVO vo) throws Exception {
| |
| 81 | - //학생 | |
| 82 | - if(vo.getUserIdList() != null){
| |
| 83 | - | |
| 84 | - //중간, 기말, 수시 만점 | |
| 85 | - curriculumDAO.updateCurriculumPart(vo); | |
| 86 | - | |
| 87 | - for(int i = 0; i < vo.getUserIdList().size(); i++){
| |
| 88 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 89 | - | |
| 90 | - curriculumVO.setCrclId(vo.getCrclId()); | |
| 91 | - curriculumVO.setUserId(vo.getUserIdList().get(i)); | |
| 92 | - | |
| 93 | - //해당 학생 초기화 | |
| 94 | - //gradeDao.deleteGradeEtc(vo); | |
| 95 | - gradeDao.deleteGrade(curriculumVO); | |
| 96 | - | |
| 97 | - //중간고사 | |
| 98 | - if(vo.getMidtermTotalScoreList() != null){
| |
| 99 | - //curriculumVO.setMidtermScore(vo.getMidtermScoreList().get(i)); | |
| 100 | - double midtermScore = vo.getMidtermTotalScoreList().get(i) / (double) (vo.getMidtermTopScore() / 100); | |
| 101 | - curriculumVO.setMidtermScore(midtermScore); | |
| 102 | - curriculumVO.setMidtermTotalScore(vo.getMidtermTotalScoreList().get(i)); | |
| 103 | - } | |
| 104 | - | |
| 105 | - //기말고사 | |
| 106 | - if(vo.getFinalTotalScoreList() != null){
| |
| 107 | - //curriculumVO.setFinalScore(vo.getFinalScoreList().get(i)); | |
| 108 | - double finalScore = vo.getFinalTotalScoreList().get(i) / (double) (vo.getFinalTopScore() / 100); | |
| 109 | - curriculumVO.setFinalScore(finalScore); | |
| 110 | - curriculumVO.setFinalTotalScore(vo.getFinalTotalScoreList().get(i)); | |
| 111 | - } | |
| 112 | - | |
| 113 | - //수시시험 | |
| 114 | - if(vo.getEvaluationTotalScoreList() != null){
| |
| 115 | - //curriculumVO.setEvaluationScore(vo.getEvaluationScoreList().get(i)); | |
| 116 | - double evaluationScore = vo.getEvaluationTotalScoreList().get(i) / (double) (vo.getEvaluationTopScore() / 100); | |
| 117 | - curriculumVO.setEvaluationScore(evaluationScore); | |
| 118 | - curriculumVO.setEvaluationTotalScore(vo.getEvaluationTotalScoreList().get(i)); | |
| 119 | - } | |
| 120 | - | |
| 121 | - //출석변환점수 | |
| 122 | - if(vo.getAttendScoreList() != null){
| |
| 123 | - curriculumVO.setAttendScore(vo.getAttendScoreList().get(i)); | |
| 124 | - } | |
| 125 | - | |
| 126 | - //확정등급 | |
| 127 | - if(vo.getConfirmGradeList() != null){
| |
| 128 | - curriculumVO.setConfirmGrade(vo.getConfirmGradeList().get(i)); | |
| 129 | - } | |
| 130 | - | |
| 131 | - //기타점수1 | |
| 132 | - if(vo.getEtcScoreList1() != null){
| |
| 133 | - curriculumVO.setEtcScore1(vo.getEtcScoreList1().get(i)); | |
| 134 | - } | |
| 135 | - //기타점수2 | |
| 136 | - if(vo.getEtcScoreList2() != null){
| |
| 137 | - curriculumVO.setEtcScore2(vo.getEtcScoreList2().get(i)); | |
| 138 | - } | |
| 139 | - //기타점수3 | |
| 140 | - if(vo.getEtcScoreList3() != null){
| |
| 141 | - curriculumVO.setEtcScore3(vo.getEtcScoreList3().get(i)); | |
| 142 | - } | |
| 143 | - //기타점수4 | |
| 144 | - if(vo.getEtcScoreList4() != null){
| |
| 145 | - curriculumVO.setEtcScore4(vo.getEtcScoreList4().get(i)); | |
| 146 | - } | |
| 147 | - //기타점수5 | |
| 148 | - if(vo.getEtcScoreList5() != null){
| |
| 149 | - curriculumVO.setEtcScore5(vo.getEtcScoreList5().get(i)); | |
| 150 | - } | |
| 151 | - //기타점수6 | |
| 152 | - if(vo.getEtcScoreList6() != null){
| |
| 153 | - curriculumVO.setEtcScore6(vo.getEtcScoreList6().get(i)); | |
| 154 | - } | |
| 155 | - //기타점수7 | |
| 156 | - if(vo.getEtcScoreList7() != null){
| |
| 157 | - curriculumVO.setEtcScore7(vo.getEtcScoreList7().get(i)); | |
| 158 | - } | |
| 159 | - //기타점수8 | |
| 160 | - if(vo.getEtcScoreList8() != null){
| |
| 161 | - curriculumVO.setEtcScore8(vo.getEtcScoreList8().get(i)); | |
| 162 | - } | |
| 163 | - //기타점수9 | |
| 164 | - if(vo.getEtcScoreList9() != null){
| |
| 165 | - curriculumVO.setEtcScore9(vo.getEtcScoreList9().get(i)); | |
| 166 | - } | |
| 167 | - //기타점수10 | |
| 168 | - if(vo.getEtcScoreList10() != null){
| |
| 169 | - curriculumVO.setEtcScore10(vo.getEtcScoreList10().get(i)); | |
| 170 | - } | |
| 171 | - | |
| 172 | - //과정성적 등록 | |
| 173 | - gradeDao.insertGrade(curriculumVO); | |
| 174 | - } | |
| 175 | - } | |
| 176 | - } | |
| 177 | - | |
| 178 | - /** | |
| 179 | - * 엑셀파일을 업로드 하여 파싱한다.한다. | |
| 180 | - * @param vo ComtnlrncntntsVO | |
| 181 | - * @param FileVO fileVO | |
| 182 | - * @exception Exception | |
| 183 | - */ | |
| 184 | - public Map<String, Object> parseExcel(CurriculumVO searchVO, FileVO fileVO) {
| |
| 185 | - | |
| 186 | - String fileExt = ""; | |
| 187 | - int index = fileVO.getOrignlFileNm().lastIndexOf(".");
| |
| 188 | - if(index != -1) {
| |
| 189 | - fileExt = fileVO.getOrignlFileNm().substring(index + 1); | |
| 190 | - } | |
| 191 | - | |
| 192 | - CurriculumVO curriculumVO = null; | |
| 193 | - List<CurriculumVO> dataList = new ArrayList<CurriculumVO>(); | |
| 194 | - | |
| 195 | - String baseMessage = null; | |
| 196 | - Map<String, Object> map = new HashMap<String, Object>(); | |
| 197 | - try {
| |
| 198 | - Workbook wb = null; | |
| 199 | - if("XLS".equals(fileExt.toUpperCase())) {
| |
| 200 | - wb = WorkbookFactory.create(new File(fileVO.getFileStreCours() + File.separator + fileVO.getStreFileNm())); | |
| 201 | - } else if("XLSX".equals(fileExt.toUpperCase())) {
| |
| 202 | - wb = (XSSFWorkbook)WorkbookFactory.create(new File(fileVO.getFileStreCours() + File.separator + fileVO.getStreFileNm())); | |
| 203 | - } | |
| 204 | - FormulaEvaluator eval = wb.getCreationHelper().createFormulaEvaluator(); | |
| 205 | - | |
| 206 | - //int sheetNum = wb.getNumberOfSheets(); //시트갯수 가져오기 | |
| 207 | - if(wb != null) {
| |
| 208 | - Sheet sheet = wb.getSheetAt(0); | |
| 209 | - int rows = sheet.getPhysicalNumberOfRows(); //행 갯수 가져오기 | |
| 210 | - | |
| 211 | - for(int r = 3; r < rows; r++){ //row 루프
| |
| 212 | - Row row = sheet.getRow(r); //row 가져오기 | |
| 213 | - if(row != null) {
| |
| 214 | - curriculumVO = new CurriculumVO(); | |
| 215 | - int cells = row.getPhysicalNumberOfCells(); | |
| 216 | - for(int c = 1; c < 10; c++) { //cell 가져오기
| |
| 217 | - Cell cell = row.getCell(c); | |
| 218 | - if(cell != null) {
| |
| 219 | - String value = ""; | |
| 220 | - switch(cell.getCellType()) {
| |
| 221 | - case Cell.CELL_TYPE_FORMULA: | |
| 222 | - if(!EgovStringUtil.isEmpty(cell.toString())) {
| |
| 223 | - switch(eval.evaluateFormulaCell(cell)) {
| |
| 224 | - case Cell.CELL_TYPE_NUMERIC: | |
| 225 | - if (HSSFDateUtil.isCellDateFormatted(cell)){
| |
| 226 | - SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
| |
| 227 | - value = formatter.format(cell.getDateCellValue()); | |
| 228 | - } else {
| |
| 229 | - value="" + (long)cell.getNumericCellValue(); | |
| 230 | - } | |
| 231 | - break; | |
| 232 | - case Cell.CELL_TYPE_STRING: | |
| 233 | - value = "" + cell.getRichStringCellValue(); | |
| 234 | - break; | |
| 235 | - case Cell.CELL_TYPE_BLANK: | |
| 236 | - value = ""; | |
| 237 | - break; | |
| 238 | - case Cell.CELL_TYPE_ERROR: | |
| 239 | - value = "" + cell.getErrorCellValue(); | |
| 240 | - break; | |
| 241 | - case Cell.CELL_TYPE_BOOLEAN: | |
| 242 | - value = "" + cell.getBooleanCellValue(); | |
| 243 | - break; | |
| 244 | - default: | |
| 245 | - break; | |
| 246 | - } | |
| 247 | - } | |
| 248 | - break; | |
| 249 | - case Cell.CELL_TYPE_NUMERIC: | |
| 250 | - | |
| 251 | - if (HSSFDateUtil.isCellDateFormatted(cell)){
| |
| 252 | - SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
| |
| 253 | - value = formatter.format(cell.getDateCellValue()); | |
| 254 | - } else {
| |
| 255 | - value="" + (long)cell.getNumericCellValue(); | |
| 256 | - } | |
| 257 | - | |
| 258 | - break; | |
| 259 | - case Cell.CELL_TYPE_STRING: | |
| 260 | - value = "" + cell.getRichStringCellValue(); | |
| 261 | - break; | |
| 262 | - case Cell.CELL_TYPE_BLANK: | |
| 263 | - value = ""; | |
| 264 | - break; | |
| 265 | - case Cell.CELL_TYPE_ERROR: | |
| 266 | - value = "" + cell.getErrorCellValue(); | |
| 267 | - break; | |
| 268 | - case Cell.CELL_TYPE_BOOLEAN: | |
| 269 | - value = "" + cell.getBooleanCellValue(); | |
| 270 | - break; | |
| 271 | - default: | |
| 272 | - break; | |
| 273 | - } | |
| 274 | - | |
| 275 | - if(!EgovStringUtil.isEmpty(value)) {
| |
| 276 | - value = value.trim(); | |
| 277 | - } | |
| 278 | - | |
| 279 | - switch(c) {
| |
| 280 | - /* | |
| 281 | - case 1 : curriculumVO.setUserId(value); break; | |
| 282 | - case 2 : curriculumVO.setTag(value); break; | |
| 283 | - case 3 : curriculumVO.setLrnCntntsSeCode(value); break; | |
| 284 | - case 4 : curriculumVO.setStreDtaNm(value); break; | |
| 285 | - case 5 : curriculumVO.setPlayTime(value); break; | |
| 286 | - case 6 : curriculumVO.setThumbFileNm(value); break; | |
| 287 | - case 7 : curriculumVO.setOfferNo(BigDecimal.valueOf(Long.parseLong(value))); break; | |
| 288 | - case 8 : curriculumVO.setCpyrhtTyCode(value); break; | |
| 289 | - case 9 : curriculumVO.setCpyrhtDtlclfc(value); break; | |
| 290 | - | |
| 291 | - default : break; | |
| 292 | - */ | |
| 293 | - } | |
| 294 | - } | |
| 295 | - } | |
| 296 | - | |
| 297 | - //총괄평가 | |
| 298 | - List evaluationList = curriculumService.selectTotalEvaluation(searchVO); | |
| 299 | - | |
| 300 | - curriculumVO.setCrclId(searchVO.getCrclId()); | |
| 301 | - dataList.add(curriculumVO); | |
| 302 | - } | |
| 303 | - } | |
| 304 | - } | |
| 305 | - } catch(FileNotFoundException e) {
| |
| 306 | - baseMessage = e.getMessage();//"엑셀 읽기 실패"; | |
| 307 | - e.printStackTrace(); | |
| 308 | - } catch(IOException e) {
| |
| 309 | - baseMessage = e.getMessage();//"엑셀 읽기 실패"; | |
| 310 | - e.printStackTrace(); | |
| 311 | - } catch(InvalidFormatException e) {
| |
| 312 | - baseMessage = e.getMessage();//"엑셀 읽기 실패"; | |
| 313 | - e.printStackTrace(); | |
| 314 | - } catch(Exception e){
| |
| 315 | - baseMessage = e.getMessage();//"엑셀 읽기 실패"; | |
| 316 | - //e.printStackTrace(); | |
| 317 | - } finally {
| |
| 318 | - } | |
| 319 | - | |
| 320 | - map.put("message", baseMessage);
| |
| 321 | - map.put("dataList", dataList);
| |
| 322 | - | |
| 323 | - return map; | |
| 324 | - } | |
| 325 | - | |
| 326 | - //성적목록 | |
| 327 | - public List selectGradeList(CurriculumVO vo) throws Exception {
| |
| 328 | - return gradeDao.selectGradeList(vo); | |
| 329 | - } | |
| 330 | - | |
| 331 | - //수료정보취합 | |
| 332 | - public EgovMap selectGradeSummary(CurriculumVO vo) throws Exception {
| |
| 333 | - return gradeDao.selectGradeSummary(vo); | |
| 334 | - } | |
| 335 | - | |
| 336 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/QuizDAO.java
... | ... | @@ -1,129 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.com.lms.service.QuizVO; | |
| 8 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 9 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 10 | - | |
| 11 | -@Repository("quizDAO")
| |
| 12 | -public class QuizDAO extends EgovAbstractDAO {
| |
| 13 | - | |
| 14 | - public String insertQuiz(QuizVO vo) throws Exception {
| |
| 15 | - return (String)insert("quizDAO.insertQuiz", vo);
| |
| 16 | - } | |
| 17 | - | |
| 18 | - public String insertQuizAnswer(QuizVO vo) throws Exception {
| |
| 19 | - return (String)insert("quizDAO.insertQuizAnswer", vo);
| |
| 20 | - } | |
| 21 | - | |
| 22 | - public int selectQuizListTotCnt(QuizVO searchVO) {
| |
| 23 | - return (Integer)select("quizDAO.selectQuizListTotCnt_S", searchVO);
| |
| 24 | - } | |
| 25 | - | |
| 26 | - public int selectQuizExam_Cnt(QuizVO searchVO) {
| |
| 27 | - return (Integer)select("quizDAO.selectQuizExam_Cnt", searchVO);
| |
| 28 | - } | |
| 29 | - | |
| 30 | - public List<QuizVO> selectQuizList(QuizVO searchVO) throws Exception {
| |
| 31 | - return (List<QuizVO>) list("quizDAO.selectQuizList", searchVO);
| |
| 32 | - } | |
| 33 | - | |
| 34 | - public List<QuizVO> selectBeforeQuizList(QuizVO searchVO) throws Exception {
| |
| 35 | - return (List<QuizVO>) list("quizDAO.selectBeforeQuizList", searchVO);
| |
| 36 | - } | |
| 37 | - | |
| 38 | - public List<QuizVO> selectPreQuizList(QuizVO searchVO) throws Exception {
| |
| 39 | - return (List<QuizVO>) list("quizDAO.selectPreQuizList", searchVO);
| |
| 40 | - } | |
| 41 | - | |
| 42 | - public QuizVO selectQuiz_S(QuizVO vo) throws Exception {
| |
| 43 | - return (QuizVO) select("quizDAO.selectQuiz_S", vo);
| |
| 44 | - } | |
| 45 | - | |
| 46 | - public void updateQuiz(QuizVO vo) throws Exception {
| |
| 47 | - update("quizDAO.updateQuiz", vo);
| |
| 48 | - } | |
| 49 | - | |
| 50 | - public void updateQuiz_D(QuizVO vo) throws Exception {
| |
| 51 | - update("quizDAO.updateQuiz_D", vo);
| |
| 52 | - } | |
| 53 | - | |
| 54 | - public void updateQuizAnswer(QuizVO vo) throws Exception {
| |
| 55 | - update("quizDAO.updateQuizAnswer", vo);
| |
| 56 | - } | |
| 57 | - | |
| 58 | - public void updateQuizAnswer_D(QuizVO vo) throws Exception {
| |
| 59 | - update("quizDAO.updateQuizAnswer_D", vo);
| |
| 60 | - } | |
| 61 | - | |
| 62 | - public void updateQuiz_Sort(QuizVO vo) throws Exception {
| |
| 63 | - update("quizDAO.updateQuiz_Sort", vo);
| |
| 64 | - } | |
| 65 | - | |
| 66 | - public void updateQuizAnswer_A(QuizVO vo) throws Exception {
| |
| 67 | - update("quizDAO.updateQuizAnswer_A", vo);
| |
| 68 | - } | |
| 69 | - | |
| 70 | - public void updateQuizEnd(QuizVO vo) throws Exception {
| |
| 71 | - update("quizDAO.updateQuizEnd", vo);
| |
| 72 | - } | |
| 73 | - | |
| 74 | - public void deleteOffQuizAnswer(QuizVO vo) throws Exception {
| |
| 75 | - update("quizDAO.deleteOffQuizAnswer", vo);
| |
| 76 | - } | |
| 77 | - | |
| 78 | - public void deleteOffQuiz(QuizVO vo) throws Exception {
| |
| 79 | - update("quizDAO.deleteOffQuiz", vo);
| |
| 80 | - } | |
| 81 | - | |
| 82 | - public void updateQuizExamAnswer(QuizVO vo) throws Exception {
| |
| 83 | - update("quizDAO.updateQuizExamAnswer", vo);
| |
| 84 | - } | |
| 85 | - | |
| 86 | - | |
| 87 | - public QuizVO selectQuizExam_S(QuizVO vo) throws Exception {
| |
| 88 | - return (QuizVO) select("quizDAO.selectQuizExam_S", vo);
| |
| 89 | - } | |
| 90 | - | |
| 91 | - | |
| 92 | - public QuizVO selectPreQuizList_S(QuizVO vo) throws Exception {
| |
| 93 | - return (QuizVO) select("quizDAO.selectPreQuizList", vo);
| |
| 94 | - } | |
| 95 | - | |
| 96 | - public QuizVO selectQuizExam_Report(QuizVO vo) throws Exception {
| |
| 97 | - return (QuizVO) select("quizDAO.selectQuizExam_Report", vo);
| |
| 98 | - } | |
| 99 | - | |
| 100 | - public List<QuizVO> selectQuizResult_Report(QuizVO vo) throws Exception {
| |
| 101 | - return (List<QuizVO>) list("quizDAO.selectQuizResult_Report", vo);
| |
| 102 | - } | |
| 103 | - | |
| 104 | - public List<QuizVO> selectQuizExamAnswer_Cnt(QuizVO vo) throws Exception {
| |
| 105 | - return (List<QuizVO>) list("quizDAO.selectQuizExamAnswer_Cnt", vo);
| |
| 106 | - } | |
| 107 | - | |
| 108 | - public String insertQuizExam(QuizVO vo) throws Exception {
| |
| 109 | - return (String)insert("quizDAO.insertQuizExam", vo);
| |
| 110 | - } | |
| 111 | - | |
| 112 | - public void deleteQuizExam(QuizVO vo) throws Exception {
| |
| 113 | - update("quizDAO.deleteQuizExam", vo);
| |
| 114 | - } | |
| 115 | - | |
| 116 | - public void updateQuizExam(QuizVO vo) throws Exception {
| |
| 117 | - update("quizDAO.updateQuizExam", vo);
| |
| 118 | - } | |
| 119 | - | |
| 120 | - public void updateQuizExam_Submit(QuizVO vo) throws Exception {
| |
| 121 | - update("quizDAO.updateQuizExam_Submit", vo);
| |
| 122 | - } | |
| 123 | - | |
| 124 | - //퀴즈 성적 요약 | |
| 125 | - public EgovMap quizExamSummary(QuizVO vo) throws Exception {
| |
| 126 | - return (EgovMap) select("quizDAO.quizExamSummary", vo);
| |
| 127 | - } | |
| 128 | - | |
| 129 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/QuizServiceImpl.java
... | ... | @@ -1,150 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import javax.annotation.Resource; | |
| 6 | - | |
| 7 | -import org.springframework.stereotype.Service; | |
| 8 | - | |
| 9 | -import egovframework.com.lms.service.CurriculumVO; | |
| 10 | -import egovframework.com.lms.service.QuizService; | |
| 11 | -import egovframework.com.lms.service.QuizVO; | |
| 12 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 13 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 14 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 15 | - | |
| 16 | - | |
| 17 | -@Service("quizService")
| |
| 18 | -public class QuizServiceImpl extends EgovAbstractServiceImpl implements QuizService {
| |
| 19 | - | |
| 20 | - @Resource(name="quizDAO") | |
| 21 | - private QuizDAO quizDAO; | |
| 22 | - | |
| 23 | - @Resource(name="quizIdGnrService") | |
| 24 | - private EgovIdGnrService quizIdGnrService; | |
| 25 | - | |
| 26 | - @Resource(name="examIdGnrService") | |
| 27 | - private EgovIdGnrService examIdGnrService; | |
| 28 | - | |
| 29 | - public String insertQuiz(QuizVO vo) throws Exception {
| |
| 30 | - /** ID Generation Service */ | |
| 31 | - String id = quizIdGnrService.getNextStringId(); | |
| 32 | - vo.setQuizId(id); | |
| 33 | - quizDAO.insertQuiz(vo); | |
| 34 | - return vo.getQuizId(); | |
| 35 | - } | |
| 36 | - | |
| 37 | - public String insertQuizAnswer(QuizVO vo) throws Exception {
| |
| 38 | - /** ID Generation Service */ | |
| 39 | - String id = examIdGnrService.getNextStringId(); | |
| 40 | - vo.setExamId(id); | |
| 41 | - return quizDAO.insertQuizAnswer(vo); | |
| 42 | - } | |
| 43 | - | |
| 44 | - | |
| 45 | - public int selectQuizListTotCnt(QuizVO searchVO) {
| |
| 46 | - return quizDAO.selectQuizListTotCnt(searchVO); | |
| 47 | - } | |
| 48 | - | |
| 49 | - public int selectQuizExam_Cnt(QuizVO searchVO) {
| |
| 50 | - return quizDAO.selectQuizExam_Cnt(searchVO); | |
| 51 | - } | |
| 52 | - | |
| 53 | - public List<QuizVO> selectQuizList(QuizVO searchVO) throws Exception {
| |
| 54 | - return quizDAO.selectQuizList(searchVO); | |
| 55 | - } | |
| 56 | - | |
| 57 | - public List<QuizVO> selectBeforeQuizList(QuizVO searchVO) throws Exception {
| |
| 58 | - return quizDAO.selectBeforeQuizList(searchVO); | |
| 59 | - } | |
| 60 | - | |
| 61 | - public List<QuizVO> selectPreQuizList(QuizVO searchVO) throws Exception {
| |
| 62 | - return quizDAO.selectPreQuizList(searchVO); | |
| 63 | - } | |
| 64 | - | |
| 65 | - public QuizVO selectQuiz_S(QuizVO vo) throws Exception {
| |
| 66 | - return quizDAO.selectQuiz_S(vo); | |
| 67 | - } | |
| 68 | - | |
| 69 | - public void updateQuiz(QuizVO vo) throws Exception {
| |
| 70 | - quizDAO.updateQuiz(vo); | |
| 71 | - } | |
| 72 | - | |
| 73 | - public void updateQuiz_D(QuizVO vo) throws Exception {
| |
| 74 | - quizDAO.updateQuiz_D(vo); | |
| 75 | - } | |
| 76 | - | |
| 77 | - public void updateQuizAnswer(QuizVO vo) throws Exception {
| |
| 78 | - quizDAO.updateQuizAnswer(vo); | |
| 79 | - } | |
| 80 | - | |
| 81 | - public void updateQuizAnswer_D(QuizVO vo) throws Exception {
| |
| 82 | - quizDAO.updateQuizAnswer_D(vo); | |
| 83 | - } | |
| 84 | - | |
| 85 | - public void updateQuiz_Sort(QuizVO vo) throws Exception {
| |
| 86 | - quizDAO.updateQuiz_Sort(vo); | |
| 87 | - } | |
| 88 | - | |
| 89 | - public void updateQuizAnswer_A(QuizVO vo) throws Exception {
| |
| 90 | - quizDAO.updateQuizAnswer_A(vo); | |
| 91 | - } | |
| 92 | - | |
| 93 | - public void updateQuizExamAnswer(QuizVO vo) throws Exception {
| |
| 94 | - quizDAO.updateQuizExamAnswer(vo); | |
| 95 | - } | |
| 96 | - | |
| 97 | - public void updateQuizEnd(QuizVO vo) throws Exception {
| |
| 98 | - quizDAO.updateQuizEnd(vo); | |
| 99 | - } | |
| 100 | - | |
| 101 | - public void deleteOffQuizAnswer(QuizVO vo) throws Exception {
| |
| 102 | - quizDAO.deleteOffQuizAnswer(vo); | |
| 103 | - } | |
| 104 | - | |
| 105 | - public void deleteOffQuiz(QuizVO vo) throws Exception {
| |
| 106 | - quizDAO.deleteOffQuiz(vo); | |
| 107 | - } | |
| 108 | - | |
| 109 | - public QuizVO selectQuizExam_S(QuizVO vo) throws Exception {
| |
| 110 | - return quizDAO.selectQuizExam_S(vo); | |
| 111 | - } | |
| 112 | - | |
| 113 | - public QuizVO selectPreQuizList_S(QuizVO vo) throws Exception {
| |
| 114 | - return quizDAO.selectPreQuizList_S(vo); | |
| 115 | - } | |
| 116 | - | |
| 117 | - public QuizVO selectQuizExam_Report(QuizVO vo) throws Exception {
| |
| 118 | - return quizDAO.selectQuizExam_Report(vo); | |
| 119 | - } | |
| 120 | - | |
| 121 | - public List<QuizVO> selectQuizResult_Report(QuizVO vo) throws Exception {
| |
| 122 | - return quizDAO.selectQuizResult_Report(vo); | |
| 123 | - } | |
| 124 | - | |
| 125 | - public List<QuizVO> selectQuizExamAnswer_Cnt(QuizVO vo) throws Exception {
| |
| 126 | - return quizDAO.selectQuizExamAnswer_Cnt(vo); | |
| 127 | - } | |
| 128 | - | |
| 129 | - | |
| 130 | - public String insertQuizExam(QuizVO vo) throws Exception {
| |
| 131 | - return quizDAO.insertQuizExam(vo); | |
| 132 | - } | |
| 133 | - | |
| 134 | - public void deleteQuizExam(QuizVO vo) throws Exception {
| |
| 135 | - quizDAO.deleteQuizExam(vo); | |
| 136 | - } | |
| 137 | - | |
| 138 | - public void updateQuizExam(QuizVO vo) throws Exception {
| |
| 139 | - quizDAO.updateQuizExam(vo); | |
| 140 | - } | |
| 141 | - | |
| 142 | - public void updateQuizExam_Submit(QuizVO vo) throws Exception {
| |
| 143 | - quizDAO.updateQuizExam_Submit(vo); | |
| 144 | - } | |
| 145 | - | |
| 146 | - //퀴즈 성적 요약 | |
| 147 | - public EgovMap quizExamSummary(QuizVO vo) throws Exception {
| |
| 148 | - return quizDAO.quizExamSummary(vo); | |
| 149 | - } | |
| 150 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/SurveyDAO.java
... | ... | @@ -1,144 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import org.springframework.stereotype.Repository; | |
| 6 | - | |
| 7 | -import egovframework.com.cmm.service.SearchVO; | |
| 8 | -import egovframework.com.lms.service.SurveyQuestionExVO; | |
| 9 | -import egovframework.com.lms.service.SurveyQuestionVO; | |
| 10 | -import egovframework.com.lms.service.SurveyVO; | |
| 11 | -import egovframework.rte.psl.dataaccess.EgovAbstractDAO; | |
| 12 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 13 | - | |
| 14 | -/** | |
| 15 | - * @Class Name : CurriculumDAO.java | |
| 16 | - * @Description : Curriculum DAO Class | |
| 17 | - * @Modification Information | |
| 18 | - * | |
| 19 | - * @author 문성진 | |
| 20 | - * @since 2019.10.12 | |
| 21 | - * @version 1.0 | |
| 22 | - * @see | |
| 23 | - * | |
| 24 | - * Copyright (C) All right reserved. | |
| 25 | - */ | |
| 26 | - | |
| 27 | -@Repository("surveyDAO")
| |
| 28 | -public class SurveyDAO extends EgovAbstractDAO {
| |
| 29 | - | |
| 30 | - public List<?> selectSurveyList(SurveyVO surveyVO) throws Exception {
| |
| 31 | - return list("surveyDAO.selectSurveyList", surveyVO);
| |
| 32 | - } | |
| 33 | - | |
| 34 | - public int selectSurveyListCnt(SurveyVO surveyVO) {
| |
| 35 | - return (Integer)select("surveyDAO.selectSurveyListCnt", surveyVO);
| |
| 36 | - } | |
| 37 | - | |
| 38 | - public void insertSurvey(SurveyVO surveyVO) throws Exception {
| |
| 39 | - insert("surveyDAO.insertSurvey", surveyVO);
| |
| 40 | - } | |
| 41 | - | |
| 42 | - public void insertSurveyQuestion(SurveyQuestionVO questVo) throws Exception {
| |
| 43 | - insert("surveyDAO.insertSurveyQuestion", questVo);
| |
| 44 | - } | |
| 45 | - | |
| 46 | - public void insertSurveyExample(SurveyQuestionExVO exVo) throws Exception {
| |
| 47 | - insert("surveyDAO.insertSurveyExample", exVo);
| |
| 48 | - } | |
| 49 | - | |
| 50 | - public SurveyVO selectSurveyInfo(SurveyVO surveyVO) {
| |
| 51 | - return (SurveyVO) select("surveyDAO.selectSurveyInfo", surveyVO);
| |
| 52 | - } | |
| 53 | - | |
| 54 | - public void deleteSurveyQuestion(SurveyVO surveyVO) throws Exception {
| |
| 55 | - update("surveyDAO.deleteSurveyQeustion", surveyVO);
| |
| 56 | - } | |
| 57 | - | |
| 58 | - public List selectCurriculumSurveyList(SurveyVO surveyVO) throws Exception {
| |
| 59 | - return list("surveyDAO.selectCurriculumSurveyList", surveyVO);
| |
| 60 | - } | |
| 61 | - | |
| 62 | - public int selectCurriculumSurveyListCnt(SurveyVO surveyVO) {
| |
| 63 | - return (Integer)select("surveyDAO.selectCurriculumSurveyListCnt", surveyVO);
| |
| 64 | - } | |
| 65 | - | |
| 66 | - public List selectSurveyQuestionList(SurveyVO surveyVO) throws Exception {
| |
| 67 | - return list("surveyDAO.selectSurveyQuestionList", surveyVO);
| |
| 68 | - } | |
| 69 | - | |
| 70 | - public List selectCurriculumSurveyAnswer(SurveyQuestionVO questVo) throws Exception {
| |
| 71 | - return list("surveyDAO.selectCurriculumSurveyAnswer", questVo);
| |
| 72 | - } | |
| 73 | - | |
| 74 | - public EgovMap selectCurriculumAddSchedule(SurveyVO surveyVO) throws Exception {
| |
| 75 | - return (EgovMap)select("surveyDAO.selectCurriculumAddSchedule", surveyVO);
| |
| 76 | - } | |
| 77 | - | |
| 78 | - public EgovMap selectCurriculumAddInfo(SurveyVO surveyVO) throws Exception {
| |
| 79 | - return (EgovMap)select("surveyDAO.selectCurriculumAddInfo", surveyVO);
| |
| 80 | - } | |
| 81 | - | |
| 82 | - //과정만족도 - 교원 | |
| 83 | - public EgovMap selectCurriculumAddInfoType3(SurveyVO surveyVO) throws Exception {
| |
| 84 | - return (EgovMap)select("surveyDAO.selectCurriculumAddInfoType3", surveyVO);
| |
| 85 | - } | |
| 86 | - | |
| 87 | - //설문 제출 현황 목록 | |
| 88 | - public List selectSurveyMember(SurveyVO surveyVO) throws Exception {
| |
| 89 | - return list("surveyDAO.selectSurveyMember", surveyVO);
| |
| 90 | - } | |
| 91 | - | |
| 92 | - //설문 제출 현황 목록 | |
| 93 | - public EgovMap selectSurveyMemberSummary(SurveyVO surveyVO) throws Exception {
| |
| 94 | - return (EgovMap)select("surveyDAO.selectSurveyMemberSummary", surveyVO);
| |
| 95 | - } | |
| 96 | - | |
| 97 | - public int selectAnswerSurveyCnt(SurveyVO surveyVO) {
| |
| 98 | - return (Integer)select("surveyDAO.selectAnswerSurveyCnt", surveyVO);
| |
| 99 | - } | |
| 100 | - | |
| 101 | - public void insertSurveyAnswer(EgovMap map) throws Exception {
| |
| 102 | - insert("surveyDAO.insertSurveyAnswer", map);
| |
| 103 | - } | |
| 104 | - | |
| 105 | - public List selectMySurveyList(SearchVO searchVo) throws Exception {
| |
| 106 | - return list("surveyDAO.selectMySurveyList", searchVo);
| |
| 107 | - } | |
| 108 | - | |
| 109 | - public int selectMySurveyListCnt(SearchVO searchVo) {
| |
| 110 | - return (Integer)select("surveyDAO.selectMySurveyListCnt", searchVo);
| |
| 111 | - } | |
| 112 | - | |
| 113 | - public void insertSurveySubmit(EgovMap map) throws Exception {
| |
| 114 | - insert("surveyDAO.insertSurveySubmit", map);
| |
| 115 | - } | |
| 116 | - | |
| 117 | - public List selectCurriculumSurveyEssayAnswer(SurveyQuestionVO questVo) throws Exception {
| |
| 118 | - return list("surveyDAO.selectCurriculumSurveyEssayAnswer", questVo);
| |
| 119 | - } | |
| 120 | - | |
| 121 | - public String selectSurveyId(SurveyVO surveyVO) throws Exception {
| |
| 122 | - return (String)select("surveyDAO.selectSurveyId", surveyVO);
| |
| 123 | - } | |
| 124 | - | |
| 125 | - //과정만족도 - 교원용 | |
| 126 | - public List selectMyProfessorSurveyList(SearchVO searchVo) throws Exception {
| |
| 127 | - return list("surveyDAO.selectMyProfessorSurveyList", searchVo);
| |
| 128 | - } | |
| 129 | - | |
| 130 | - //과정만족도 - 교원용 | |
| 131 | - public int selectMyProfessorSurveyCnt(SearchVO searchVo) {
| |
| 132 | - return (Integer)select("surveyDAO.selectMyProfessorSurveyCnt", searchVo);
| |
| 133 | - } | |
| 134 | - | |
| 135 | - //설문 제출자 - 교원 | |
| 136 | - public List selectSurveyProfessor(SurveyVO surveyVO) throws Exception {
| |
| 137 | - return list("surveyDAO.selectSurveyProfessor", surveyVO);
| |
| 138 | - } | |
| 139 | - | |
| 140 | - //설문 제출 현황 목록 - 교원 | |
| 141 | - public EgovMap selectSurveyProfessorSummary(SurveyVO surveyVO) throws Exception {
| |
| 142 | - return (EgovMap)select("surveyDAO.selectSurveyProfessorSummary", surveyVO);
| |
| 143 | - } | |
| 144 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/SurveyManageServiceImpl.java
... | ... | @@ -1,193 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | - | |
| 5 | -import javax.annotation.Resource; | |
| 6 | - | |
| 7 | -import org.springframework.stereotype.Service; | |
| 8 | - | |
| 9 | -import egovframework.com.cmm.service.SearchVO; | |
| 10 | -import egovframework.com.lms.service.SurveyManageService; | |
| 11 | -import egovframework.com.lms.service.SurveyQuestionExVO; | |
| 12 | -import egovframework.com.lms.service.SurveyQuestionVO; | |
| 13 | -import egovframework.com.lms.service.SurveyVO; | |
| 14 | -import egovframework.rte.fdl.cmmn.EgovAbstractServiceImpl; | |
| 15 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 16 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 17 | - | |
| 18 | -/** | |
| 19 | - * @Class Name : CurriculumbaseService.java | |
| 20 | - * @Description : Curriculumbase Business class | |
| 21 | - * @Modification Information | |
| 22 | - * | |
| 23 | - * @author 이정현 | |
| 24 | - * @since 2019.11.17 | |
| 25 | - * @version 1.0 | |
| 26 | - * @see | |
| 27 | - * | |
| 28 | - * Copyright (C) All right reserved. | |
| 29 | - */ | |
| 30 | -@Service("surveyManageService")
| |
| 31 | -public class SurveyManageServiceImpl extends EgovAbstractServiceImpl implements SurveyManageService {
| |
| 32 | - | |
| 33 | - /** ID Generation */ | |
| 34 | - @Resource(name="surveyIdGnrService") | |
| 35 | - private EgovIdGnrService surveyIdGnrService; | |
| 36 | - | |
| 37 | - @Resource(name="surveyQuestionIdGnrService") | |
| 38 | - private EgovIdGnrService surveyQuestionIdGnrService; | |
| 39 | - | |
| 40 | - @Resource(name="surveyExampelIdGnrService") | |
| 41 | - private EgovIdGnrService surveyExampelIdGnrService; | |
| 42 | - | |
| 43 | - @Resource(name="surveyDAO") | |
| 44 | - private SurveyDAO surveyDAO; | |
| 45 | - | |
| 46 | - public EgovMap selectSurvey(SurveyVO surveyVo) throws Exception {
| |
| 47 | - EgovMap resultMap = new EgovMap(); | |
| 48 | - List<?> surveyList = this.surveyDAO.selectSurveyList(surveyVo); | |
| 49 | - int surveyListCnt = this.surveyDAO.selectSurveyListCnt(surveyVo); | |
| 50 | - | |
| 51 | - resultMap.put("resultList", surveyList);
| |
| 52 | - resultMap.put("resultCnt", surveyListCnt);
| |
| 53 | - return resultMap; | |
| 54 | - | |
| 55 | - } | |
| 56 | - | |
| 57 | - public void insertSurvey(SurveyVO surveyVo) throws Exception {
| |
| 58 | - /** ID Generation Service */ | |
| 59 | - String id = surveyIdGnrService.getNextStringId(); | |
| 60 | - surveyVo.setSchdulId(id); | |
| 61 | - surveyVo.setSiteId("SITE_000000000000001");
| |
| 62 | - surveyVo.setSchdulBgnde("0");
| |
| 63 | - surveyVo.setSchdulEndde("0");
| |
| 64 | - this.surveyDAO.insertSurvey(surveyVo); | |
| 65 | - for(SurveyQuestionVO questVo : surveyVo.getQuestionsArray()){
| |
| 66 | - String questId = surveyQuestionIdGnrService.getNextStringId(); | |
| 67 | - questVo.setQesitmId(questId); | |
| 68 | - questVo.setSchdulId(surveyVo.getSchdulId()); | |
| 69 | - this.surveyDAO.insertSurveyQuestion(questVo); | |
| 70 | - if(!"answer".equals(questVo.getQesitmTyCode())){
| |
| 71 | - for(SurveyQuestionExVO exVo : questVo.getExamples()){
| |
| 72 | - String exId = surveyExampelIdGnrService.getNextStringId(); | |
| 73 | - exVo.setExId(exId); | |
| 74 | - exVo.setQesitmId(questId); | |
| 75 | - this.surveyDAO.insertSurveyExample(exVo); | |
| 76 | - } | |
| 77 | - } | |
| 78 | - } | |
| 79 | - | |
| 80 | - } | |
| 81 | - | |
| 82 | - public void deleteSurvey(SurveyVO surveyVo) throws Exception {
| |
| 83 | - this.surveyDAO.deleteSurveyQuestion(surveyVo); | |
| 84 | - } | |
| 85 | - | |
| 86 | - public SurveyVO selectSurveyInfo(SurveyVO surveyVo) throws Exception {
| |
| 87 | - return this.surveyDAO.selectSurveyInfo(surveyVo); | |
| 88 | - } | |
| 89 | - | |
| 90 | - public EgovMap selectCurriculumSurvey(SurveyVO surveyVo) throws Exception {
| |
| 91 | - EgovMap resultMap = new EgovMap(); | |
| 92 | - List surveyList = this.selectCurriculumSurveyList(surveyVo); | |
| 93 | - int surveyListCnt = this.surveyDAO.selectCurriculumSurveyListCnt(surveyVo); | |
| 94 | - | |
| 95 | - resultMap.put("resultList", surveyList);
| |
| 96 | - resultMap.put("resultCnt", surveyListCnt);
| |
| 97 | - return resultMap; | |
| 98 | - } | |
| 99 | - | |
| 100 | - public List<EgovMap> selectCurriculumSurveyAnswer(SurveyVO surveyVo) throws Exception {
| |
| 101 | - List<EgovMap> questionList = this.surveyDAO.selectSurveyQuestionList(surveyVo); | |
| 102 | - for(EgovMap tempMap : questionList){
| |
| 103 | - SurveyQuestionVO tempVo = new SurveyQuestionVO(); | |
| 104 | - tempVo.setCrclId(surveyVo.getCrclId()); | |
| 105 | - tempVo.setPlId(surveyVo.getPlId()); | |
| 106 | - tempVo.setQesitmId((String)tempMap.get("qesitmId"));
| |
| 107 | - if("multiple".equals(tempMap.get("qesitmTyCode").toString())){
| |
| 108 | - List<EgovMap> answerList = this.surveyDAO.selectCurriculumSurveyAnswer(tempVo); | |
| 109 | - tempMap.put("answerList", answerList);
| |
| 110 | - }else if("answer".equals(tempMap.get("qesitmTyCode").toString())){
| |
| 111 | - List<EgovMap> EssayAnswerList = this.surveyDAO.selectCurriculumSurveyEssayAnswer(tempVo); | |
| 112 | - tempMap.put("essayList", EssayAnswerList);
| |
| 113 | - } | |
| 114 | - } | |
| 115 | - return questionList; | |
| 116 | - } | |
| 117 | - | |
| 118 | - public EgovMap selectCurriculumAddInfo(SurveyVO surveyVo) throws Exception {
| |
| 119 | - if(surveyVo.getPlId() == null){
| |
| 120 | - return this.surveyDAO.selectCurriculumAddInfo(surveyVo); | |
| 121 | - }else{
| |
| 122 | - return this.surveyDAO.selectCurriculumAddSchedule(surveyVo); | |
| 123 | - } | |
| 124 | - } | |
| 125 | - | |
| 126 | - //과정만족도 - 교원 | |
| 127 | - public EgovMap selectCurriculumAddInfoType3(SurveyVO surveyVo) throws Exception {
| |
| 128 | - return this.surveyDAO.selectCurriculumAddInfoType3(surveyVo); | |
| 129 | - } | |
| 130 | - | |
| 131 | - public List<EgovMap> selectSurveyMember(SurveyVO surveyVo) throws Exception {
| |
| 132 | - return this.surveyDAO.selectSurveyMember(surveyVo); | |
| 133 | - } | |
| 134 | - | |
| 135 | - //설문 제출 현황 목록 | |
| 136 | - public EgovMap selectSurveyMemberSummary(SurveyVO surveyVO) throws Exception {
| |
| 137 | - return surveyDAO.selectSurveyMemberSummary(surveyVO); | |
| 138 | - } | |
| 139 | - | |
| 140 | - //설문 제출자 - 교원 | |
| 141 | - public List<EgovMap> selectSurveyProfessor(SurveyVO surveyVo) throws Exception {
| |
| 142 | - return this.surveyDAO.selectSurveyProfessor(surveyVo); | |
| 143 | - } | |
| 144 | - | |
| 145 | - //설문 제출 현황 목록 - 교원 | |
| 146 | - public EgovMap selectSurveyProfessorSummary(SurveyVO surveyVO) throws Exception {
| |
| 147 | - return surveyDAO.selectSurveyProfessorSummary(surveyVO); | |
| 148 | - } | |
| 149 | - | |
| 150 | - public List<EgovMap> selectCurriculumSurveyList(SurveyVO surveyVo) throws Exception {
| |
| 151 | - return this.surveyDAO.selectCurriculumSurveyList(surveyVo); | |
| 152 | - } | |
| 153 | - | |
| 154 | - public int selectAnswerSurveyCnt(SurveyVO surveyVo) throws Exception {
| |
| 155 | - return this.surveyDAO.selectAnswerSurveyCnt(surveyVo); | |
| 156 | - } | |
| 157 | - | |
| 158 | - public void insertSurveyAnswer(EgovMap map) throws Exception {
| |
| 159 | - this.surveyDAO.insertSurveyAnswer(map); | |
| 160 | - } | |
| 161 | - | |
| 162 | - public void insertSurveySubmit(EgovMap map) throws Exception {
| |
| 163 | - this.surveyDAO.insertSurveySubmit(map); | |
| 164 | - this.surveyDAO.insertSurveyAnswer(map); | |
| 165 | - } | |
| 166 | - | |
| 167 | - public EgovMap selectMySurvey(SearchVO searchVo) throws Exception {
| |
| 168 | - EgovMap resultMap = new EgovMap(); | |
| 169 | - List surveyList = this.surveyDAO.selectMySurveyList(searchVo); | |
| 170 | - int surveyListCnt = this.surveyDAO.selectMySurveyListCnt(searchVo); | |
| 171 | - | |
| 172 | - resultMap.put("resultList", surveyList);
| |
| 173 | - resultMap.put("resultCnt", surveyListCnt);
| |
| 174 | - return resultMap; | |
| 175 | - } | |
| 176 | - | |
| 177 | - public String selectSurveyId(SurveyVO surveyVO) throws Exception {
| |
| 178 | - return this.surveyDAO.selectSurveyId(surveyVO); | |
| 179 | - } | |
| 180 | - | |
| 181 | - //과정만족도 - 교원용 | |
| 182 | - public EgovMap selectMyProfessorSurvey(SearchVO searchVo) throws Exception {
| |
| 183 | - EgovMap resultMap = new EgovMap(); | |
| 184 | - List surveyList = this.surveyDAO.selectMyProfessorSurveyList(searchVo); | |
| 185 | - int surveyListCnt = this.surveyDAO.selectMyProfessorSurveyCnt(searchVo); | |
| 186 | - | |
| 187 | - resultMap.put("resultList", surveyList);
| |
| 188 | - resultMap.put("resultCnt", surveyListCnt);
| |
| 189 | - return resultMap; | |
| 190 | - } | |
| 191 | - | |
| 192 | - | |
| 193 | -} |
--- base/src/main/java/egovframework/com/lms/service/impl/ZipUtils.java
... | ... | @@ -1,114 +0,0 @@ |
| 1 | -package egovframework.com.lms.service.impl; | |
| 2 | - | |
| 3 | -import java.io.File; | |
| 4 | -import java.io.FileInputStream; | |
| 5 | -import java.io.FileOutputStream; | |
| 6 | -import java.io.IOException; | |
| 7 | -import java.util.ArrayList; | |
| 8 | -import java.util.List; | |
| 9 | -import java.util.zip.ZipEntry; | |
| 10 | -import java.util.zip.ZipOutputStream; | |
| 11 | - | |
| 12 | -import org.apache.tools.ant.types.FileList; | |
| 13 | - | |
| 14 | -public class ZipUtils { | |
| 15 | - | |
| 16 | - private List <String> fileList; | |
| 17 | - private static String OUTPUT_ZIP_FILE = ""; | |
| 18 | - private static String SOURCE_FOLDER = ""; // SourceFolder path | |
| 19 | - | |
| 20 | - public ZipUtils() { | |
| 21 | - fileList = new ArrayList < String > (); | |
| 22 | - } | |
| 23 | - | |
| 24 | - public void zipProcess(String zipName,String sourcePath){ | |
| 25 | - ZipUtils appZip = new ZipUtils(); | |
| 26 | - this.OUTPUT_ZIP_FILE=zipName; | |
| 27 | - this.SOURCE_FOLDER=sourcePath; | |
| 28 | - appZip.generateFileList(new File(SOURCE_FOLDER)); | |
| 29 | - appZip.zipIt(OUTPUT_ZIP_FILE); | |
| 30 | - | |
| 31 | - } | |
| 32 | - | |
| 33 | - public void zipIt(String zipFile) { | |
| 34 | - byte[] buffer = new byte[1024]; | |
| 35 | - String source = new File(SOURCE_FOLDER).getName(); | |
| 36 | - FileOutputStream fos = null; | |
| 37 | - ZipOutputStream zos = null; | |
| 38 | - try { | |
| 39 | - fos = new FileOutputStream(zipFile); | |
| 40 | - zos = new ZipOutputStream(fos); | |
| 41 | - | |
| 42 | - System.out.println("Output to Zip : " + zipFile); | |
| 43 | - FileInputStream in = null; | |
| 44 | - | |
| 45 | - for (String file: this.fileList) { | |
| 46 | - System.out.println("File Added : " + file); | |
| 47 | - ZipEntry ze = new ZipEntry(source + File.separator + file); | |
| 48 | - zos.putNextEntry(ze); | |
| 49 | - try { | |
| 50 | - in = new FileInputStream(SOURCE_FOLDER + File.separator + file); | |
| 51 | - int len; | |
| 52 | - while ((len = in .read(buffer)) > 0) { | |
| 53 | - zos.write(buffer, 0, len); | |
| 54 | - } | |
| 55 | - } finally { | |
| 56 | - in.close(); | |
| 57 | - } | |
| 58 | - } | |
| 59 | - | |
| 60 | - zos.closeEntry(); | |
| 61 | - System.out.println("Folder successfully compressed"); | |
| 62 | - | |
| 63 | - } catch (IOException ex) { | |
| 64 | - ex.printStackTrace(); | |
| 65 | - } finally { | |
| 66 | - try { | |
| 67 | - zos.close(); | |
| 68 | - } catch (IOException e) { | |
| 69 | - e.printStackTrace(); | |
| 70 | - } | |
| 71 | - } | |
| 72 | - } | |
| 73 | - | |
| 74 | - public void generateFileList(File node) { | |
| 75 | - // add file only | |
| 76 | - if (node.isFile()) { | |
| 77 | - fileList.add(generateZipEntry(node.toString())); | |
| 78 | - } | |
| 79 | - | |
| 80 | - if (node.isDirectory()) { | |
| 81 | - String[] subNote = node.list(); | |
| 82 | - for (String filename: subNote) { | |
| 83 | - generateFileList(new File(node, filename)); | |
| 84 | - } | |
| 85 | - } | |
| 86 | - } | |
| 87 | - | |
| 88 | - private String generateZipEntry(String file) { | |
| 89 | - return file.substring(SOURCE_FOLDER.length() + 1, file.length()); | |
| 90 | - } | |
| 91 | - | |
| 92 | - public void deleteDir(String path){ | |
| 93 | - File deleteFolder = new File(path); | |
| 94 | - | |
| 95 | - if(deleteFolder.exists()){ | |
| 96 | - File[] deleteFolderList = deleteFolder.listFiles(); | |
| 97 | - for (int j = 0; j < deleteFolderList.length; j++) { | |
| 98 | - File deleteFile = new File(deleteFolderList[j].toString()); | |
| 99 | - File[] deleteFileList = deleteFile.listFiles(); | |
| 100 | - if(deleteFile.isDirectory()){ | |
| 101 | - for(File a : deleteFileList){ | |
| 102 | - System.out.println(a); | |
| 103 | - a.delete(); | |
| 104 | - } | |
| 105 | - } | |
| 106 | - deleteFolderList[j].delete(); | |
| 107 | - } | |
| 108 | - | |
| 109 | - if(deleteFolderList.length == 0 && deleteFolder.isDirectory()){ | |
| 110 | - deleteFolder.delete(); | |
| 111 | - } | |
| 112 | - } | |
| 113 | - } | |
| 114 | -} |
--- base/src/main/java/egovframework/com/lms/web/AcademicController.java
... | ... | @@ -1,74 +0,0 @@ |
| 1 | -package egovframework.com.lms.web; | |
| 2 | - | |
| 3 | -import java.util.List; | |
| 4 | -import java.util.Map; | |
| 5 | - | |
| 6 | -import javax.annotation.Resource; | |
| 7 | -import javax.servlet.http.HttpServletRequest; | |
| 8 | -import javax.servlet.http.HttpServletResponse; | |
| 9 | - | |
| 10 | -import org.slf4j.Logger; | |
| 11 | -import org.slf4j.LoggerFactory; | |
| 12 | -import org.springframework.stereotype.Controller; | |
| 13 | -import org.springframework.ui.ModelMap; | |
| 14 | -import org.springframework.web.bind.annotation.ModelAttribute; | |
| 15 | -import org.springframework.web.bind.annotation.RequestMapping; | |
| 16 | - | |
| 17 | -import egovframework.com.cop.bbs.service.BoardVO; | |
| 18 | -import egovframework.com.cop.bbs.service.Ctgry; | |
| 19 | -import egovframework.com.cop.bbs.service.EgovBBSCtgryService; | |
| 20 | -import egovframework.com.cop.bbs.service.EgovBBSManageService; | |
| 21 | -import egovframework.com.msi.service.ContentsServiceVO; | |
| 22 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 23 | -import egovframework.com.sym.mpm.service.EgovMpmService; | |
| 24 | -import egovframework.com.sym.sit.service.EgovSiteManageService; | |
| 25 | -import egovframework.com.sym.sit.service.SiteManageVO; | |
| 26 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 27 | -import egovframework.com.uss.ion.bnr.service.BannerVO; | |
| 28 | -import egovframework.com.uss.ion.bnr.service.EgovBannerService; | |
| 29 | -import egovframework.com.uss.ion.pwm.service.EgovPopupManageService; | |
| 30 | -import egovframework.com.uss.ion.pwm.service.PopupManageVO; | |
| 31 | -import egovframework.com.uss.ion.sit.service.EgovLinkSiteManageService; | |
| 32 | -import egovframework.com.uss.ion.sit.service.LinkSiteManageVO; | |
| 33 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 34 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 35 | -import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; | |
| 36 | - | |
| 37 | -import egovframework.com.evt.service.ComtnschdulinfoService; | |
| 38 | -import egovframework.com.evt.service.ComtnschdulinfoVO; | |
| 39 | - | |
| 40 | -@Controller | |
| 41 | -public class AcademicController {
| |
| 42 | - | |
| 43 | - @Resource(name = "propertiesService") | |
| 44 | - protected EgovPropertyService propertyService; | |
| 45 | - | |
| 46 | - @Resource(name = "SiteManageService") | |
| 47 | - EgovSiteManageService siteManageService; | |
| 48 | - | |
| 49 | - @Resource(name = "EgovBBSCtgryService") | |
| 50 | - private EgovBBSCtgryService egovBBSCtgryService; | |
| 51 | - | |
| 52 | - @RequestMapping(value = "/lms/common/flag.do") | |
| 53 | - public String flag(ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 54 | - | |
| 55 | - return "/lms/common/flag"; | |
| 56 | - } | |
| 57 | - | |
| 58 | - @RequestMapping(value = "/lms/common/app.do") | |
| 59 | - public String app(ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 60 | - | |
| 61 | - return "/lms/common/app"; | |
| 62 | - } | |
| 63 | - | |
| 64 | - @RequestMapping(value="/lms/academic/academicSystem.do") | |
| 65 | - public String academicSystem(@ModelAttribute("searchVO") Ctgry searchVO, ModelMap model) throws Exception {
| |
| 66 | - | |
| 67 | - //과정체계관리 마스터코드 | |
| 68 | - searchVO.setCtgrymasterId("CTGMST_0000000000004");
| |
| 69 | - model.addAttribute("resultList", egovBBSCtgryService.selectComtnbbsctgryList(searchVO));
| |
| 70 | - | |
| 71 | - return "/lms/academic/academicSystem"; | |
| 72 | - } | |
| 73 | - | |
| 74 | -} |
--- base/src/main/java/egovframework/com/lms/web/AttendController.java
... | ... | @@ -1,129 +0,0 @@ |
| 1 | -package egovframework.com.lms.web; | |
| 2 | - | |
| 3 | -import java.io.PrintWriter; | |
| 4 | -import java.util.ArrayList; | |
| 5 | -import java.util.List; | |
| 6 | -import java.util.Map; | |
| 7 | - | |
| 8 | -import javax.annotation.Resource; | |
| 9 | -import javax.servlet.http.HttpServletRequest; | |
| 10 | -import javax.servlet.http.HttpServletResponse; | |
| 11 | - | |
| 12 | -import org.springframework.stereotype.Controller; | |
| 13 | -import org.springframework.ui.Model; | |
| 14 | -import org.springframework.ui.ModelMap; | |
| 15 | -import org.springframework.web.bind.annotation.ModelAttribute; | |
| 16 | -import org.springframework.web.bind.annotation.RequestMapping; | |
| 17 | -import org.springframework.web.multipart.MultipartFile; | |
| 18 | -import org.springframework.web.multipart.MultipartHttpServletRequest; | |
| 19 | - | |
| 20 | -import com.google.gson.Gson; | |
| 21 | -import com.google.gson.JsonObject; | |
| 22 | - | |
| 23 | -import egovframework.com.lms.service.AttendService; | |
| 24 | -import egovframework.com.lms.service.AttendVO; | |
| 25 | -import egovframework.com.lms.service.CurriculumService; | |
| 26 | -import egovframework.com.lms.service.CurriculumVO; | |
| 27 | -import egovframework.com.sch.service.ScheduleMngService; | |
| 28 | -import egovframework.com.sch.service.ScheduleMngVO; | |
| 29 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 30 | -import egovframework.com.sym.sit.service.EgovSiteManageService; | |
| 31 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 32 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 33 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 34 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 35 | - | |
| 36 | -@Controller | |
| 37 | -public class AttendController {
| |
| 38 | - | |
| 39 | - @Resource(name = "curriculumService") | |
| 40 | - private CurriculumService curriculumService; | |
| 41 | - | |
| 42 | - @Resource(name = "attendService") | |
| 43 | - private AttendService attendService; | |
| 44 | - | |
| 45 | - @Resource(name = "ScheduleMngService") | |
| 46 | - private ScheduleMngService scheduleMngService; | |
| 47 | - | |
| 48 | - /** EgovPropertyService */ | |
| 49 | - @Resource(name = "propertiesService") | |
| 50 | - protected EgovPropertyService propertiesService; | |
| 51 | - | |
| 52 | - @Resource(name = "propertiesService") | |
| 53 | - protected EgovPropertyService propertyService; | |
| 54 | - | |
| 55 | - @Resource(name = "SiteManageService") | |
| 56 | - EgovSiteManageService siteManageService; | |
| 57 | - | |
| 58 | - //출석 등록 | |
| 59 | - @RequestMapping(value="/lms/atd/attendUpt.do") | |
| 60 | - public String attendUpt(@ModelAttribute("searchVO") AttendVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 61 | - | |
| 62 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 63 | - searchVO.setFrstRegisterId(user.getId()); | |
| 64 | - | |
| 65 | - if(searchVO.getUserIdList().size() != 0 && searchVO.getAttentionTypeList().size() != 0 && searchVO.getUserIdList().size() == searchVO.getAttentionTypeList().size()){
| |
| 66 | - attendService.updateAttention(searchVO); | |
| 67 | - } | |
| 68 | - | |
| 69 | - return "forward:/lms/atd/selectAttendList.do"; | |
| 70 | - } | |
| 71 | - | |
| 72 | - //출석 목록 | |
| 73 | - @RequestMapping(value="/lms/atd/selectAttendList.do") | |
| 74 | - public String selectAttendList(@ModelAttribute("searchVO") AttendVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 75 | - String ret = "/lms/atd/AttendList"; | |
| 76 | - | |
| 77 | - //시간표 및 수업계획 조회여부 | |
| 78 | - if(!"Y".equals(searchVO.getModalAt())){
| |
| 79 | - //과정정보 | |
| 80 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 81 | - curriculumVO.setCrclId(searchVO.getCrclId()); | |
| 82 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 83 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 84 | - | |
| 85 | - //등록 된 시간표 담당교원 | |
| 86 | - ScheduleMngVO scheduleMngVO = new ScheduleMngVO(); | |
| 87 | - scheduleMngVO.setCrclId(searchVO.getCrclId()); | |
| 88 | - scheduleMngVO.setPlId(searchVO.getPlId()); | |
| 89 | - List facPlList = scheduleMngService.selectFacultyList(scheduleMngVO); | |
| 90 | - model.addAttribute("facPlList", facPlList);
| |
| 91 | - | |
| 92 | - //수업 담당자 인지 확인 | |
| 93 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 94 | - String studyMngAt = "N"; | |
| 95 | - if(user != null){
| |
| 96 | - for(int i = 0; i < facPlList.size(); i ++){
| |
| 97 | - EgovMap map = (EgovMap) facPlList.get(i); | |
| 98 | - String userId = map.get("facId").toString();
| |
| 99 | - if(user.getId().equals(userId)){
| |
| 100 | - studyMngAt = "Y"; | |
| 101 | - } | |
| 102 | - } | |
| 103 | - } | |
| 104 | - model.addAttribute("studyMngAt", studyMngAt);
| |
| 105 | - | |
| 106 | - //과정 담당자 인지 확인 | |
| 107 | - String managerAt = "N"; | |
| 108 | - if(user != null){
| |
| 109 | - List subUserList = curriculumService.selectCurriculumMng(curriculumVO); | |
| 110 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 111 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 112 | - String userId = map.get("userId").toString();
| |
| 113 | - if(user.getId().equals(userId)){
| |
| 114 | - managerAt = "Y"; | |
| 115 | - } | |
| 116 | - } | |
| 117 | - } | |
| 118 | - model.addAttribute("managerAt", managerAt);
| |
| 119 | - }else{
| |
| 120 | - ret = "/lms/atd/AttendListAjax"; | |
| 121 | - } | |
| 122 | - | |
| 123 | - //출석목록 | |
| 124 | - List resultList = attendService.selectAttendList(searchVO); | |
| 125 | - model.addAttribute("resultList", resultList);
| |
| 126 | - | |
| 127 | - return ret; | |
| 128 | - } | |
| 129 | -} |
--- base/src/main/java/egovframework/com/lms/web/CertificateController.java
... | ... | @@ -1,104 +0,0 @@ |
| 1 | -package egovframework.com.lms.web; | |
| 2 | - | |
| 3 | -import java.io.PrintWriter; | |
| 4 | -import java.util.ArrayList; | |
| 5 | -import java.util.List; | |
| 6 | -import java.util.Map; | |
| 7 | - | |
| 8 | -import javax.annotation.Resource; | |
| 9 | -import javax.servlet.http.HttpServletRequest; | |
| 10 | -import javax.servlet.http.HttpServletResponse; | |
| 11 | - | |
| 12 | -import org.springframework.stereotype.Controller; | |
| 13 | -import org.springframework.ui.ModelMap; | |
| 14 | -import org.springframework.web.bind.annotation.ModelAttribute; | |
| 15 | -import org.springframework.web.bind.annotation.RequestMapping; | |
| 16 | -import egovframework.com.lms.service.CertificateService; | |
| 17 | -import egovframework.com.lms.service.CertificateVO; | |
| 18 | -import egovframework.com.lms.service.CurriculumService; | |
| 19 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 20 | -import egovframework.com.sym.sit.service.EgovSiteManageService; | |
| 21 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 22 | -import egovframework.com.utl.fcc.service.EgovDateUtil; | |
| 23 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 24 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 25 | -import net.sf.json.JSONObject; | |
| 26 | - | |
| 27 | - | |
| 28 | -@Controller | |
| 29 | -public class CertificateController {
| |
| 30 | - | |
| 31 | - @Resource(name = "curriculumService") | |
| 32 | - private CurriculumService curriculumService; | |
| 33 | - | |
| 34 | - /** EgovPropertyService */ | |
| 35 | - @Resource(name = "propertiesService") | |
| 36 | - protected EgovPropertyService propertiesService; | |
| 37 | - | |
| 38 | - @Resource(name = "SiteManageService") | |
| 39 | - EgovSiteManageService siteManageService; | |
| 40 | - | |
| 41 | - @Resource(name = "certificateService") | |
| 42 | - private CertificateService certificateService; | |
| 43 | - | |
| 44 | - //수료증 등록 | |
| 45 | - @RequestMapping("/lms/insertCertificate.json")
| |
| 46 | - public void insertCertificate(@ModelAttribute("searchVO") CertificateVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 47 | - String successYn = "Y"; | |
| 48 | - | |
| 49 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 50 | - if(user != null){
| |
| 51 | - searchVO.setFrstRegisterId(user.getId()); | |
| 52 | - } | |
| 53 | - | |
| 54 | - certificateService.insertCertificate(searchVO); | |
| 55 | - | |
| 56 | - JSONObject jo = new JSONObject(); | |
| 57 | - response.setContentType("application/json;charset=utf-8");
| |
| 58 | - | |
| 59 | - jo.put("successYn", successYn);
| |
| 60 | - | |
| 61 | - PrintWriter printwriter = response.getWriter(); | |
| 62 | - printwriter.println(jo.toString()); | |
| 63 | - printwriter.flush(); | |
| 64 | - printwriter.close(); | |
| 65 | - } | |
| 66 | - | |
| 67 | - //수료증 조회 | |
| 68 | - @RequestMapping("/lms/selectCertificate.do")
| |
| 69 | - public String selectCertificate(@ModelAttribute("searchVO") CertificateVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 70 | - searchVO.setFirstIndex(0); | |
| 71 | - searchVO.setRecordCountPerPage(9999); | |
| 72 | - searchVO.setUseAt("Y");
| |
| 73 | - List<EgovMap> resultList = certificateService.selectCertificateList(searchVO); | |
| 74 | - model.addAttribute("resultList", resultList);
| |
| 75 | - | |
| 76 | - String today = EgovDateUtil.getToday(); | |
| 77 | - model.addAttribute("today", today);
| |
| 78 | - | |
| 79 | - return "/lms/certificate/certificate"; | |
| 80 | - } | |
| 81 | - | |
| 82 | - //재발급 | |
| 83 | - @RequestMapping("/lms/reCertificate.json")
| |
| 84 | - public void reCertificate(@ModelAttribute("searchVO") CertificateVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 85 | - String successYn = "Y"; | |
| 86 | - | |
| 87 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 88 | - if(user != null){
| |
| 89 | - searchVO.setFrstRegisterId(user.getId()); | |
| 90 | - } | |
| 91 | - | |
| 92 | - certificateService.reCertificate(searchVO); | |
| 93 | - | |
| 94 | - JSONObject jo = new JSONObject(); | |
| 95 | - response.setContentType("application/json;charset=utf-8");
| |
| 96 | - | |
| 97 | - jo.put("successYn", successYn);
| |
| 98 | - | |
| 99 | - PrintWriter printwriter = response.getWriter(); | |
| 100 | - printwriter.println(jo.toString()); | |
| 101 | - printwriter.flush(); | |
| 102 | - printwriter.close(); | |
| 103 | - } | |
| 104 | -} |
--- base/src/main/java/egovframework/com/lms/web/ClassController.java
... | ... | @@ -1,1272 +0,0 @@ |
| 1 | -package egovframework.com.lms.web; | |
| 2 | - | |
| 3 | -import java.io.PrintWriter; | |
| 4 | -import java.text.SimpleDateFormat; | |
| 5 | -import java.util.ArrayList; | |
| 6 | -import java.util.Date; | |
| 7 | -import java.util.List; | |
| 8 | -import java.util.Map; | |
| 9 | - | |
| 10 | -import javax.annotation.Resource; | |
| 11 | -import javax.servlet.http.HttpServletRequest; | |
| 12 | -import javax.servlet.http.HttpServletResponse; | |
| 13 | - | |
| 14 | -import net.sf.json.JSONArray; | |
| 15 | -import net.sf.json.JSONObject; | |
| 16 | - | |
| 17 | -import org.springframework.stereotype.Controller; | |
| 18 | -import org.springframework.ui.Model; | |
| 19 | -import org.springframework.ui.ModelMap; | |
| 20 | -import org.springframework.web.bind.annotation.ModelAttribute; | |
| 21 | -import org.springframework.web.bind.annotation.RequestBody; | |
| 22 | -import org.springframework.web.bind.annotation.RequestMapping; | |
| 23 | -import org.springframework.web.bind.annotation.RequestParam; | |
| 24 | -import org.springframework.web.multipart.MultipartFile; | |
| 25 | -import org.springframework.web.multipart.MultipartHttpServletRequest; | |
| 26 | - | |
| 27 | -import egovframework.com.cmm.ComDefaultCodeVO; | |
| 28 | -import egovframework.com.cmm.service.EgovCmmUseService; | |
| 29 | -import egovframework.com.cmm.service.EgovFileMngService; | |
| 30 | -import egovframework.com.cmm.service.EgovFileMngUtil; | |
| 31 | -import egovframework.com.cmm.service.FileVO; | |
| 32 | -import egovframework.com.cmm.service.SearchVO; | |
| 33 | -import egovframework.com.cop.bbs.service.Board; | |
| 34 | -import egovframework.com.cop.bbs.service.BoardMasterVO; | |
| 35 | -import egovframework.com.cop.bbs.service.BoardVO; | |
| 36 | -import egovframework.com.cop.bbs.service.Ctgry; | |
| 37 | -import egovframework.com.cop.bbs.service.EgovBBSAttributeManageService; | |
| 38 | -import egovframework.com.cop.bbs.service.EgovBBSCtgryService; | |
| 39 | -import egovframework.com.cop.bbs.service.EgovBBSManageService; | |
| 40 | -import egovframework.com.lms.service.ClassManageService; | |
| 41 | -import egovframework.com.lms.service.CurriculumMemberService; | |
| 42 | -import egovframework.com.lms.service.CurriculumService; | |
| 43 | -import egovframework.com.lms.service.CurriculumVO; | |
| 44 | -import egovframework.com.lms.service.CurriculumbaseService; | |
| 45 | -import egovframework.com.lms.service.GradeService; | |
| 46 | -import egovframework.com.lms.service.LmsMngVO; | |
| 47 | -import egovframework.com.lms.service.SurveyManageService; | |
| 48 | -import egovframework.com.lms.service.SurveyQuestionExVO; | |
| 49 | -import egovframework.com.lms.service.SurveyQuestionVO; | |
| 50 | -import egovframework.com.lms.service.SurveyVO; | |
| 51 | -import egovframework.com.sch.service.ScheduleMngService; | |
| 52 | -import egovframework.com.sch.service.ScheduleMngVO; | |
| 53 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 54 | -import egovframework.com.sym.ccm.cde.service.CmmnDetailCode; | |
| 55 | -import egovframework.com.sym.sit.service.EgovSiteManageService; | |
| 56 | -import egovframework.com.sym.sit.service.SiteManageVO; | |
| 57 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 58 | -import egovframework.com.utl.fcc.service.EgovHttpUtil; | |
| 59 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 60 | -import egovframework.com.utl.sim.service.EgovClntInfo; | |
| 61 | -import egovframework.rte.fdl.idgnr.EgovIdGnrService; | |
| 62 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 63 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 64 | -import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; | |
| 65 | - | |
| 66 | -@Controller | |
| 67 | -public class ClassController {
| |
| 68 | - | |
| 69 | - @Resource(name = "propertiesService") | |
| 70 | - protected EgovPropertyService propertyService; | |
| 71 | - | |
| 72 | - @Resource(name = "SiteManageService") | |
| 73 | - EgovSiteManageService siteManageService; | |
| 74 | - | |
| 75 | - @Resource(name = "EgovBBSCtgryService") | |
| 76 | - private EgovBBSCtgryService egovBBSCtgryService; | |
| 77 | - | |
| 78 | - @Resource(name = "curriculumbaseService") | |
| 79 | - private CurriculumbaseService curriculumbaseService; | |
| 80 | - | |
| 81 | - @Resource(name = "classManageService") | |
| 82 | - private ClassManageService classManageService; | |
| 83 | - | |
| 84 | - @Resource(name="EgovCmmUseService") | |
| 85 | - private EgovCmmUseService cmmUseService; | |
| 86 | - | |
| 87 | - @Resource(name = "curriculumService") | |
| 88 | - private CurriculumService curriculumService; | |
| 89 | - | |
| 90 | - @Resource(name = "propertiesService") | |
| 91 | - protected EgovPropertyService propertiesService; | |
| 92 | - | |
| 93 | - @Resource(name = "ScheduleMngService") | |
| 94 | - private ScheduleMngService scheduleMngService; | |
| 95 | - | |
| 96 | - @Resource(name = "EgovFileMngService") | |
| 97 | - private EgovFileMngService fileService; | |
| 98 | - | |
| 99 | - @Resource(name = "EgovBBSManageService") | |
| 100 | - private EgovBBSManageService bbsMngService; | |
| 101 | - | |
| 102 | - @Resource(name = "EgovBBSAttributeManageService") | |
| 103 | - private EgovBBSAttributeManageService bbsAttrbService; | |
| 104 | - | |
| 105 | - @Resource(name = "curriculumMemberService") | |
| 106 | - private CurriculumMemberService curriculumMemberService; | |
| 107 | - | |
| 108 | - @Resource(name = "EgovFileMngUtil") | |
| 109 | - private EgovFileMngUtil fileUtil; | |
| 110 | - | |
| 111 | - @Resource(name = "EgovFileMngService") | |
| 112 | - private EgovFileMngService fileMngService; | |
| 113 | - | |
| 114 | - @Resource(name = "surveyManageService") | |
| 115 | - private SurveyManageService surveyManageService; | |
| 116 | - | |
| 117 | - @Resource(name="surveyAnswerIdGnrService") | |
| 118 | - private EgovIdGnrService surveyAnswerIdGnrService; | |
| 119 | - | |
| 120 | - @Resource(name = "gradeService") | |
| 121 | - private GradeService gradeService; | |
| 122 | - | |
| 123 | - | |
| 124 | - | |
| 125 | - @RequestMapping(value="/lms/cla/classFileList.do") | |
| 126 | - public String classFileList(@ModelAttribute("fileVo") FileVO fileVo, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 127 | - String returnPage = ""; | |
| 128 | - | |
| 129 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 130 | - if(user == null){
| |
| 131 | - return "redirect:/index.do"; | |
| 132 | - }else{
| |
| 133 | - model.addAttribute("USER_INFO", user);
| |
| 134 | - | |
| 135 | - fileVo.setSessionId(user.getId()); | |
| 136 | - fileVo.setUserId(user.getId()); | |
| 137 | - | |
| 138 | - if("gallery".equals(fileVo.getViewType())){
| |
| 139 | - fileVo.setPageUnit(9); | |
| 140 | - }else{
| |
| 141 | - fileVo.setPageUnit(propertyService.getInt("pageUnit"));
| |
| 142 | - } | |
| 143 | - fileVo.setPageSize(propertyService.getInt("pageSize"));
| |
| 144 | - | |
| 145 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 146 | - paginationInfo.setCurrentPageNo(fileVo.getPageIndex()); | |
| 147 | - paginationInfo.setRecordCountPerPage(fileVo.getPageUnit()); | |
| 148 | - paginationInfo.setPageSize(fileVo.getPageSize()); | |
| 149 | - | |
| 150 | - fileVo.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 151 | - fileVo.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 152 | - fileVo.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 153 | - | |
| 154 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 155 | - if(fileVo.getViewType() == null){
| |
| 156 | - fileVo.setViewType("list");
| |
| 157 | - } | |
| 158 | - | |
| 159 | - if(fileVo.getDateType() == null){
| |
| 160 | - fileVo.setDateType("all");//today->all로 변경
| |
| 161 | - } | |
| 162 | - | |
| 163 | - //언어조회 | |
| 164 | - Ctgry ctgry = new Ctgry(); | |
| 165 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 166 | - model.addAttribute("languageList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 167 | - | |
| 168 | - fileVo.setStudentAt("Y");
| |
| 169 | - EgovMap resultMap = this.classManageService.selectStudentFileListMap(fileVo,request); | |
| 170 | - model.addAttribute("fileList", resultMap.get("resultList"));
| |
| 171 | - model.addAttribute("fileListCnt", resultMap.get("resultCnt"));
| |
| 172 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 173 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 174 | - | |
| 175 | - returnPage = "/lms/cla/StudentClassFileList"; | |
| 176 | - } else {
| |
| 177 | - if("Y".equals(fileVo.getSearchFrstRegisterId())){
| |
| 178 | - fileVo.setFrstRegisterId(user.getId()); | |
| 179 | - } | |
| 180 | - | |
| 181 | - //과정조회 | |
| 182 | - List<?> curriculumbaseList = this.classManageService.selectClassCurriculumList(fileVo); | |
| 183 | - model.addAttribute("curriculumbaseList", curriculumbaseList);
| |
| 184 | - | |
| 185 | - EgovMap resultMap = this.classManageService.selectTeacherFileListMap(fileVo,request); | |
| 186 | - model.addAttribute("fileList", resultMap.get("resultList"));
| |
| 187 | - model.addAttribute("fileListCnt", resultMap.get("resultCnt"));
| |
| 188 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 189 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 190 | - | |
| 191 | - returnPage = "/lms/cla/TeacherClassFileList"; | |
| 192 | - | |
| 193 | - } | |
| 194 | - | |
| 195 | - model.addAttribute("fileStorePath", propertiesService.getString("Study.fileStoreWebPath"));
| |
| 196 | - | |
| 197 | - return returnPage; | |
| 198 | - } | |
| 199 | - } | |
| 200 | - | |
| 201 | - @RequestMapping(value = "/lms/cla/classFileListAjax.do") | |
| 202 | - public String classFileListAjax(@ModelAttribute("fileVo") FileVO fileVo, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 203 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 204 | - fileVo.setSessionId(user.getId()); | |
| 205 | - | |
| 206 | - if("gallery".equals(fileVo.getViewType())){
| |
| 207 | - fileVo.setPageUnit(9); | |
| 208 | - }else{
| |
| 209 | - fileVo.setPageUnit(propertyService.getInt("pageUnit"));
| |
| 210 | - } | |
| 211 | - fileVo.setPageSize(propertyService.getInt("pageSize"));
| |
| 212 | - | |
| 213 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 214 | - paginationInfo.setCurrentPageNo(fileVo.getPageIndex()); | |
| 215 | - paginationInfo.setRecordCountPerPage(fileVo.getPageUnit()); | |
| 216 | - paginationInfo.setPageSize(fileVo.getPageSize()); | |
| 217 | - | |
| 218 | - fileVo.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 219 | - fileVo.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 220 | - fileVo.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 221 | - | |
| 222 | - EgovMap resultMap = this.classManageService.selectStudentFileListMap(fileVo,request); | |
| 223 | - model.addAttribute("fileList", resultMap.get("resultList"));
| |
| 224 | - model.addAttribute("fileListCnt", resultMap.get("resultCnt"));
| |
| 225 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 226 | - | |
| 227 | - return "/lms/cla/StudentClassFileAjaxList"; | |
| 228 | - } | |
| 229 | - | |
| 230 | - @RequestMapping("/lms/cla/classCurriculumList.json")
| |
| 231 | - public void classCurriculumList(@ModelAttribute("fileVo") FileVO fileVo, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 232 | - JSONObject jo = new JSONObject(); | |
| 233 | - response.setContentType("application/json;charset=utf-8");
| |
| 234 | - | |
| 235 | - List<?> curriculumbaseList = classManageService.selectClassCurriculumList(fileVo); | |
| 236 | - model.addAttribute("curriculumbaseList", curriculumbaseList);
| |
| 237 | - | |
| 238 | - jo.put("curriculumbaseList", curriculumbaseList);
| |
| 239 | - | |
| 240 | - PrintWriter printwriter = response.getWriter(); | |
| 241 | - printwriter.println(jo.toString()); | |
| 242 | - printwriter.flush(); | |
| 243 | - printwriter.close(); | |
| 244 | - } | |
| 245 | - | |
| 246 | - @RequestMapping("/lms/cla/classFileView.do")
| |
| 247 | - public String classFileView(@ModelAttribute("fileVo") FileVO fileVo, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 248 | - model.addAttribute("fileInfo", classManageService.selectFileInfo(fileVo));
| |
| 249 | - return "/lms/cla/classFileView"; | |
| 250 | - } | |
| 251 | - | |
| 252 | - @RequestMapping(value="/lms/cla/curriculumStudyList.do") | |
| 253 | - public String curriculumStudyList(@ModelAttribute("searchVO") SearchVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 254 | - //** EgovPropertyService.sample */ | |
| 255 | - searchVO.setPageUnit(propertyService.getInt("pageUnit"));
| |
| 256 | - searchVO.setPageSize(propertyService.getInt("pageSize"));
| |
| 257 | - | |
| 258 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 259 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 260 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 261 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 262 | - | |
| 263 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 264 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 265 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 266 | - | |
| 267 | - //주관기관조회 | |
| 268 | - Ctgry ctgry = new Ctgry(); | |
| 269 | - ctgry.setCtgrymasterId("CTGMST_0000000000009");
| |
| 270 | - List<Ctgry> ctgryList = this.egovBBSCtgryService.selectComtnbbsctgryList(ctgry); | |
| 271 | - model.addAttribute("ctgryList", ctgryList);
| |
| 272 | - | |
| 273 | - //기본과정 | |
| 274 | - model.addAttribute("curriculumBaseList", this.classManageService.selectCurriculumBaseList(searchVO));
| |
| 275 | - | |
| 276 | - //과정 | |
| 277 | - model.addAttribute("curriculumList", this.classManageService.selectCurriculumList(searchVO));
| |
| 278 | - | |
| 279 | - | |
| 280 | - EgovMap resultMap = this.classManageService.selectCurriculumStudyMap(searchVO); | |
| 281 | - model.addAttribute("studyList", resultMap.get("resultList"));
| |
| 282 | - model.addAttribute("studyListCnt", resultMap.get("resultCnt"));
| |
| 283 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 284 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 285 | - return "/lms/cla/curriculumStudyList"; | |
| 286 | - } | |
| 287 | - | |
| 288 | - @RequestMapping("/lms/cla/curriculumList.json")
| |
| 289 | - public void curriculumList(@ModelAttribute("searchVO") SearchVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 290 | - JSONObject jo = new JSONObject(); | |
| 291 | - response.setContentType("application/json;charset=utf-8");
| |
| 292 | - //기본과정 | |
| 293 | - jo.put("curriculumBaseList", this.classManageService.selectCurriculumBaseList(searchVO));
| |
| 294 | - //과정 | |
| 295 | - jo.put("curriculumList", this.classManageService.selectCurriculumList(searchVO));
| |
| 296 | - PrintWriter printwriter = response.getWriter(); | |
| 297 | - printwriter.println(jo.toString()); | |
| 298 | - printwriter.flush(); | |
| 299 | - printwriter.close(); | |
| 300 | - } | |
| 301 | - | |
| 302 | - @RequestMapping(value="/lms/cla/curriculumBoardList.do") | |
| 303 | - public String curriculumBoardList(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO,Model model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 304 | - //과정정보 | |
| 305 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 306 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 307 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 308 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 309 | - | |
| 310 | - BoardMasterVO master = new BoardMasterVO(); | |
| 311 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 312 | - | |
| 313 | - //과정게시판 목록 | |
| 314 | - boardMasterVO.setFirstIndex(0); | |
| 315 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 316 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 317 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 318 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 319 | - model.addAttribute("masterList", result);
| |
| 320 | - | |
| 321 | - //bbsid체크 | |
| 322 | - if(EgovStringUtil.isEmpty(lmsMngVO.getBbsId())){
| |
| 323 | - master = result.get(0); | |
| 324 | - }else{
| |
| 325 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 326 | - boardMasterVO.setBbsId(lmsMngVO.getBbsId()); | |
| 327 | - master = bbsAttrbService.selectBBSMasterInf(boardMasterVO); | |
| 328 | - } | |
| 329 | - | |
| 330 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 331 | - if(user != null){
| |
| 332 | - //boardVO.setFrstRegisterId(user.getId()); | |
| 333 | - //boardVO.setAdminAt("Y");
| |
| 334 | - boardVO.setSessionId(user.getId()); | |
| 335 | - model.addAttribute("sessionUniqId", user.getId());
| |
| 336 | - } | |
| 337 | - | |
| 338 | - //과정 반 조회 | |
| 339 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 340 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 341 | - model.addAttribute("selectClassList", selectClassList);
| |
| 342 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 343 | - //과정 조 조회 | |
| 344 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 345 | - model.addAttribute("selectGroupList", selectGroupList);
| |
| 346 | - } | |
| 347 | - | |
| 348 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 349 | - if(master != null) {
| |
| 350 | - | |
| 351 | - // 페이징 정보 설정 | |
| 352 | - boardVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 353 | - boardVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 354 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 355 | - //boardVO.setSysTyCode(master.getSysTyCode()); | |
| 356 | - /* | |
| 357 | - //공지게시물 가져오기 | |
| 358 | - BoardVO noticeVO = new BoardVO(); | |
| 359 | - noticeVO.setBbsId(lmsMngVO.getBbsId()); | |
| 360 | - noticeVO.setTmplatId(master.getTmplatId()); | |
| 361 | - noticeVO.setCommentUseAt(master.getCommentUseAt()); | |
| 362 | - noticeVO.setSearchNoticeAt("Y");
| |
| 363 | - noticeVO.setFirstIndex(0); | |
| 364 | - noticeVO.setRecordCountPerPage(9999); | |
| 365 | - | |
| 366 | - model.addAttribute("noticeList", bbsMngService.selectBoardArticles(noticeVO));
| |
| 367 | - */ | |
| 368 | - paginationInfo.setCurrentPageNo(boardVO.getPageIndex()); | |
| 369 | - paginationInfo.setRecordCountPerPage(boardVO.getPageUnit()); | |
| 370 | - paginationInfo.setPageSize(boardVO.getPageSize()); | |
| 371 | - | |
| 372 | - boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 373 | - boardVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 374 | - boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 375 | - | |
| 376 | - boardVO.setBbsId(master.getBbsId()); | |
| 377 | - boardVO.setCommentUseAt(master.getCommentUseAt()); | |
| 378 | - boardVO.setTmplatId(master.getTmplatId()); | |
| 379 | - boardVO.setBbsAttrbCode(master.getBbsAttrbCode()); | |
| 380 | - | |
| 381 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 382 | - boardVO.setUserFlag("student");
| |
| 383 | - EgovMap tempMap = new EgovMap(); | |
| 384 | - tempMap.put("crclId", curriculumVO.getCrclId());
| |
| 385 | - tempMap.put("userId", user.getId());
| |
| 386 | - EgovMap userMap = this.classManageService.selectCurriculumUserInfo(tempMap); | |
| 387 | - model.addAttribute("userInfo", userMap);
| |
| 388 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 389 | - boardVO.setSearchClass(userMap.get("classCnt").toString());
| |
| 390 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 391 | - boardVO.setSearchClass(userMap.get("groupCnt").toString());
| |
| 392 | - }else if("INDIV".equals(master.getSysTyCode())){
| |
| 393 | - boardVO.setFrstRegisterId(user.getId()); | |
| 394 | - } | |
| 395 | - } else { //교원
| |
| 396 | - boardVO.setUserFlag("teacher");
| |
| 397 | - } | |
| 398 | - boardVO.setSysTyCode(master.getSysTyCode()); | |
| 399 | - | |
| 400 | - List<BoardVO> resultList = bbsMngService.selectBoardArticles(boardVO); | |
| 401 | - int totCnt = bbsMngService.selectBoardArticlesCnt(boardVO); | |
| 402 | - | |
| 403 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 404 | - | |
| 405 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 406 | - Ctgry ctgry = new Ctgry(); | |
| 407 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 408 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 409 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 410 | - } | |
| 411 | - | |
| 412 | - model.addAttribute("resultList", resultList);
| |
| 413 | - model.addAttribute("resultCnt", totCnt);
| |
| 414 | - model.addAttribute("brdMstrVO", master);
| |
| 415 | - } | |
| 416 | - | |
| 417 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 418 | - | |
| 419 | - //과정 담당자 인지 확인 | |
| 420 | - /*String managerAt = "N"; | |
| 421 | - if(user != null){
| |
| 422 | - curriculumVO.setManageCode("");
| |
| 423 | - List subUserList = curriculumService.selectCurriculumMng(curriculumVO); | |
| 424 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 425 | - EgovMap map1 = (EgovMap) subUserList.get(i); | |
| 426 | - String userId = map1.get("userId").toString();
| |
| 427 | - if(user.getId().equals(userId)){
| |
| 428 | - managerAt = "Y"; | |
| 429 | - } | |
| 430 | - } | |
| 431 | - } | |
| 432 | - model.addAttribute("managerAt", managerAt);*/
| |
| 433 | - | |
| 434 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 435 | - | |
| 436 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 437 | - return "/lms/cla/MyCurriculumBoardList"; | |
| 438 | - } else {
| |
| 439 | - //과정상태 | |
| 440 | - return "/lms/cla/MyTeacherCurriculumBoardList"; | |
| 441 | - } | |
| 442 | - } | |
| 443 | - | |
| 444 | - | |
| 445 | - @RequestMapping(value="/lms/cla/myClassSurveyList.do") | |
| 446 | - public String curriculumSurveyList(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 447 | - | |
| 448 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 449 | - curriculumVO.setCrclId(surveyVo.getCrclId()); | |
| 450 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 451 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 452 | - | |
| 453 | - //설문리스트 | |
| 454 | - List<EgovMap> resultSurveyList = this.surveyManageService.selectCurriculumSurveyList(surveyVo); | |
| 455 | - model.addAttribute("resultSurveyList", resultSurveyList);
| |
| 456 | - | |
| 457 | - Date date = new Date(); | |
| 458 | - SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmm");
| |
| 459 | - String curDate = sdf.format(date); | |
| 460 | - | |
| 461 | - model.addAttribute("curDate", curDate);
| |
| 462 | - return "/lms/cla/myClassSurveyList"; | |
| 463 | - } | |
| 464 | - | |
| 465 | - @RequestMapping(value="/lms/cla/surveyView.do") | |
| 466 | - public String surveyView(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 467 | - | |
| 468 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 469 | - curriculumVO.setCrclId(surveyVo.getCrclId()); | |
| 470 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 471 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 472 | - | |
| 473 | - List<EgovMap> resultSurveyList = this.surveyManageService.selectCurriculumSurveyList(surveyVo); | |
| 474 | - model.addAttribute("resultSurveyList", resultSurveyList);
| |
| 475 | - | |
| 476 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 477 | - surveyVo.setUserId(user.getId()); | |
| 478 | - | |
| 479 | - int answerCnt = surveyManageService.selectAnswerSurveyCnt(surveyVo); | |
| 480 | - model.addAttribute("answerCnt", answerCnt);
| |
| 481 | - | |
| 482 | - if(answerCnt == 0){
| |
| 483 | - SurveyVO surveyInfo = surveyManageService.selectSurveyInfo(surveyVo); | |
| 484 | - for(SurveyQuestionVO queVo : surveyInfo.getQuestionsArray()){
| |
| 485 | - List<SurveyQuestionExVO> widthExVoList = new ArrayList<SurveyQuestionExVO>(); | |
| 486 | - List<SurveyQuestionExVO> heigthExVoList = new ArrayList<SurveyQuestionExVO>(); | |
| 487 | - | |
| 488 | - if("table".equals(queVo.getQesitmTyCode())){
| |
| 489 | - for(SurveyQuestionExVO tempEx : queVo.getExamples()){
| |
| 490 | - if("W".equals(tempEx.getExTy())){
| |
| 491 | - widthExVoList.add(tempEx); | |
| 492 | - }else{
| |
| 493 | - heigthExVoList.add(tempEx); | |
| 494 | - } | |
| 495 | - } | |
| 496 | - queVo.setWidthExamples(widthExVoList); | |
| 497 | - queVo.setHeightExamples(heigthExVoList); | |
| 498 | - } | |
| 499 | - } | |
| 500 | - model.addAttribute("surveyInfo", surveyInfo);
| |
| 501 | - } | |
| 502 | - Date date = new Date(); | |
| 503 | - SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
| |
| 504 | - String curDate = sdf.format(date); | |
| 505 | - | |
| 506 | - String referer = request.getHeader("referer");
| |
| 507 | - model.addAttribute("referer", referer);
| |
| 508 | - | |
| 509 | - return "/lms/cla/surveyView"; | |
| 510 | - } | |
| 511 | - | |
| 512 | - @RequestMapping(value="/lms/cla/insertSurvey.json") | |
| 513 | - public void insertSurvey(@ModelAttribute("surveyVO") SurveyVO surveyVo ,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 514 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 515 | - EgovMap paramMap = new EgovMap(); | |
| 516 | - JSONArray array = JSONArray.fromObject(request.getParameter("answerList"));
| |
| 517 | - List<EgovMap> answerList = new ArrayList<EgovMap>(); | |
| 518 | - for(int i=0; i<array.size(); i++){
| |
| 519 | - JSONObject obj = (JSONObject)array.get(i); | |
| 520 | - System.out.println(obj.get("cnsr"));
| |
| 521 | - EgovMap tempMap = new EgovMap(); | |
| 522 | - tempMap.put("cnsr", obj.get("cnsr"));
| |
| 523 | - tempMap.put("qesitmId", obj.get("qesitmId"));
| |
| 524 | - tempMap.put("aswperId",surveyAnswerIdGnrService.getNextStringId());
| |
| 525 | - answerList.add(tempMap); | |
| 526 | - } | |
| 527 | - | |
| 528 | - paramMap.put("crclId", surveyVo.getCrclId());
| |
| 529 | - paramMap.put("schdulId", surveyVo.getSchdulId());
| |
| 530 | - paramMap.put("userId", user.getId());
| |
| 531 | - paramMap.put("plId", surveyVo.getPlId());
| |
| 532 | - paramMap.put("answerList", answerList);
| |
| 533 | - paramMap.put("clientIp", EgovClntInfo.getClntIP(request));
| |
| 534 | - | |
| 535 | - | |
| 536 | - JSONObject jo = new JSONObject(); | |
| 537 | - response.setContentType("application/json;charset=utf-8");
| |
| 538 | - | |
| 539 | - surveyManageService.insertSurveySubmit(paramMap); | |
| 540 | - //impl로 이동 | |
| 541 | - //surveyManageService.insertSurveyAnswer(paramMap); | |
| 542 | - | |
| 543 | - PrintWriter printwriter = response.getWriter(); | |
| 544 | - printwriter.println(jo.toString()); | |
| 545 | - printwriter.flush(); | |
| 546 | - printwriter.close(); | |
| 547 | - } | |
| 548 | - | |
| 549 | - @RequestMapping(value="/lms/cla/mySurveyList.do") | |
| 550 | - public String mySurveyList(@ModelAttribute("searchVo") SearchVO searchVo, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 551 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 552 | - model.addAttribute("USER_INFO", user);
| |
| 553 | - | |
| 554 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 555 | - paginationInfo.setCurrentPageNo(searchVo.getPageIndex()); | |
| 556 | - paginationInfo.setRecordCountPerPage(searchVo.getPageUnit()); | |
| 557 | - paginationInfo.setPageSize(searchVo.getPageSize()); | |
| 558 | - | |
| 559 | - searchVo.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 560 | - searchVo.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 561 | - searchVo.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 562 | - searchVo.setSessionId(user.getId()); | |
| 563 | - | |
| 564 | - EgovMap resultMap = new EgovMap(); | |
| 565 | - if("08".equals(user.getUserSeCode())) {
| |
| 566 | - resultMap = this.surveyManageService.selectMyProfessorSurvey(searchVo); | |
| 567 | - }else {
| |
| 568 | - resultMap = this.surveyManageService.selectMySurvey(searchVo); | |
| 569 | - } | |
| 570 | - | |
| 571 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 572 | - model.addAttribute("surveyList", resultMap.get("resultList"));
| |
| 573 | - model.addAttribute("surveyListCnt", resultMap.get("resultCnt"));
| |
| 574 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 575 | - | |
| 576 | - Ctgry ctgry = new Ctgry(); | |
| 577 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 578 | - model.addAttribute("languageList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 579 | - | |
| 580 | - Date date = new Date(); | |
| 581 | - SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmm");
| |
| 582 | - String curDate = sdf.format(date); | |
| 583 | - model.addAttribute("curDate", curDate);
| |
| 584 | - | |
| 585 | - return "/lms/cla/mySurveyList"; | |
| 586 | - } | |
| 587 | - | |
| 588 | - @RequestMapping(value="/lms/cla/curBoardList.do") | |
| 589 | - public String curBoardList(@ModelAttribute("searchVO") SearchVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model)throws Exception{
| |
| 590 | - //** EgovPropertyService.sample */ | |
| 591 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 592 | - | |
| 593 | - searchVO.setPageUnit(propertyService.getInt("pageUnit"));
| |
| 594 | - searchVO.setPageSize(propertyService.getInt("pageSize"));
| |
| 595 | - | |
| 596 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 597 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 598 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 599 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 600 | - | |
| 601 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 602 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 603 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 604 | - | |
| 605 | - //과정 | |
| 606 | - //model.addAttribute("curriculumList", this.classManageService.selectCurriculumList(searchVO));
| |
| 607 | - | |
| 608 | - String pageFlag = ""; | |
| 609 | - searchVO.setSessionId(user.getId()); | |
| 610 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 611 | - pageFlag = "student"; | |
| 612 | - | |
| 613 | - } else { //교원
| |
| 614 | - pageFlag = "teacher"; | |
| 615 | - } | |
| 616 | - | |
| 617 | - searchVO.setSearchPageFlag(pageFlag); | |
| 618 | - EgovMap resultMap = this.classManageService.selectCurriculumBoardMap(searchVO); | |
| 619 | - model.addAttribute("boardList", resultMap.get("resultList"));
| |
| 620 | - model.addAttribute("boardListCnt", resultMap.get("resultCnt"));
| |
| 621 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 622 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 623 | - | |
| 624 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 625 | - //언어코드 | |
| 626 | - Ctgry ctgry = new Ctgry(); | |
| 627 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 628 | - model.addAttribute("languageList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 629 | - return "/lms/cla/MyCurBoardList"; | |
| 630 | - } else {
| |
| 631 | - //과정상태 | |
| 632 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 633 | - voComCode = new ComDefaultCodeVO(); | |
| 634 | - voComCode.setCodeId("LMS30");
| |
| 635 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 636 | - model.addAttribute("statusComCode", statusComCode);
| |
| 637 | - return "/lms/cla/MyTeacherCurBoardList"; | |
| 638 | - } | |
| 639 | - | |
| 640 | - } | |
| 641 | - | |
| 642 | - @RequestMapping(value="/lms/cla/studyPlanView.do") | |
| 643 | - public String studyPlanView(@ModelAttribute("searchVO") ScheduleMngVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 644 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 645 | - | |
| 646 | - SiteManageVO siteVO = siteManageService.selectSiteServiceInfo(request); | |
| 647 | - model.addAttribute("siteInfo", siteVO);
| |
| 648 | - | |
| 649 | - //과정정보 | |
| 650 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 651 | - curriculumVO.setCrclId(searchVO.getCrclId()); | |
| 652 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 653 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 654 | - | |
| 655 | - //수업계획 | |
| 656 | - ScheduleMngVO scheduleMngVO = scheduleMngService.selectClassScheduleView(searchVO); | |
| 657 | - model.addAttribute("scheduleMngVO", scheduleMngVO);
| |
| 658 | - | |
| 659 | - //과정에 등록된 교원 | |
| 660 | - model.addAttribute("facList", curriculumService.selectCurriculumFacultyDp(curriculumVO));
| |
| 661 | - | |
| 662 | - //등록 된 시간표 담당교원 | |
| 663 | - List facPlList = scheduleMngService.selectFacultyList(searchVO); | |
| 664 | - model.addAttribute("facPlList", facPlList);
| |
| 665 | - | |
| 666 | - //캠퍼스 시간표 | |
| 667 | - searchVO.setCampusId(curriculumVO.getCampusId()); | |
| 668 | - model.addAttribute("camSchList", scheduleMngService.selectCampusSchedule(searchVO));
| |
| 669 | - | |
| 670 | - //과정에 등록된 교원 | |
| 671 | - model.addAttribute("evtResultList", scheduleMngService.selectStudyEvtList(searchVO));
| |
| 672 | - | |
| 673 | - //등록한 수업자료 리스트 | |
| 674 | - model.addAttribute("fileList", scheduleMngService.selectStudyFileList(searchVO));
| |
| 675 | - | |
| 676 | - EgovMap fileVO = new EgovMap(); | |
| 677 | - fileVO.put("plId", searchVO.getPlId());
| |
| 678 | - fileVO.put("userId", user.getId());
| |
| 679 | - model.addAttribute("fileDownCnt", fileService.selectFileDownLogCnt(fileVO));
| |
| 680 | - | |
| 681 | - return "/lms/cla/studyPlanView"; | |
| 682 | - } | |
| 683 | - | |
| 684 | - @RequestMapping("/lms/cla/curriculumBoardView.do")
| |
| 685 | - public String curriculumBoardView(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 686 | - //과정정보 | |
| 687 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 688 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 689 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 690 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 691 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 692 | - | |
| 693 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 694 | - | |
| 695 | - //과정게시판 목록 | |
| 696 | - boardMasterVO.setFirstIndex(0); | |
| 697 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 698 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 699 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 700 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 701 | - model.addAttribute("masterList", result);
| |
| 702 | - | |
| 703 | - | |
| 704 | - if(user != null){
| |
| 705 | - boardVO.setFrstRegisterId(user.getId()); | |
| 706 | - boardVO.setAdminAt("Y");
| |
| 707 | - | |
| 708 | - model.addAttribute("sessionUniqId", user.getId());
| |
| 709 | - } | |
| 710 | - | |
| 711 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 712 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 713 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 714 | - vo.setBbsId(boardVO.getBbsId()); | |
| 715 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 716 | - | |
| 717 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 718 | - | |
| 719 | - if(master != null) {
| |
| 720 | - model.addAttribute("brdMstrVO", master);
| |
| 721 | - | |
| 722 | - // 조회수 증가 여부 지정 | |
| 723 | - boardVO.setPlusCount(false); | |
| 724 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 725 | - model.addAttribute("board", bbsMngService.selectBoardArticle(boardVO));
| |
| 726 | - | |
| 727 | - } | |
| 728 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 729 | - | |
| 730 | - | |
| 731 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 732 | - return "/lms/cla/MyCurriculumBoardView"; | |
| 733 | - } else {
| |
| 734 | - //과정상태 | |
| 735 | - return "/lms/cla/MyTeacherCurriculumBoardView"; | |
| 736 | - } | |
| 737 | - } | |
| 738 | - | |
| 739 | - //게시판 게시글 삭제 | |
| 740 | - @RequestMapping(value={"/lms/cla/deleteCurriculumBoard.do", "/lms/cla/deleteCurBoard"})
| |
| 741 | - public String deleteCurriculumBoard(@ModelAttribute("searchVO") BoardVO boardVO, BoardVO board, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 742 | - String reqUrl = request.getRequestURI(); | |
| 743 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 744 | - | |
| 745 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 746 | - vo.setSiteId(boardVO.getCrclId()); | |
| 747 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 748 | - vo.setBbsId(boardVO.getBbsId()); | |
| 749 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 750 | - | |
| 751 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 752 | - | |
| 753 | - if(master != null) {
| |
| 754 | - board.setAdminAt("Y");
| |
| 755 | - board.setLastUpdusrId(user.getId()); | |
| 756 | - bbsMngService.deleteBoardArticle(board, master); | |
| 757 | - } | |
| 758 | - | |
| 759 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 760 | - if(reqUrl.contains("deleteCurBoard")){//수업 >> 오늘의 수업 >> 게시판
| |
| 761 | - return "redirect:/lms/cla/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+boardVO.getBbsId(); | |
| 762 | - }else{//수업 >> 과정게시판, 교육과정
| |
| 763 | - String tempPlid = request.getParameter("plId").toString();
| |
| 764 | - String retUrl = "/lms/cla/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&plId="+tempPlid+"&bbsId="+boardVO.getBbsId(); | |
| 765 | - if(!EgovStringUtil.isEmpty(request.getParameter("menu"))){
| |
| 766 | - retUrl += "&menu=" + request.getParameter("menu");
| |
| 767 | - } | |
| 768 | - if(!EgovStringUtil.isEmpty(request.getParameter("subtabstep"))){
| |
| 769 | - retUrl += "&subtabstep=" + request.getParameter("subtabstep");
| |
| 770 | - } | |
| 771 | - | |
| 772 | - return "redirect:" + retUrl; | |
| 773 | - | |
| 774 | - } | |
| 775 | - } | |
| 776 | - | |
| 777 | - //과정게시판 등록 | |
| 778 | - @RequestMapping(value="/lms/cla/curriculumBoardAdd.do") | |
| 779 | - public String lmsBbsAdd(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 780 | - | |
| 781 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 782 | - //과정정보 | |
| 783 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 784 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 785 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 786 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 787 | - | |
| 788 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 789 | - | |
| 790 | - //과정게시판 목록 | |
| 791 | - boardMasterVO.setFirstIndex(0); | |
| 792 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 793 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 794 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 795 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 796 | - model.addAttribute("masterList", result);
| |
| 797 | - | |
| 798 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 799 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 800 | - vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 801 | - vo.setBbsId(boardVO.getBbsId()); | |
| 802 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 803 | - | |
| 804 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 805 | - | |
| 806 | - if(master != null) {
| |
| 807 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 808 | - Ctgry ctgry = new Ctgry(); | |
| 809 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 810 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 811 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 812 | - } | |
| 813 | - | |
| 814 | - model.addAttribute("brdMstrVO", master);
| |
| 815 | - | |
| 816 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 817 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 818 | - model.addAttribute("selecteResultList", selectClassList);
| |
| 819 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 820 | - //과정 조 조회 | |
| 821 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 822 | - model.addAttribute("selecteResultList", selectGroupList);
| |
| 823 | - } | |
| 824 | - | |
| 825 | - Board board = new Board(); | |
| 826 | - model.addAttribute("board", board);
| |
| 827 | - | |
| 828 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 829 | - } | |
| 830 | - | |
| 831 | - EgovMap tempMap = new EgovMap(); | |
| 832 | - tempMap.put("crclId", curriculumVO.getCrclId());
| |
| 833 | - tempMap.put("userId", user.getId());
| |
| 834 | - model.addAttribute("userInfo", this.classManageService.selectCurriculumUserInfo(tempMap));
| |
| 835 | - | |
| 836 | - | |
| 837 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 838 | - return "/lms/cla/MyCurriculumBoardAdd"; | |
| 839 | - } else {
| |
| 840 | - return "/lms/cla/MyTeacherCurriculumBoardAdd"; | |
| 841 | - } | |
| 842 | - } | |
| 843 | - | |
| 844 | - //과정게시판 등록 프로세스 | |
| 845 | - @RequestMapping("/lms/cla/insertBoardArticle.do")
| |
| 846 | - public String insertBoardStaffArticle(final MultipartHttpServletRequest multiRequest, @ModelAttribute("searchVO") BoardVO boardVO,
| |
| 847 | - Board board, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 848 | - | |
| 849 | - String reqUrl = request.getRequestURI(); | |
| 850 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 851 | - return "forward:/lms/cla/curriculumBoardList.do"; | |
| 852 | - } | |
| 853 | - | |
| 854 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 855 | - | |
| 856 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 857 | - vo.setSiteId(boardVO.getCrclId()); | |
| 858 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 859 | - vo.setBbsId(boardVO.getBbsId()); | |
| 860 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 861 | - | |
| 862 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 863 | - | |
| 864 | - if(master != null) {
| |
| 865 | - String atchFileId = ""; | |
| 866 | - if(EgovStringUtil.isEmpty(boardVO.getSiteId())){
| |
| 867 | - boardVO.setSiteId(master.getSiteId()); | |
| 868 | - } | |
| 869 | - | |
| 870 | - List<FileVO> result = null; | |
| 871 | - | |
| 872 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 873 | - if(!files.isEmpty()) {
| |
| 874 | - result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, 0, "", boardVO.getSiteId(), boardVO.getBbsId(),"",""); | |
| 875 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 876 | - } | |
| 877 | - | |
| 878 | - | |
| 879 | - boardVO.setAtchFileId(atchFileId); | |
| 880 | - boardVO.setFrstRegisterId(user.getId()); | |
| 881 | - boardVO.setNtcrNm(user.getName()); | |
| 882 | - boardVO.setCreatIp(EgovClntInfo.getClntIP(request)); | |
| 883 | - boardVO.setEstnData(EgovHttpUtil.getEstnParseData(request)); | |
| 884 | - | |
| 885 | - bbsMngService.insertBoardArticle(boardVO, master); | |
| 886 | - | |
| 887 | - request.getSession().removeAttribute("sessionVO");
| |
| 888 | - } | |
| 889 | - | |
| 890 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 891 | - if("MNU_0000000000000086".equals(tempMenuId)){//수업 >> 오늘의 수업 >> 게시판
| |
| 892 | - String tempPlid = request.getParameter("plId").toString();
| |
| 893 | - return "redirect:/lms/cla/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&plId="+tempPlid+"&bbsId="+boardVO.getBbsId(); | |
| 894 | - }else{//수업 >> 과정게시판, 교육과정
| |
| 895 | - String retUrl = "/lms/cla/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+boardVO.getBbsId(); | |
| 896 | - if(!EgovStringUtil.isEmpty(request.getParameter("menu"))){
| |
| 897 | - retUrl += "&menu=" + request.getParameter("menu");
| |
| 898 | - } | |
| 899 | - if(!EgovStringUtil.isEmpty(request.getParameter("subtabstep"))){
| |
| 900 | - retUrl += "&subtabstep=" + request.getParameter("subtabstep");
| |
| 901 | - } | |
| 902 | - | |
| 903 | - return "redirect:" + retUrl; | |
| 904 | - } | |
| 905 | - | |
| 906 | - } | |
| 907 | - | |
| 908 | - @RequestMapping("/lms/cla/forUpdateBoardArticle.do")
| |
| 909 | - public String forUpdateBoardStaffArticle(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 910 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 911 | - //과정정보 | |
| 912 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 913 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 914 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 915 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 916 | - | |
| 917 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 918 | - | |
| 919 | - //과정게시판 목록 | |
| 920 | - boardMasterVO.setFirstIndex(0); | |
| 921 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 922 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 923 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 924 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 925 | - model.addAttribute("masterList", result);
| |
| 926 | - | |
| 927 | - | |
| 928 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 929 | - vo.setSiteId(boardVO.getCrclId()); | |
| 930 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 931 | - vo.setBbsId(boardVO.getBbsId()); | |
| 932 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 933 | - boardVO.setAdminAt("Y");
| |
| 934 | - | |
| 935 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 936 | - | |
| 937 | - if(master != null) {
| |
| 938 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 939 | - Ctgry ctgry = new Ctgry(); | |
| 940 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 941 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 942 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 943 | - } | |
| 944 | - | |
| 945 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 946 | - BoardVO dataVO = bbsMngService.selectBoardArticle(boardVO); | |
| 947 | - | |
| 948 | - model.addAttribute("brdMstrVO", master);
| |
| 949 | - model.addAttribute("board", dataVO);
| |
| 950 | - | |
| 951 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 952 | - | |
| 953 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 954 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 955 | - model.addAttribute("selecteResultList", selectClassList);
| |
| 956 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 957 | - //과정 조 조회 | |
| 958 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 959 | - model.addAttribute("selecteResultList", selectGroupList);
| |
| 960 | - } | |
| 961 | - } | |
| 962 | - | |
| 963 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 964 | - EgovMap tempMap = new EgovMap(); | |
| 965 | - tempMap.put("crclId", curriculumVO.getCrclId());
| |
| 966 | - tempMap.put("userId", user.getId());
| |
| 967 | - model.addAttribute("userInfo", this.classManageService.selectCurriculumUserInfo(tempMap));
| |
| 968 | - return "/lms/cla/MyCurriculumBoardAdd"; | |
| 969 | - } else {
| |
| 970 | - return "/lms/cla/MyTeacherCurriculumBoardAdd"; | |
| 971 | - } | |
| 972 | - } | |
| 973 | - | |
| 974 | - //게시판 게시 글 수정프로세스 | |
| 975 | - @RequestMapping(value={"/lms/cla/updateBoardArticle.do", "/lms/cla/updateCurBoard.do"})
| |
| 976 | - public String updateBoardStaffArticle(final MultipartHttpServletRequest multiRequest, | |
| 977 | - BoardVO board, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 978 | - | |
| 979 | - String reqUrl = request.getRequestURI(); | |
| 980 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 981 | - String atchFileId = board.getAtchFileId(); | |
| 982 | - | |
| 983 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 984 | - vo.setSiteId(board.getCrclId()); | |
| 985 | - //vo.setSysTyCode(board.getSysTyCode()); | |
| 986 | - vo.setBbsId(board.getBbsId()); | |
| 987 | - vo.setTrgetId(board.getTrgetId()); | |
| 988 | - | |
| 989 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 990 | - | |
| 991 | - if(master != null) {
| |
| 992 | - if(EgovStringUtil.isEmpty(board.getSiteId())){
| |
| 993 | - board.setSiteId(master.getSiteId()); | |
| 994 | - } | |
| 995 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 996 | - if(!files.isEmpty()) {
| |
| 997 | - if(EgovStringUtil.isEmpty(atchFileId)) {
| |
| 998 | - List<FileVO> result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, 0, atchFileId, board.getSiteId(), board.getBbsId(),"",""); | |
| 999 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 1000 | - board.setAtchFileId(atchFileId); | |
| 1001 | - } else {
| |
| 1002 | - FileVO fvo = new FileVO(); | |
| 1003 | - fvo.setAtchFileId(atchFileId); | |
| 1004 | - int cnt = fileMngService.getMaxFileSN(fvo); | |
| 1005 | - List<FileVO> _result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, cnt, atchFileId, board.getSiteId(), board.getBbsId(),"",""); | |
| 1006 | - fileMngService.updateFileInfs(_result); | |
| 1007 | - } | |
| 1008 | - } | |
| 1009 | - | |
| 1010 | - board.setAdminAt("Y");
| |
| 1011 | - board.setLastUpdusrId(user.getId()); | |
| 1012 | - board.setEstnData(EgovHttpUtil.getEstnParseData(request)); | |
| 1013 | - | |
| 1014 | - bbsMngService.updateBoardArticle(board, master, false); | |
| 1015 | - | |
| 1016 | - request.getSession().removeAttribute("sessionVO");
| |
| 1017 | - } | |
| 1018 | - | |
| 1019 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 1020 | - if(reqUrl.contains("updateCurBoard")){//수업 >> 오늘의 수업 >> 게시판
| |
| 1021 | - return "redirect:/lms/cla/curriculumBoardList.do?crclId="+board.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+board.getBbsId(); | |
| 1022 | - }else{//수업 >> 과정게시판, 교육과정
| |
| 1023 | - String tempPlid = request.getParameter("plId").toString();
| |
| 1024 | - String retUrl = "/lms/cla/curriculumBoardList.do?crclId="+board.getCrclId()+"&menuId="+tempMenuId+"&plId="+tempPlid+"&bbsId="+board.getBbsId(); | |
| 1025 | - if(!EgovStringUtil.isEmpty(request.getParameter("menu"))){
| |
| 1026 | - retUrl += "&menu=" + request.getParameter("menu");
| |
| 1027 | - } | |
| 1028 | - if(!EgovStringUtil.isEmpty(request.getParameter("subtabstep"))){
| |
| 1029 | - retUrl += "&subtabstep=" + request.getParameter("subtabstep");
| |
| 1030 | - } | |
| 1031 | - | |
| 1032 | - return "redirect:" + retUrl; | |
| 1033 | - } | |
| 1034 | - } | |
| 1035 | - | |
| 1036 | - @RequestMapping("/lms/cla/curBoardView.do")
| |
| 1037 | - public String curBoardView(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1038 | - //과정정보 | |
| 1039 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1040 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1041 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 1042 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1043 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1044 | - | |
| 1045 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1046 | - | |
| 1047 | - //과정게시판 목록 | |
| 1048 | - boardMasterVO.setFirstIndex(0); | |
| 1049 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1050 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 1051 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1052 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1053 | - model.addAttribute("masterList", result);
| |
| 1054 | - | |
| 1055 | - | |
| 1056 | - if(user != null){
| |
| 1057 | - boardVO.setFrstRegisterId(user.getId()); | |
| 1058 | - boardVO.setAdminAt("Y");
| |
| 1059 | - | |
| 1060 | - model.addAttribute("sessionUniqId", user.getId());
| |
| 1061 | - } | |
| 1062 | - | |
| 1063 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1064 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 1065 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1066 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1067 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1068 | - | |
| 1069 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1070 | - | |
| 1071 | - if(master != null) {
| |
| 1072 | - model.addAttribute("brdMstrVO", master);
| |
| 1073 | - | |
| 1074 | - // 조회수 증가 여부 지정 | |
| 1075 | - boardVO.setPlusCount(false); | |
| 1076 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 1077 | - model.addAttribute("board", bbsMngService.selectBoardArticle(boardVO));
| |
| 1078 | - | |
| 1079 | - } | |
| 1080 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1081 | - | |
| 1082 | - | |
| 1083 | - if("02".equals(user.getUserSeCode()) || "04".equals(user.getUserSeCode()) || "06".equals(user.getUserSeCode())) {
| |
| 1084 | - return "/lms/cla/MyCurBoardView"; | |
| 1085 | - } else {
| |
| 1086 | - //과정상태 | |
| 1087 | - return "/lms/cla/MyTeacherCurBoardView"; | |
| 1088 | - } | |
| 1089 | - } | |
| 1090 | - | |
| 1091 | - //과정게시판 등록 | |
| 1092 | - @RequestMapping(value="/lms/cla/curBoardAdd.do") | |
| 1093 | - public String curBoardAdd(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1094 | - | |
| 1095 | - //과정정보 | |
| 1096 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1097 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 1098 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1099 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1100 | - | |
| 1101 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1102 | - | |
| 1103 | - //과정게시판 목록 | |
| 1104 | - boardMasterVO.setFirstIndex(0); | |
| 1105 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1106 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 1107 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1108 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1109 | - model.addAttribute("masterList", result);
| |
| 1110 | - | |
| 1111 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1112 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 1113 | - vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1114 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1115 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1116 | - | |
| 1117 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1118 | - | |
| 1119 | - if(master != null) {
| |
| 1120 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 1121 | - Ctgry ctgry = new Ctgry(); | |
| 1122 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 1123 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 1124 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 1125 | - } | |
| 1126 | - | |
| 1127 | - model.addAttribute("brdMstrVO", master);
| |
| 1128 | - | |
| 1129 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 1130 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 1131 | - model.addAttribute("selecteResultList", selectClassList);
| |
| 1132 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 1133 | - //과정 조 조회 | |
| 1134 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 1135 | - model.addAttribute("selecteResultList", selectGroupList);
| |
| 1136 | - } | |
| 1137 | - | |
| 1138 | - Board board = new Board(); | |
| 1139 | - model.addAttribute("board", board);
| |
| 1140 | - | |
| 1141 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1142 | - } | |
| 1143 | - | |
| 1144 | - return "/lms/cla/MyCurriculumBoardAdd"; | |
| 1145 | - } | |
| 1146 | - | |
| 1147 | - @RequestMapping("/lms/cla/curriculumBoardStatistics.do")
| |
| 1148 | - public String curriculumBoardStatistics(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO,Model model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1149 | - int totalBbsCnt = 0; | |
| 1150 | - | |
| 1151 | - if(boardVO.getSearchType() == ""){
| |
| 1152 | - boardVO.setSearchType("student");
| |
| 1153 | - } | |
| 1154 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1155 | - curriculumVO.setCrclId(boardVO.getCrclId()); | |
| 1156 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1157 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1158 | - | |
| 1159 | - BoardMasterVO master = new BoardMasterVO(); | |
| 1160 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1161 | - | |
| 1162 | - boardMasterVO.setSiteId(boardVO.getCrclId()); | |
| 1163 | - boardMasterVO.setBbsId(boardVO.getBbsId()); | |
| 1164 | - master = bbsAttrbService.selectBBSMasterInf(boardMasterVO); | |
| 1165 | - model.addAttribute("masterVo", master);
| |
| 1166 | - | |
| 1167 | - //과정게시판 목록 | |
| 1168 | - boardMasterVO.setFirstIndex(0); | |
| 1169 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1170 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1171 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1172 | - model.addAttribute("masterList", result);
| |
| 1173 | - | |
| 1174 | - boardVO.setCntType(master.getSysTyCode().toLowerCase()); | |
| 1175 | - | |
| 1176 | - //게시판 구분별 수 | |
| 1177 | - List<EgovMap> pieList = this.bbsMngService.selectBoardStatisticsPie(boardVO); | |
| 1178 | - model.addAttribute("pieList", pieList);
| |
| 1179 | - | |
| 1180 | - if(pieList != null){
| |
| 1181 | - List<EgovMap> barList = new ArrayList<EgovMap>(); | |
| 1182 | - for(EgovMap tempMap : pieList){
| |
| 1183 | - boardVO.setCtgryId(tempMap.get("ctgryId").toString());
| |
| 1184 | - if("0".equals(tempMap.get("ctgryLevel").toString())){
| |
| 1185 | - boardVO.setCtgryId(null); | |
| 1186 | - } | |
| 1187 | - EgovMap barMap = this.bbsMngService.selectBoardStatisticsBar(boardVO); | |
| 1188 | - barList.add(barMap); | |
| 1189 | - totalBbsCnt += Integer.parseInt(tempMap.get("cnt").toString());
| |
| 1190 | - } | |
| 1191 | - model.addAttribute("barList", barList);
| |
| 1192 | - model.addAttribute("barMemberList", this.bbsMngService.selectBoardStatisticsBarMemberList(boardVO));
| |
| 1193 | - model.addAttribute("totalBbsCnt", totalBbsCnt);
| |
| 1194 | - } | |
| 1195 | - | |
| 1196 | - | |
| 1197 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1198 | - | |
| 1199 | - // 페이징 정보 설정 | |
| 1200 | - if(boardVO.getSortType() == ""){
| |
| 1201 | - boardVO.setSortType("sum");
| |
| 1202 | - } | |
| 1203 | - | |
| 1204 | - boardVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 1205 | - boardVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 1206 | - paginationInfo.setCurrentPageNo(boardVO.getPageIndex()); | |
| 1207 | - paginationInfo.setRecordCountPerPage(boardVO.getPageUnit()); | |
| 1208 | - paginationInfo.setPageSize(boardVO.getPageSize()); | |
| 1209 | - | |
| 1210 | - boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1211 | - boardVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1212 | - boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1213 | - | |
| 1214 | - EgovMap resultMap = this.bbsMngService.selectStatistics(boardVO); | |
| 1215 | - int totCnt = Integer.parseInt(resultMap.get("resultCnt").toString());
| |
| 1216 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 1217 | - | |
| 1218 | - EgovMap tempCollect = this.bbsMngService.selectAttendCollectCnt(boardVO); | |
| 1219 | - if(tempCollect != null){
| |
| 1220 | - model.addAttribute("attendCollect", tempCollect.get("colect"));
| |
| 1221 | - } | |
| 1222 | - | |
| 1223 | - model.addAttribute("resultList", resultMap.get("resultList"));
| |
| 1224 | - model.addAttribute("resultCnt", totCnt);
| |
| 1225 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1226 | - | |
| 1227 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1228 | - | |
| 1229 | - return "/lms/cla/CurriculumBoardStatistcs"; | |
| 1230 | - } | |
| 1231 | - | |
| 1232 | - //운영보고서 리스트 | |
| 1233 | - @RequestMapping(value = "/lms/cla/manageReportList.do") | |
| 1234 | - public String manageReportList(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1235 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1236 | - searchVO.setUserId(user.getId()); | |
| 1237 | - | |
| 1238 | - | |
| 1239 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 1240 | - voComCode = new ComDefaultCodeVO(); | |
| 1241 | - voComCode.setCodeId("LMS30");
| |
| 1242 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 1243 | - model.addAttribute("statusComCode", statusComCode);
| |
| 1244 | - | |
| 1245 | - | |
| 1246 | - /** pageing */ | |
| 1247 | - searchVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 1248 | - searchVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 1249 | - | |
| 1250 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1251 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 1252 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 1253 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 1254 | - | |
| 1255 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1256 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1257 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1258 | - | |
| 1259 | - model.addAttribute("resultList", this.curriculumService.selectReportList(searchVO));
| |
| 1260 | - int totCnt = this.curriculumService.selectReportListCnt(searchVO); | |
| 1261 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 1262 | - model.addAttribute("resultListCnt",totCnt);
| |
| 1263 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1264 | - | |
| 1265 | - Date date = new Date(); | |
| 1266 | - SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
| |
| 1267 | - model.addAttribute("curDate", sdf.format(date));
| |
| 1268 | - | |
| 1269 | - return "/lms/cla/ClaManageReportList"; | |
| 1270 | - } | |
| 1271 | - | |
| 1272 | -}(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/java/egovframework/com/lms/web/CurriculumController.java
... | ... | @@ -1,2011 +0,0 @@ |
| 1 | -package egovframework.com.lms.web; | |
| 2 | - | |
| 3 | -import java.io.PrintWriter; | |
| 4 | -import java.util.ArrayList; | |
| 5 | -import java.util.List; | |
| 6 | -import java.util.Map; | |
| 7 | - | |
| 8 | -import javax.annotation.Resource; | |
| 9 | -import javax.servlet.http.HttpServletRequest; | |
| 10 | -import javax.servlet.http.HttpServletResponse; | |
| 11 | - | |
| 12 | -import org.springframework.stereotype.Controller; | |
| 13 | -import org.springframework.ui.Model; | |
| 14 | -import org.springframework.ui.ModelMap; | |
| 15 | -import org.springframework.web.bind.annotation.ModelAttribute; | |
| 16 | -import org.springframework.web.bind.annotation.RequestMapping; | |
| 17 | -import org.springframework.web.multipart.MultipartFile; | |
| 18 | -import org.springframework.web.multipart.MultipartHttpServletRequest; | |
| 19 | - | |
| 20 | -import egovframework.com.cmm.ComDefaultCodeVO; | |
| 21 | -import egovframework.com.cmm.service.EgovCmmUseService; | |
| 22 | -import egovframework.com.cmm.service.EgovFileMngService; | |
| 23 | -import egovframework.com.cmm.service.EgovFileMngUtil; | |
| 24 | -import egovframework.com.cmm.service.FileVO; | |
| 25 | -import egovframework.com.cop.bbs.service.Board; | |
| 26 | -import egovframework.com.cop.bbs.service.BoardMasterVO; | |
| 27 | -import egovframework.com.cop.bbs.service.BoardVO; | |
| 28 | -import egovframework.com.cop.bbs.service.Ctgry; | |
| 29 | -import egovframework.com.cop.bbs.service.EgovBBSAttributeManageService; | |
| 30 | -import egovframework.com.cop.bbs.service.EgovBBSCtgryService; | |
| 31 | -import egovframework.com.cop.bbs.service.EgovBBSManageService; | |
| 32 | -import egovframework.com.lms.service.CurriculumMemberService; | |
| 33 | -import egovframework.com.lms.service.CurriculumService; | |
| 34 | -import egovframework.com.lms.service.CurriculumVO; | |
| 35 | -import egovframework.com.lms.service.LmsCommonUtil; | |
| 36 | -import egovframework.com.lms.service.LmsMngVO; | |
| 37 | -import egovframework.com.lms.service.SurveyManageService; | |
| 38 | -import egovframework.com.lms.service.SurveyVO; | |
| 39 | -import egovframework.com.sch.service.ScheduleMngService; | |
| 40 | -import egovframework.com.sch.service.ScheduleMngVO; | |
| 41 | -import egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper; | |
| 42 | -import egovframework.com.sym.ccm.cde.service.CmmnDetailCode; | |
| 43 | -import egovframework.com.sym.sit.service.EgovSiteManageService; | |
| 44 | -import egovframework.com.sym.sit.service.SiteManageVO; | |
| 45 | -import egovframework.com.uat.uia.service.LoginVO; | |
| 46 | -import egovframework.com.utl.fcc.service.EgovDateUtil; | |
| 47 | -import egovframework.com.utl.fcc.service.EgovHttpUtil; | |
| 48 | -import egovframework.com.utl.fcc.service.EgovStringUtil; | |
| 49 | -import egovframework.com.utl.sim.service.EgovClntInfo; | |
| 50 | -import egovframework.rte.fdl.property.EgovPropertyService; | |
| 51 | -import egovframework.rte.psl.dataaccess.util.EgovMap; | |
| 52 | -import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; | |
| 53 | -import net.sf.json.JSONObject; | |
| 54 | - | |
| 55 | -/** | |
| 56 | - * @Class Name : CurriculumController.java | |
| 57 | - * @Description : Curriculum Controller class | |
| 58 | - * @Modification Information | |
| 59 | - * | |
| 60 | - * @author 문성진 | |
| 61 | - * @since 2019.10.12 | |
| 62 | - * @version 1.0 | |
| 63 | - * @see | |
| 64 | - * | |
| 65 | - * Copyright (C) All right reserved. | |
| 66 | - */ | |
| 67 | - | |
| 68 | -@Controller | |
| 69 | -public class CurriculumController {
| |
| 70 | - | |
| 71 | - @Resource(name = "curriculumService") | |
| 72 | - private CurriculumService curriculumService; | |
| 73 | - | |
| 74 | - /** EgovPropertyService */ | |
| 75 | - @Resource(name = "propertiesService") | |
| 76 | - protected EgovPropertyService propertiesService; | |
| 77 | - | |
| 78 | - @Resource(name = "EgovBBSCtgryService") | |
| 79 | - private EgovBBSCtgryService egovBBSCtgryService; | |
| 80 | - | |
| 81 | - /** EgovCmmUseService */ | |
| 82 | - @Resource(name="EgovCmmUseService") | |
| 83 | - private EgovCmmUseService cmmUseService; | |
| 84 | - | |
| 85 | - @Resource(name = "ScheduleMngService") | |
| 86 | - private ScheduleMngService scheduleMngService; | |
| 87 | - | |
| 88 | - @Resource(name = "EgovBBSAttributeManageService") | |
| 89 | - private EgovBBSAttributeManageService bbsAttrbService; | |
| 90 | - | |
| 91 | - @Resource(name = "curriculumMemberService") | |
| 92 | - private CurriculumMemberService curriculumMemberService; | |
| 93 | - | |
| 94 | - @Resource(name = "surveyManageService") | |
| 95 | - private SurveyManageService surveyManageService; | |
| 96 | - | |
| 97 | - @Resource(name = "EgovBBSManageService") | |
| 98 | - private EgovBBSManageService bbsMngService; | |
| 99 | - | |
| 100 | - @Resource(name = "EgovFileMngUtil") | |
| 101 | - private EgovFileMngUtil fileUtil; | |
| 102 | - | |
| 103 | - @Resource(name = "EgovFileMngService") | |
| 104 | - private EgovFileMngService fileMngService; | |
| 105 | - | |
| 106 | - @Resource(name = "propertiesService") | |
| 107 | - protected EgovPropertyService propertyService; | |
| 108 | - | |
| 109 | - @Resource(name = "SiteManageService") | |
| 110 | - EgovSiteManageService siteManageService; | |
| 111 | - | |
| 112 | - /** | |
| 113 | - * XSS 방지 처리. | |
| 114 | - * | |
| 115 | - * @param data | |
| 116 | - * @return | |
| 117 | - */ | |
| 118 | - protected String unscript(String data) {
| |
| 119 | - if(data == null || data.trim().equals("")) {
| |
| 120 | - return ""; | |
| 121 | - } | |
| 122 | - | |
| 123 | - String ret = data; | |
| 124 | - | |
| 125 | - ret = ret.replaceAll("<(S|s)(C|c)(R|r)(I|i)(P|p)(T|t)", "<script");
| |
| 126 | - ret = ret.replaceAll("</(S|s)(C|c)(R|r)(I|i)(P|p)(T|t)", "</script");
| |
| 127 | - | |
| 128 | - ret = ret.replaceAll("<(O|o)(B|b)(J|j)(E|e)(C|c)(T|t)", "<object");
| |
| 129 | - ret = ret.replaceAll("</(O|o)(B|b)(J|j)(E|e)(C|c)(T|t)", "</object");
| |
| 130 | - | |
| 131 | - ret = ret.replaceAll("<(A|a)(P|p)(P|p)(L|l)(E|e)(T|t)", "<applet");
| |
| 132 | - ret = ret.replaceAll("</(A|a)(P|p)(P|p)(L|l)(E|e)(T|t)", "</applet");
| |
| 133 | - | |
| 134 | - ret = ret.replaceAll("<(E|e)(M|m)(B|b)(E|e)(D|d)", "<embed");
| |
| 135 | - ret = ret.replaceAll("</(E|e)(M|m)(B|b)(E|e)(D|d)", "<embed");
| |
| 136 | - | |
| 137 | - ret = ret.replaceAll("<(F|f)(O|o)(R|r)(M|m)", "<form");
| |
| 138 | - ret = ret.replaceAll("</(F|f)(O|o)(R|r)(M|m)", "<form");
| |
| 139 | - | |
| 140 | - return ret; | |
| 141 | - } | |
| 142 | - | |
| 143 | - //과정등록관리 | |
| 144 | - @RequestMapping(value="/lms/crcl/CurriculumList.do") | |
| 145 | - public String selectCurriculumList(@ModelAttribute("searchVO") CurriculumVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 146 | - String retUrl = "/lms/crcl/CurriculumList"; | |
| 147 | - if("Y".equals(searchVO.getMngAt()) || "MNU_0000000000000059".equals(searchVO.getMenuId())){
| |
| 148 | - retUrl = "/lms/crcl/CurriculumMngList"; | |
| 149 | - }else{
| |
| 150 | - searchVO.setSearchAprvalAt("Y");
| |
| 151 | - } | |
| 152 | - | |
| 153 | - Ctgry ctgry = new Ctgry(); | |
| 154 | - | |
| 155 | - //과정진행상태 - 공통코드(LMS30) | |
| 156 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 157 | - voComCode = new ComDefaultCodeVO(); | |
| 158 | - voComCode.setCodeId("LMS30");
| |
| 159 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 160 | - model.addAttribute("statusComCode", statusComCode);
| |
| 161 | - | |
| 162 | - //학기 | |
| 163 | - ctgry.setCtgrymasterId("CTGMST_0000000000016");
| |
| 164 | - model.addAttribute("crclTermList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 165 | - | |
| 166 | - //대상 | |
| 167 | - ctgry.setCtgrymasterId("CTGMST_0000000000015");
| |
| 168 | - model.addAttribute("targetList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 169 | - | |
| 170 | - //과정체계 | |
| 171 | - ctgry.setCtgrymasterId("CTGMST_0000000000004");
| |
| 172 | - model.addAttribute("sysCodeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 173 | - | |
| 174 | - //이수구분 | |
| 175 | - ctgry.setCtgrymasterId("CTGMST_0000000000003");
| |
| 176 | - model.addAttribute("divisionList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 177 | - | |
| 178 | - //관리구분 | |
| 179 | - ctgry.setCtgrymasterId("CTGMST_0000000000005");
| |
| 180 | - model.addAttribute("controlList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 181 | - | |
| 182 | - //언어 | |
| 183 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 184 | - model.addAttribute("langList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 185 | - | |
| 186 | - //주관기관 | |
| 187 | - ctgry.setCtgrymasterId("CTGMST_0000000000009");
| |
| 188 | - model.addAttribute("insList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 189 | - | |
| 190 | - //년도 | |
| 191 | - model.addAttribute("yearList", new LmsCommonUtil().getYear());
| |
| 192 | - | |
| 193 | - /** EgovPropertyService.sample */ | |
| 194 | - searchVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 195 | - searchVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 196 | - | |
| 197 | - /** pageing */ | |
| 198 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 199 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 200 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 201 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 202 | - | |
| 203 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 204 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 205 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 206 | - /* | |
| 207 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 208 | - searchVO.setSearchHostCode(user.getMngDeptCode()); | |
| 209 | - searchVO.setUserSeCode(user.getUserSeCode()); | |
| 210 | - */ | |
| 211 | - if("teacher".equals(searchVO.getMyCurriculumPageFlag())){
| |
| 212 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 213 | - searchVO.setUserId(user.getId()); | |
| 214 | - searchVO.setSearchCrclLang(user.getMajor()); | |
| 215 | - } | |
| 216 | - List<?> curriculumList = curriculumService.selectCurriculumList(searchVO, request, response); | |
| 217 | - model.addAttribute("resultList", curriculumList);
| |
| 218 | - | |
| 219 | - int totCnt = curriculumService.selectCurriculumListTotCnt(searchVO, request, response); | |
| 220 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 221 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 222 | - | |
| 223 | - return retUrl; | |
| 224 | - } | |
| 225 | - | |
| 226 | - //과정개설신청 | |
| 227 | - @RequestMapping("/lms/crcl/addCurriculumView.do")
| |
| 228 | - public String addCurriculumView(@ModelAttribute("searchVO") CurriculumVO searchVO, Model model, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 229 | - | |
| 230 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 231 | - if(user == null){
| |
| 232 | - return "redirect:/index.do"; | |
| 233 | - }else{
| |
| 234 | - //과정체계 | |
| 235 | - Ctgry ctgry = new Ctgry(); | |
| 236 | - ctgry.setCtgrymasterId("CTGMST_0000000000004");
| |
| 237 | - model.addAttribute("sysCodeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 238 | - | |
| 239 | - //학기 | |
| 240 | - ctgry.setCtgrymasterId("CTGMST_0000000000016");
| |
| 241 | - model.addAttribute("crclTermList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 242 | - | |
| 243 | - //언어 | |
| 244 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 245 | - model.addAttribute("langList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 246 | - | |
| 247 | - //캠퍼스 | |
| 248 | - ctgry.setCtgrymasterId("CTGMST_0000000000017");
| |
| 249 | - model.addAttribute("campusList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 250 | - | |
| 251 | - //주관기관 | |
| 252 | - ctgry.setCtgrymasterId("CTGMST_0000000000009");
| |
| 253 | - model.addAttribute("insList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 254 | - | |
| 255 | - //사업비 | |
| 256 | - ctgry.setCtgrymasterId("CTGMST_0000000000018");
| |
| 257 | - model.addAttribute("feeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 258 | - | |
| 259 | - //년도 | |
| 260 | - model.addAttribute("yearList", new LmsCommonUtil().getYear());
| |
| 261 | - | |
| 262 | - //현재년도 | |
| 263 | - model.addAttribute("todayYear", new LmsCommonUtil().getTodayYear());
| |
| 264 | - | |
| 265 | - //과정성과 - 공통코드(LMS10) | |
| 266 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 267 | - voComCode = new ComDefaultCodeVO(); | |
| 268 | - voComCode.setCodeId("LMS10");
| |
| 269 | - List<CmmnDetailCode> listComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 270 | - model.addAttribute("listComCode", listComCode);
| |
| 271 | - | |
| 272 | - model.addAttribute("curriculumVO", searchVO);
| |
| 273 | - model.addAttribute("USER_INFO", user);
| |
| 274 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 275 | - | |
| 276 | - return "/lms/crcl/CurriculumRegister"; | |
| 277 | - } | |
| 278 | - } | |
| 279 | - | |
| 280 | - @RequestMapping("/lms/crcl/addCurriculum.do")
| |
| 281 | - public String addCurriculum(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 282 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 283 | - return "forward:/lms/crcl/CurriculumList.do"; | |
| 284 | - } | |
| 285 | - | |
| 286 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 287 | - if(user != null){
| |
| 288 | - searchVO.setFrstRegisterId(user.getId()); | |
| 289 | - if(Integer.parseInt(user.getUserSeCode()) > 8){
| |
| 290 | - searchVO.setAprvalAt("Y");
| |
| 291 | - searchVO.setRegistAt("Y");
| |
| 292 | - }else{
| |
| 293 | - searchVO.setProcessSttusCode("0");
| |
| 294 | - searchVO.setAprvalAt("T");
| |
| 295 | - searchVO.setRegistAt("N");
| |
| 296 | - } | |
| 297 | - }else{
| |
| 298 | - return "forward:/index.do"; | |
| 299 | - } | |
| 300 | - | |
| 301 | - String crclId = curriculumService.insertCurriculum(searchVO); | |
| 302 | - | |
| 303 | - request.getSession().removeAttribute("sessionVO");
| |
| 304 | - | |
| 305 | - return "redirect:/lms/crcl/selectCurriculum.do?crclId=" + crclId + "&menuId=" + searchVO.getMenuId(); | |
| 306 | - //return "forward:/lms/crcl/CurriculumList.do"; | |
| 307 | - } | |
| 308 | - | |
| 309 | - @RequestMapping("/lms/crcl/selectCurriculum.do")
| |
| 310 | - public String selectCurriculum(@ModelAttribute("searchVO") CurriculumVO searchVO, Model model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 311 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 312 | - | |
| 313 | - //교수가 작성한 교육과정개설신청 확인 시 필요 | |
| 314 | - if("Y".equals(searchVO.getMngAt())){
| |
| 315 | - //과정성과 - 공통코드(LMS10) | |
| 316 | - voComCode = new ComDefaultCodeVO(); | |
| 317 | - voComCode.setCodeId("LMS10");
| |
| 318 | - List<CmmnDetailCode> listComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 319 | - model.addAttribute("listComCode", listComCode);
| |
| 320 | - } | |
| 321 | - | |
| 322 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 323 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 324 | - model.addAttribute("expense", curriculumService.selectCurriculumExpense(searchVO));
| |
| 325 | - | |
| 326 | - //과정 담당자 인지 확인 | |
| 327 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 328 | - String managerAt = "N"; | |
| 329 | - if(user != null){
| |
| 330 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 331 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 332 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 333 | - String userId = map.get("userId").toString();
| |
| 334 | - if(user.getId().equals(userId)){
| |
| 335 | - managerAt = "Y"; | |
| 336 | - } | |
| 337 | - } | |
| 338 | - } | |
| 339 | - model.addAttribute("managerAt", managerAt);
| |
| 340 | - | |
| 341 | - //과정만족도 | |
| 342 | - SurveyVO surveyVo = new SurveyVO(); | |
| 343 | - surveyVo.setSchdulClCode("TYPE_1");
| |
| 344 | - surveyVo.setRecordCountPerPage(1000); | |
| 345 | - surveyVo.setFirstIndex(0); | |
| 346 | - EgovMap resultMap = surveyManageService.selectSurvey(surveyVo); | |
| 347 | - model.addAttribute("surveyList", resultMap.get("resultList"));
| |
| 348 | - surveyVo.setSchdulClCode("TYPE_2");
| |
| 349 | - EgovMap resultMap2 = surveyManageService.selectSurvey(surveyVo); | |
| 350 | - model.addAttribute("surveyList2", resultMap2.get("resultList"));
| |
| 351 | - surveyVo.setSchdulClCode("TYPE_3");
| |
| 352 | - EgovMap resultMap3 = surveyManageService.selectSurvey(surveyVo); | |
| 353 | - model.addAttribute("surveyList3", resultMap3.get("resultList"));
| |
| 354 | - | |
| 355 | - //과정확정 이후 수정 시 | |
| 356 | - if(Integer.parseInt(curriculumVO.getProcessSttusCode()) > 0){
| |
| 357 | - //과정진행상태 - 공통코드(LMS30) | |
| 358 | - voComCode.setCodeId("LMS30");
| |
| 359 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 360 | - model.addAttribute("statusComCode", statusComCode);
| |
| 361 | - | |
| 362 | - //오늘일자 | |
| 363 | - model.addAttribute("today", EgovDateUtil.getToday());
| |
| 364 | - | |
| 365 | - //학습내용 | |
| 366 | - model.addAttribute("lessonList", curriculumService.selectCurriculumLesson(searchVO));
| |
| 367 | - | |
| 368 | - //부책임교원 | |
| 369 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 370 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 371 | - //부책임교원 코드 08 | |
| 372 | - curriculum.setManageCode("08");
| |
| 373 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 374 | - | |
| 375 | - //성적기준 | |
| 376 | - Ctgry ctgry = new Ctgry(); | |
| 377 | - ctgry.setCtgrymasterId("CTGMST_0000000000011");
| |
| 378 | - model.addAttribute("gradeTypeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 379 | - | |
| 380 | - //총괄평가 | |
| 381 | - List evaluationList = curriculumService.selectTotalEvaluation(curriculum); | |
| 382 | - model.addAttribute("evaluationList", evaluationList);
| |
| 383 | - | |
| 384 | - //수업참여도 게시판 | |
| 385 | - List attendBbsList = curriculumService.selectAttendbbs(curriculum); | |
| 386 | - model.addAttribute("attendBbsList", attendBbsList);
| |
| 387 | - | |
| 388 | - //교원배정 - 총 시간 입력 시 나옴 | |
| 389 | - if("Y".equals(curriculumVO.getTotalTimeAt())){
| |
| 390 | - searchVO.setCpr("Y");//시간표 교원 비교하기 위해서 정렬
| |
| 391 | - List tempFacList = curriculumService.selectCurriculumFaculty(searchVO); | |
| 392 | - List<EgovMap> facList = new ArrayList<EgovMap>(); | |
| 393 | - List<String> facIdList = new ArrayList<String>(); | |
| 394 | - if(tempFacList != null && tempFacList.size() > 0){
| |
| 395 | - EgovMap tempMap = new EgovMap(); | |
| 396 | - String prevPosition = ""; | |
| 397 | - String facId = ""; | |
| 398 | - String facNm = ""; | |
| 399 | - String prevSisu = ""; | |
| 400 | - String sisu = ""; | |
| 401 | - for(int i = 0; i < tempFacList.size(); i++){
| |
| 402 | - EgovMap map = (EgovMap) tempFacList.get(i); | |
| 403 | - if(prevPosition.equals(map.get("position").toString()) || i == 0){
| |
| 404 | - facId += " " + map.get("facId").toString();
| |
| 405 | - facNm += " " + map.get("facNm").toString();
| |
| 406 | - | |
| 407 | - }else{
| |
| 408 | - tempMap.put("facId", facId);
| |
| 409 | - tempMap.put("facNm", facNm);
| |
| 410 | - tempMap.put("sisu", prevSisu);
| |
| 411 | - tempMap.put("sisu", prevSisu);
| |
| 412 | - facList.add(tempMap); | |
| 413 | - tempMap = new EgovMap(); | |
| 414 | - | |
| 415 | - facId = " " + map.get("facId").toString();
| |
| 416 | - facNm = " " + map.get("facNm").toString();
| |
| 417 | - | |
| 418 | - } | |
| 419 | - | |
| 420 | - //마지막 부분 담기 | |
| 421 | - if(i == (tempFacList.size() - 1)){
| |
| 422 | - sisu = map.get("sisu").toString();
| |
| 423 | - tempMap.put("facId", facId);
| |
| 424 | - tempMap.put("facNm", facNm);
| |
| 425 | - tempMap.put("sisu", sisu);
| |
| 426 | - facList.add(tempMap); | |
| 427 | - } | |
| 428 | - | |
| 429 | - prevPosition = map.get("position").toString();
| |
| 430 | - prevSisu = map.get("sisu").toString();
| |
| 431 | - facIdList.add(map.get("facId").toString());
| |
| 432 | - } | |
| 433 | - } | |
| 434 | - model.addAttribute("facList", facList);
| |
| 435 | - model.addAttribute("facIdList", facIdList);
| |
| 436 | - | |
| 437 | - //등록 된 시간표 담당교원 | |
| 438 | - ScheduleMngVO scheduleMngVO = new ScheduleMngVO(); | |
| 439 | - scheduleMngVO.setCrclId(searchVO.getCrclId()); | |
| 440 | - scheduleMngVO.setCpr("Y");//교원 비교하기 위해서 정렬
| |
| 441 | - List tempFacPlList = scheduleMngService.selectFacultyList(scheduleMngVO); | |
| 442 | - List<EgovMap> facPlList = new ArrayList<EgovMap>(); | |
| 443 | - if(tempFacPlList != null && tempFacPlList.size() > 0){
| |
| 444 | - String prevPlId = ""; | |
| 445 | - String facId = ""; | |
| 446 | - String sisu = ""; | |
| 447 | - String prevSisu = ""; | |
| 448 | - EgovMap tempMap = new EgovMap(); | |
| 449 | - for(int i = 0; i < tempFacPlList.size(); i++){
| |
| 450 | - EgovMap map = (EgovMap) tempFacPlList.get(i); | |
| 451 | - if(prevPlId.equals(map.get("plId").toString()) || i == 0){
| |
| 452 | - facId += " " + map.get("facId").toString();
| |
| 453 | - }else{
| |
| 454 | - tempMap.put("facId", facId);
| |
| 455 | - tempMap.put("sisu", prevSisu);
| |
| 456 | - facPlList.add(tempMap); | |
| 457 | - tempMap = new EgovMap(); | |
| 458 | - | |
| 459 | - facId = " " + map.get("facId").toString();
| |
| 460 | - } | |
| 461 | - | |
| 462 | - //마지막 부분 담기 | |
| 463 | - if(i == (tempFacPlList.size() - 1)){
| |
| 464 | - sisu = map.get("sisu").toString();
| |
| 465 | - tempMap.put("facId", facId);
| |
| 466 | - tempMap.put("sisu", sisu);
| |
| 467 | - facPlList.add(tempMap); | |
| 468 | - } | |
| 469 | - | |
| 470 | - prevPlId = map.get("plId").toString();
| |
| 471 | - prevSisu = map.get("sisu").toString();
| |
| 472 | - } | |
| 473 | - } | |
| 474 | - model.addAttribute("facPlList", facPlList);
| |
| 475 | - } | |
| 476 | - | |
| 477 | - //과제타입코드 | |
| 478 | - voComCode.setCodeId("LMS80");
| |
| 479 | - List<CmmnDetailCode> homeworkComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 480 | - model.addAttribute("homeworkComCode", homeworkComCode);
| |
| 481 | - | |
| 482 | - //수료기준 | |
| 483 | - ctgry.setCtgrymasterId("CTGMST_0000000000010");
| |
| 484 | - model.addAttribute("finishList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 485 | - | |
| 486 | - //교재 및 부교재 | |
| 487 | - model.addAttribute("bookList", curriculumService.selectBookbbs(searchVO));
| |
| 488 | - } | |
| 489 | - | |
| 490 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 491 | - | |
| 492 | - return "/lms/crcl/CurriculumView"; | |
| 493 | - } | |
| 494 | - | |
| 495 | - //과정관리 > 학생 > 전체명단 | |
| 496 | - @RequestMapping(value = "/lms/crcl/curriculumStudent.do") | |
| 497 | - public String selectCurriculumStudent(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 498 | - //책임교원 | |
| 499 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 500 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 501 | - | |
| 502 | - //책임교원 코드 10 | |
| 503 | - curriculum.setManageCode("10");
| |
| 504 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 505 | - | |
| 506 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 507 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 508 | - | |
| 509 | - //수강대상자 총 합계 | |
| 510 | - searchVO.setSearchSttus("1");
| |
| 511 | - int totCnt = curriculumMemberService.selectCurriculumMemberTotCnt(searchVO); | |
| 512 | - model.addAttribute("totCnt", totCnt);
| |
| 513 | - | |
| 514 | - //수강 대상자 조회 | |
| 515 | - List<?> selectStudentList = curriculumMemberService.selectStudentList(searchVO); | |
| 516 | - model.addAttribute("selectStudentList", selectStudentList);
| |
| 517 | - | |
| 518 | - //과정 담당자 인지 확인 | |
| 519 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 520 | - String managerAt = "N"; | |
| 521 | - if(user != null){
| |
| 522 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 523 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 524 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 525 | - String userId = map.get("userId").toString();
| |
| 526 | - if(user.getId().equals(userId)){
| |
| 527 | - managerAt = "Y"; | |
| 528 | - } | |
| 529 | - } | |
| 530 | - } | |
| 531 | - model.addAttribute("managerAt", managerAt);
| |
| 532 | - | |
| 533 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 534 | - | |
| 535 | - String retUrl = "/lms/crcl/curriculumStudentView"; | |
| 536 | - if("Y".equals(searchVO.getExcelAt())){
| |
| 537 | - SiteManageVO siteVO = siteManageService.selectSiteServiceInfo(request); | |
| 538 | - model.addAttribute("siteInfo", siteVO);
| |
| 539 | - | |
| 540 | - retUrl = "/lms/crcl/curriculumStudentViewExcel"; | |
| 541 | - } | |
| 542 | - | |
| 543 | - return retUrl; | |
| 544 | - } | |
| 545 | - | |
| 546 | - //과정관리 > 학생 > 조배정 뷰 페이지 | |
| 547 | - @RequestMapping(value = "/lms/crcl/curriculumGroupView.do") | |
| 548 | - public String selectCurriculumGroupView(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 549 | - //로그인 회원정보 | |
| 550 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 551 | - model.addAttribute("USER_INFO", user);
| |
| 552 | - | |
| 553 | - //책임교원 | |
| 554 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 555 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 556 | - | |
| 557 | - //책임교원 코드 10 | |
| 558 | - curriculum.setManageCode("10");
| |
| 559 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 560 | - | |
| 561 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 562 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 563 | - | |
| 564 | - //수강 그룹 조회(반,조) | |
| 565 | - List<?> selectGroupList = curriculumMemberService.selectGroupList(searchVO); | |
| 566 | - model.addAttribute("selectGroupList", selectGroupList);
| |
| 567 | - | |
| 568 | - //선택된 수강 학생 조회 | |
| 569 | - List<?> selectPickStudentList = curriculumMemberService.selectPickStudentList(searchVO); | |
| 570 | - model.addAttribute("pickStudentList", selectPickStudentList);
| |
| 571 | - | |
| 572 | - //조의 개수 리스트를 조회 | |
| 573 | - List<?> groupCntList = curriculumMemberService.selectCurriculumGroupCntList(searchVO); | |
| 574 | - model.addAttribute("groupCntList", groupCntList);
| |
| 575 | - | |
| 576 | - //수강 대상자 조회 | |
| 577 | - List<?> selectStudentList = curriculumMemberService.selectStudentList(searchVO); | |
| 578 | - model.addAttribute("selectStudentList", selectStudentList);
| |
| 579 | - | |
| 580 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 581 | - | |
| 582 | - return "/lms/crcl/curriculumGroupView"; | |
| 583 | - } | |
| 584 | - | |
| 585 | - //과정관리 > 학생 > 반배정 뷰 페이지 | |
| 586 | - @RequestMapping(value = "/lms/crcl/curriculumClassView.do") | |
| 587 | - public String selectCurriculumClassView(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 588 | - //로그인 회원정보 | |
| 589 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 590 | - model.addAttribute("USER_INFO", user);
| |
| 591 | - | |
| 592 | - //책임교원 | |
| 593 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 594 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 595 | - | |
| 596 | - //책임교원 코드 10 | |
| 597 | - curriculum.setManageCode("10");
| |
| 598 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 599 | - | |
| 600 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 601 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 602 | - | |
| 603 | - //과정에 등록된 교원 | |
| 604 | - model.addAttribute("facList", curriculumService.selectCurriculumFacultyDp(searchVO));
| |
| 605 | - | |
| 606 | - //반 정보 조회 | |
| 607 | - List<?> selectCurriculumClassList = curriculumMemberService.selectCurriculumClassList(searchVO); | |
| 608 | - model.addAttribute("curriculumClassList", selectCurriculumClassList);
| |
| 609 | - | |
| 610 | - //반 개수 조회 | |
| 611 | - int classCnt = curriculumMemberService.selectCurriculumClassTotCnt(searchVO); | |
| 612 | - model.addAttribute("classCnt", classCnt);
| |
| 613 | - | |
| 614 | - //선택된 수강 학생 조회 | |
| 615 | - List<?> selectPickStudentList = curriculumMemberService.selectPickStudentList(searchVO); | |
| 616 | - model.addAttribute("pickStudentList", selectPickStudentList);
| |
| 617 | - | |
| 618 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 619 | - | |
| 620 | - return "/lms/crcl/curriculumClassView"; | |
| 621 | - } | |
| 622 | - | |
| 623 | - @RequestMapping("/lms/crcl/updateCurriculumView.do")
| |
| 624 | - public String updateCurriculumView(@ModelAttribute("searchVO") CurriculumVO searchVO, Model model, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 625 | - | |
| 626 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 627 | - if(user == null){
| |
| 628 | - return "redirect:/index.do"; | |
| 629 | - }else{
| |
| 630 | - //과정체계 | |
| 631 | - Ctgry ctgry = new Ctgry(); | |
| 632 | - ctgry.setCtgrymasterId("CTGMST_0000000000004");
| |
| 633 | - model.addAttribute("sysCodeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 634 | - | |
| 635 | - //학기 | |
| 636 | - ctgry.setCtgrymasterId("CTGMST_0000000000016");
| |
| 637 | - model.addAttribute("crclTermList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 638 | - | |
| 639 | - //언어 | |
| 640 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 641 | - model.addAttribute("langList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 642 | - | |
| 643 | - //캠퍼스 | |
| 644 | - ctgry.setCtgrymasterId("CTGMST_0000000000017");
| |
| 645 | - model.addAttribute("campusList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 646 | - | |
| 647 | - //주관기관 | |
| 648 | - ctgry.setCtgrymasterId("CTGMST_0000000000009");
| |
| 649 | - model.addAttribute("insList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 650 | - | |
| 651 | - //사업비 | |
| 652 | - ctgry.setCtgrymasterId("CTGMST_0000000000018");
| |
| 653 | - model.addAttribute("feeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 654 | - | |
| 655 | - //과정성과 - 공통코드(LMS10) | |
| 656 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 657 | - voComCode = new ComDefaultCodeVO(); | |
| 658 | - voComCode.setCodeId("LMS10");
| |
| 659 | - List<CmmnDetailCode> listComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 660 | - model.addAttribute("listComCode", listComCode);
| |
| 661 | - | |
| 662 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 663 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 664 | - model.addAttribute("expense", curriculumService.selectCurriculumExpense(searchVO));
| |
| 665 | - | |
| 666 | - //년도 | |
| 667 | - model.addAttribute("yearList", new LmsCommonUtil().getYear());
| |
| 668 | - | |
| 669 | - //과정만족도 | |
| 670 | - SurveyVO surveyVo = new SurveyVO(); | |
| 671 | - surveyVo.setSchdulClCode("TYPE_1");
| |
| 672 | - surveyVo.setRecordCountPerPage(1000); | |
| 673 | - surveyVo.setFirstIndex(0); | |
| 674 | - EgovMap resultMap = surveyManageService.selectSurvey(surveyVo); | |
| 675 | - model.addAttribute("surveyList", resultMap.get("resultList"));
| |
| 676 | - surveyVo.setSchdulClCode("TYPE_2");
| |
| 677 | - EgovMap resultMap2 = surveyManageService.selectSurvey(surveyVo); | |
| 678 | - model.addAttribute("surveyList2", resultMap2.get("resultList"));
| |
| 679 | - surveyVo.setSchdulClCode("TYPE_3");
| |
| 680 | - EgovMap resultMap3 = surveyManageService.selectSurvey(surveyVo); | |
| 681 | - model.addAttribute("surveyList3", resultMap3.get("resultList"));
| |
| 682 | - | |
| 683 | - //과정확정 이후 수정 시 | |
| 684 | - if(Integer.parseInt(curriculumVO.getProcessSttusCode()) > 0){
| |
| 685 | - //과정진행상태 - 공통코드(LMS30) | |
| 686 | - voComCode.setCodeId("LMS30");
| |
| 687 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 688 | - model.addAttribute("statusComCode", statusComCode);
| |
| 689 | - | |
| 690 | - //오늘일자 | |
| 691 | - model.addAttribute("today", EgovDateUtil.getToday());
| |
| 692 | - | |
| 693 | - //학습내용 | |
| 694 | - model.addAttribute("lessonList", curriculumService.selectCurriculumLesson(searchVO));
| |
| 695 | - | |
| 696 | - //부책임교원 | |
| 697 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 698 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 699 | - //부책임교원 코드 08 | |
| 700 | - curriculum.setManageCode("08");
| |
| 701 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 702 | - | |
| 703 | - //성적기준 | |
| 704 | - ctgry.setCtgrymasterId("CTGMST_0000000000011");
| |
| 705 | - model.addAttribute("gradeTypeList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 706 | - | |
| 707 | - //총괄평가 | |
| 708 | - List evaluationList = curriculumService.selectTotalEvaluation(curriculum); | |
| 709 | - model.addAttribute("evaluationList", evaluationList);
| |
| 710 | - //총괄평가 기본 목록 | |
| 711 | - if(evaluationList == null || evaluationList.size() == 0){
| |
| 712 | - ctgry.setCtgrymasterId("CTGMST_0000000000012");
| |
| 713 | - model.addAttribute("evaluationBaseList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 714 | - }else{
| |
| 715 | - ctgry.setCtgrymasterId("CTGMST_0000000000012");
| |
| 716 | - model.addAttribute("evaluationBaseList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 717 | - | |
| 718 | - model.addAttribute("evaluationList", evaluationList);
| |
| 719 | - | |
| 720 | - //수업참여도 게시판 | |
| 721 | - List attendBbsList = curriculumService.selectAttendbbs(curriculum); | |
| 722 | - model.addAttribute("attendBbsList", attendBbsList);
| |
| 723 | - } | |
| 724 | - | |
| 725 | - //교원배정 | |
| 726 | - model.addAttribute("facList", curriculumService.selectCurriculumFaculty(searchVO));
| |
| 727 | - | |
| 728 | - //과제타입코드 | |
| 729 | - voComCode.setCodeId("LMS80");
| |
| 730 | - List<CmmnDetailCode> homeworkComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 731 | - model.addAttribute("homeworkComCode", homeworkComCode);
| |
| 732 | - | |
| 733 | - //수료기준 | |
| 734 | - ctgry.setCtgrymasterId("CTGMST_0000000000010");
| |
| 735 | - model.addAttribute("finishList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 736 | - | |
| 737 | - //교재 및 부교재 | |
| 738 | - model.addAttribute("bookList", curriculumService.selectBookbbs(searchVO));
| |
| 739 | - } | |
| 740 | - | |
| 741 | - model.addAttribute("USER_INFO", user);
| |
| 742 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 743 | - | |
| 744 | - return "/lms/crcl/CurriculumRegister"; | |
| 745 | - } | |
| 746 | - | |
| 747 | - } | |
| 748 | - | |
| 749 | - @RequestMapping("/lms/crcl/updateCurriculum.do")
| |
| 750 | - public String updateCurriculum(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 751 | - String retStr = "redirect:/lms/crcl/CurriculumList.do?mngAt=Y&searchMyCulAt=Y&menuId=" + searchVO.getMenuId(); | |
| 752 | - if("Y".equals(searchVO.getRetViewAt())){
| |
| 753 | - retStr = "redirect:/lms/crcl/selectCurriculum.do?menuId=" + searchVO.getMenuId() + "&crclId=" + searchVO.getCrclId() + "&step=3"; | |
| 754 | - }else if("MNU_0000000000000059".equals(searchVO.getMenuId())){
| |
| 755 | - retStr = "redirect:/lms/crcl/CurriculumList.do?mngAt=Y&searchMyCulAt=Y&menuId=" + searchVO.getMenuId(); | |
| 756 | - }else{
| |
| 757 | - retStr = "redirect:/lms/crcl/CurriculumList.do?myCurriculumPageFlag=teacher&menuId=" + searchVO.getMenuId(); | |
| 758 | - } | |
| 759 | - | |
| 760 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 761 | - return retStr; | |
| 762 | - } | |
| 763 | - | |
| 764 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 765 | - if(user != null){
| |
| 766 | - searchVO.setLastUpdusrId(user.getId()); | |
| 767 | - }else{
| |
| 768 | - return "forward:/index.do"; | |
| 769 | - } | |
| 770 | - | |
| 771 | - curriculumService.updateCurriculum(searchVO); | |
| 772 | - | |
| 773 | - request.getSession().removeAttribute("sessionVO");
| |
| 774 | - | |
| 775 | - return retStr; | |
| 776 | - } | |
| 777 | - | |
| 778 | - @RequestMapping("/lms/crcl/updateCurriculumPart.do")
| |
| 779 | - public void updateCurriculumPart(@ModelAttribute("searchVO") CurriculumVO searchVO, Model model, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 780 | - //String retStr = "forward:/mng/lms/crcl/CurriculumList.do"; | |
| 781 | - | |
| 782 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 783 | - if(user != null){
| |
| 784 | - searchVO.setLastUpdusrId(user.getId()); | |
| 785 | - } | |
| 786 | - | |
| 787 | - String successYn = "Y"; | |
| 788 | - | |
| 789 | - searchVO.setFirstIndex(0); | |
| 790 | - searchVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 791 | - | |
| 792 | - curriculumService.updateCurriculumPart(searchVO, request, response); | |
| 793 | - | |
| 794 | - JSONObject jo = new JSONObject(); | |
| 795 | - response.setContentType("application/json;charset=utf-8");
| |
| 796 | - | |
| 797 | - jo.put("successYn", successYn);
| |
| 798 | - | |
| 799 | - PrintWriter printwriter = response.getWriter(); | |
| 800 | - printwriter.println(jo.toString()); | |
| 801 | - printwriter.flush(); | |
| 802 | - printwriter.close(); | |
| 803 | - } | |
| 804 | - | |
| 805 | - @RequestMapping("/lms/crcl/updatePsCodeCurriculum.do")
| |
| 806 | - public String updatePsCodeCurriculum(@ModelAttribute("searchVO") CurriculumVO searchVO, Model model, HttpServletRequest request, HttpServletResponse response)throws Exception {
| |
| 807 | - String retStr = "forward:/lms/crcl/CurriculumList.do"; | |
| 808 | - /* | |
| 809 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 810 | - return retStr; | |
| 811 | - } | |
| 812 | - */ | |
| 813 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 814 | - if(user != null){
| |
| 815 | - searchVO.setLastUpdusrId(user.getId()); | |
| 816 | - }else{
| |
| 817 | - return "forward:/index.do"; | |
| 818 | - } | |
| 819 | - | |
| 820 | - curriculumService.updatePsCodeCurriculum(searchVO); | |
| 821 | - | |
| 822 | - //request.getSession().removeAttribute("sessionVO");
| |
| 823 | - if("D".equals(searchVO.getAprvalAt())){
| |
| 824 | - model.addAttribute("message", "승인취소 되었습니다.");
| |
| 825 | - }else if(Integer.parseInt(searchVO.getProcessSttusCode()) > 0){
| |
| 826 | - model.addAttribute("message", "과정상태가 변경 되었습니다.");
| |
| 827 | - retStr = "redirect:/lms/manage/lmsControl.do?menuId=MNU_0000000000000062&crclId="+searchVO.getCrclId()+"&step=1"; | |
| 828 | - }else if("0".equals(searchVO.getProcessSttusCode())){
| |
| 829 | - model.addAttribute("message", "확정취소 되었습니다.");
| |
| 830 | - }else if("Y".equals(searchVO.getAprvalAt())){
| |
| 831 | - model.addAttribute("message", "승인 되었습니다.");
| |
| 832 | - retStr = "redirect:/lms/crcl/selectCurriculum.do?menuId=MNU_0000000000000062&crclId="+searchVO.getCrclId()+"&step=3"; | |
| 833 | - }else if("N".equals(searchVO.getAprvalAt())){
| |
| 834 | - model.addAttribute("message", "반려 되었습니다.");
| |
| 835 | - retStr = "redirect:/lms/crcl/selectCurriculum.do?menuId=MNU_0000000000000062&crclId="+searchVO.getCrclId()+"&step=3"; | |
| 836 | - }else if(!EgovStringUtil.isEmpty(searchVO.getComnt())){
| |
| 837 | - retStr = "redirect:/lms/crcl/selectCurriculum.do?menuId=MNU_0000000000000062&crclId="+searchVO.getCrclId()+"&step=3"; | |
| 838 | - } | |
| 839 | - | |
| 840 | - return retStr; | |
| 841 | - } | |
| 842 | - | |
| 843 | - @RequestMapping("/lms/crcl/curriculumBoardList.do")
| |
| 844 | - public String selectCurriculum(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO,Model model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 845 | - //과정정보 | |
| 846 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 847 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 848 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 849 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 850 | - | |
| 851 | - BoardMasterVO master = new BoardMasterVO(); | |
| 852 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 853 | - | |
| 854 | - //과정게시판 목록 | |
| 855 | - boardMasterVO.setFirstIndex(0); | |
| 856 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 857 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 858 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 859 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 860 | - model.addAttribute("masterList", result);
| |
| 861 | - | |
| 862 | - //bbsid체크 | |
| 863 | - if(EgovStringUtil.isEmpty(lmsMngVO.getBbsId())){
| |
| 864 | - master = result.get(0); | |
| 865 | - }else{
| |
| 866 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 867 | - boardMasterVO.setBbsId(lmsMngVO.getBbsId()); | |
| 868 | - | |
| 869 | - master = bbsAttrbService.selectBBSMasterInf(boardMasterVO); | |
| 870 | - } | |
| 871 | - | |
| 872 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 873 | - if(user != null){
| |
| 874 | - //boardVO.setFrstRegisterId(user.getId()); | |
| 875 | - model.addAttribute("sessionUniqId", user.getId());
| |
| 876 | - } | |
| 877 | - //과정 반 조회 | |
| 878 | - | |
| 879 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 880 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 881 | - model.addAttribute("selectClassList", selectClassList);
| |
| 882 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 883 | - //과정 조 조회 | |
| 884 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 885 | - model.addAttribute("selectGroupList", selectGroupList);
| |
| 886 | - } | |
| 887 | - | |
| 888 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 889 | - if(master != null) {
| |
| 890 | - | |
| 891 | - // 페이징 정보 설정 | |
| 892 | - boardVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 893 | - boardVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 894 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 895 | - boardVO.setSysTyCode(master.getSysTyCode()); | |
| 896 | - /* | |
| 897 | - //공지게시물 가져오기 | |
| 898 | - BoardVO noticeVO = new BoardVO(); | |
| 899 | - noticeVO.setBbsId(lmsMngVO.getBbsId()); | |
| 900 | - noticeVO.setTmplatId(master.getTmplatId()); | |
| 901 | - noticeVO.setCommentUseAt(master.getCommentUseAt()); | |
| 902 | - noticeVO.setSearchNoticeAt("Y");
| |
| 903 | - noticeVO.setFirstIndex(0); | |
| 904 | - noticeVO.setRecordCountPerPage(9999); | |
| 905 | - | |
| 906 | - model.addAttribute("noticeList", bbsMngService.selectBoardArticles(noticeVO));
| |
| 907 | - */ | |
| 908 | - paginationInfo.setCurrentPageNo(boardVO.getPageIndex()); | |
| 909 | - paginationInfo.setRecordCountPerPage(boardVO.getPageUnit()); | |
| 910 | - paginationInfo.setPageSize(boardVO.getPageSize()); | |
| 911 | - | |
| 912 | - boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 913 | - boardVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 914 | - boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 915 | - | |
| 916 | - boardVO.setBbsId(master.getBbsId()); | |
| 917 | - boardVO.setCommentUseAt(master.getCommentUseAt()); | |
| 918 | - boardVO.setTmplatId(master.getTmplatId()); | |
| 919 | - boardVO.setBbsAttrbCode(master.getBbsAttrbCode()); | |
| 920 | - | |
| 921 | - List<BoardVO> resultList = bbsMngService.selectBoardArticles(boardVO); | |
| 922 | - int totCnt = bbsMngService.selectBoardArticlesCnt(boardVO); | |
| 923 | - | |
| 924 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 925 | - | |
| 926 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 927 | - Ctgry ctgry = new Ctgry(); | |
| 928 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 929 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 930 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 931 | - } | |
| 932 | - | |
| 933 | - model.addAttribute("resultList", resultList);
| |
| 934 | - model.addAttribute("resultCnt", totCnt);
| |
| 935 | - model.addAttribute("brdMstrVO", master);
| |
| 936 | - } | |
| 937 | - | |
| 938 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 939 | - | |
| 940 | - //과정 담당자 인지 확인 | |
| 941 | - String managerAt = "N"; | |
| 942 | - if(user != null){
| |
| 943 | - curriculumVO.setManageCode("");
| |
| 944 | - List subUserList = curriculumService.selectCurriculumMng(curriculumVO); | |
| 945 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 946 | - EgovMap map1 = (EgovMap) subUserList.get(i); | |
| 947 | - String userId = map1.get("userId").toString();
| |
| 948 | - if(user.getId().equals(userId)){
| |
| 949 | - managerAt = "Y"; | |
| 950 | - } | |
| 951 | - } | |
| 952 | - } | |
| 953 | - model.addAttribute("managerAt", managerAt);
| |
| 954 | - | |
| 955 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 956 | - | |
| 957 | - return "/lms/crcl/CurriculumBoardListStaff"; | |
| 958 | - } | |
| 959 | - | |
| 960 | - //과정게시판 등록 | |
| 961 | - @RequestMapping(value="/lms/crcl/curriculumBoardAdd.do") | |
| 962 | - public String lmsBbsAdd(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 963 | - | |
| 964 | - //과정정보 | |
| 965 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 966 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 967 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 968 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 969 | - | |
| 970 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 971 | - | |
| 972 | - //과정게시판 목록 | |
| 973 | - boardMasterVO.setFirstIndex(0); | |
| 974 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 975 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 976 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 977 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 978 | - model.addAttribute("masterList", result);
| |
| 979 | - | |
| 980 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 981 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 982 | - vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 983 | - vo.setBbsId(boardVO.getBbsId()); | |
| 984 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 985 | - | |
| 986 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 987 | - | |
| 988 | - if(master != null) {
| |
| 989 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 990 | - Ctgry ctgry = new Ctgry(); | |
| 991 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 992 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 993 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 994 | - } | |
| 995 | - | |
| 996 | - model.addAttribute("brdMstrVO", master);
| |
| 997 | - | |
| 998 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 999 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 1000 | - model.addAttribute("selecteResultList", selectClassList);
| |
| 1001 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 1002 | - //과정 조 조회 | |
| 1003 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 1004 | - model.addAttribute("selecteResultList", selectGroupList);
| |
| 1005 | - } | |
| 1006 | - | |
| 1007 | - Board board = new Board(); | |
| 1008 | - model.addAttribute("board", board);
| |
| 1009 | - | |
| 1010 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1011 | - } | |
| 1012 | - | |
| 1013 | - return "/lms/crcl/CurriculumBoardAddStaff"; | |
| 1014 | - } | |
| 1015 | - | |
| 1016 | - //과정게시판 등록 프로세스 | |
| 1017 | - @RequestMapping("/lms/crcl/insertBoardStaffArticle.do")
| |
| 1018 | - public String insertBoardStaffArticle(final MultipartHttpServletRequest multiRequest, @ModelAttribute("searchVO") BoardVO boardVO,
| |
| 1019 | - Board board, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1020 | - | |
| 1021 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1022 | - return "forward:/lms/crcl/curriculumBoardList.do"; | |
| 1023 | - } | |
| 1024 | - | |
| 1025 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1026 | - | |
| 1027 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1028 | - vo.setSiteId(boardVO.getCrclId()); | |
| 1029 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1030 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1031 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1032 | - | |
| 1033 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1034 | - | |
| 1035 | - if(master != null) {
| |
| 1036 | - String atchFileId = ""; | |
| 1037 | - if(EgovStringUtil.isEmpty(boardVO.getSiteId())){
| |
| 1038 | - boardVO.setSiteId(master.getSiteId()); | |
| 1039 | - } | |
| 1040 | - | |
| 1041 | - List<FileVO> result = null; | |
| 1042 | - | |
| 1043 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 1044 | - if(!files.isEmpty()) {
| |
| 1045 | - result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, 0, "", boardVO.getSiteId(), boardVO.getBbsId(),"",""); | |
| 1046 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 1047 | - } | |
| 1048 | - | |
| 1049 | - | |
| 1050 | - boardVO.setAtchFileId(atchFileId); | |
| 1051 | - boardVO.setFrstRegisterId(user.getId()); | |
| 1052 | - boardVO.setNtcrNm(user.getName()); | |
| 1053 | - boardVO.setCreatIp(EgovClntInfo.getClntIP(request)); | |
| 1054 | - boardVO.setEstnData(EgovHttpUtil.getEstnParseData(request)); | |
| 1055 | - | |
| 1056 | - bbsMngService.insertBoardArticle(boardVO, master); | |
| 1057 | - | |
| 1058 | - request.getSession().removeAttribute("sessionVO");
| |
| 1059 | - } | |
| 1060 | - | |
| 1061 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 1062 | - return "redirect:/lms/crcl/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+boardVO.getBbsId(); | |
| 1063 | - } | |
| 1064 | - | |
| 1065 | - @RequestMapping("/lms/crcl/curriculumBoardView.do")
| |
| 1066 | - public String lmsBbsView(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1067 | - //과정정보 | |
| 1068 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1069 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 1070 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1071 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1072 | - | |
| 1073 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1074 | - | |
| 1075 | - //과정게시판 목록 | |
| 1076 | - boardMasterVO.setFirstIndex(0); | |
| 1077 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1078 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 1079 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1080 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1081 | - model.addAttribute("masterList", result);
| |
| 1082 | - | |
| 1083 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1084 | - if(user != null){
| |
| 1085 | - boardVO.setFrstRegisterId(user.getId()); | |
| 1086 | - model.addAttribute("sessionUniqId", user.getId());
| |
| 1087 | - } | |
| 1088 | - | |
| 1089 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1090 | - vo.setSiteId(lmsMngVO.getCrclId()); | |
| 1091 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1092 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1093 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1094 | - | |
| 1095 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1096 | - | |
| 1097 | - if(master != null) {
| |
| 1098 | - | |
| 1099 | - model.addAttribute("brdMstrVO", master);
| |
| 1100 | - | |
| 1101 | - // 조회수 증가 여부 지정 | |
| 1102 | - boardVO.setPlusCount(false); | |
| 1103 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 1104 | - model.addAttribute("board", bbsMngService.selectBoardArticle(boardVO));
| |
| 1105 | - | |
| 1106 | - } | |
| 1107 | - | |
| 1108 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1109 | - | |
| 1110 | - return "/lms/crcl/CurriculumBoardViewStaff"; | |
| 1111 | - } | |
| 1112 | - | |
| 1113 | - //게시판 게시글 삭제 | |
| 1114 | - @RequestMapping("/lms/crcl/deleteBoardStaffArticle.do")
| |
| 1115 | - public String deleteBoardStaffArticle(@ModelAttribute("searchVO") BoardVO boardVO, BoardVO board, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1116 | - | |
| 1117 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1118 | - | |
| 1119 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1120 | - vo.setSiteId(boardVO.getCrclId()); | |
| 1121 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1122 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1123 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1124 | - | |
| 1125 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1126 | - | |
| 1127 | - if(master != null) {
| |
| 1128 | - board.setLastUpdusrId(user.getId()); | |
| 1129 | - bbsMngService.deleteBoardArticle(board, master); | |
| 1130 | - } | |
| 1131 | - | |
| 1132 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 1133 | - return "redirect:/lms/crcl/curriculumBoardList.do?crclId="+boardVO.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+boardVO.getBbsId(); | |
| 1134 | - } | |
| 1135 | - | |
| 1136 | - @RequestMapping("/lms/crcl/curriculumBoardStatistics.do")
| |
| 1137 | - public String curriculumBoardStatistics(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO,Model model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1138 | - int totalBbsCnt = 0; | |
| 1139 | - | |
| 1140 | - if(boardVO.getSearchType() == ""){
| |
| 1141 | - boardVO.setSearchType("student");
| |
| 1142 | - } | |
| 1143 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1144 | - curriculumVO.setCrclId(boardVO.getCrclId()); | |
| 1145 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1146 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1147 | - | |
| 1148 | - BoardMasterVO master = new BoardMasterVO(); | |
| 1149 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1150 | - | |
| 1151 | - boardMasterVO.setSiteId(boardVO.getCrclId()); | |
| 1152 | - boardMasterVO.setBbsId(boardVO.getBbsId()); | |
| 1153 | - master = bbsAttrbService.selectBBSMasterInf(boardMasterVO); | |
| 1154 | - model.addAttribute("masterVo", master);
| |
| 1155 | - | |
| 1156 | - //과정게시판 목록 | |
| 1157 | - boardMasterVO.setFirstIndex(0); | |
| 1158 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1159 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1160 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1161 | - model.addAttribute("masterList", result);
| |
| 1162 | - | |
| 1163 | - boardVO.setCntType(master.getSysTyCode().toLowerCase()); | |
| 1164 | - | |
| 1165 | - //게시판 구분별 수 | |
| 1166 | - List<EgovMap> pieList = this.bbsMngService.selectBoardStatisticsPie(boardVO); | |
| 1167 | - model.addAttribute("pieList", pieList);
| |
| 1168 | - | |
| 1169 | - if(pieList != null){
| |
| 1170 | - List<EgovMap> barList = new ArrayList<EgovMap>(); | |
| 1171 | - for(EgovMap tempMap : pieList){
| |
| 1172 | - boardVO.setCtgryId(tempMap.get("ctgryId").toString());
| |
| 1173 | - if("0".equals(tempMap.get("ctgryLevel").toString())){
| |
| 1174 | - boardVO.setCtgryId(null); | |
| 1175 | - } | |
| 1176 | - EgovMap barMap = this.bbsMngService.selectBoardStatisticsBar(boardVO); | |
| 1177 | - barList.add(barMap); | |
| 1178 | - totalBbsCnt += Integer.parseInt(tempMap.get("cnt").toString());
| |
| 1179 | - } | |
| 1180 | - model.addAttribute("barList", barList);
| |
| 1181 | - model.addAttribute("barMemberList", this.bbsMngService.selectBoardStatisticsBarMemberList(boardVO));
| |
| 1182 | - model.addAttribute("totalBbsCnt", totalBbsCnt);
| |
| 1183 | - } | |
| 1184 | - | |
| 1185 | - | |
| 1186 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1187 | - | |
| 1188 | - // 페이징 정보 설정 | |
| 1189 | - if(boardVO.getSortType() == ""){
| |
| 1190 | - boardVO.setSortType("sum");
| |
| 1191 | - } | |
| 1192 | - | |
| 1193 | - boardVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 1194 | - boardVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 1195 | - paginationInfo.setCurrentPageNo(boardVO.getPageIndex()); | |
| 1196 | - paginationInfo.setRecordCountPerPage(boardVO.getPageUnit()); | |
| 1197 | - paginationInfo.setPageSize(boardVO.getPageSize()); | |
| 1198 | - | |
| 1199 | - boardVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1200 | - boardVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1201 | - boardVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1202 | - | |
| 1203 | - EgovMap resultMap = this.bbsMngService.selectStatistics(boardVO); | |
| 1204 | - int totCnt = Integer.parseInt(resultMap.get("resultCnt").toString());
| |
| 1205 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 1206 | - | |
| 1207 | - EgovMap tempCollect = this.bbsMngService.selectAttendCollectCnt(boardVO); | |
| 1208 | - if(tempCollect != null){
| |
| 1209 | - model.addAttribute("attendCollect", tempCollect.get("colect"));
| |
| 1210 | - } | |
| 1211 | - | |
| 1212 | - model.addAttribute("resultList", resultMap.get("resultList"));
| |
| 1213 | - model.addAttribute("resultCnt", totCnt);
| |
| 1214 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1215 | - | |
| 1216 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1217 | - | |
| 1218 | - return "/lms/crcl/CurriculumBoardStatistcsStaff"; | |
| 1219 | - } | |
| 1220 | - | |
| 1221 | - //게시판 게시물 수정 | |
| 1222 | - @RequestMapping("/lms/crcl/forUpdateBoardStaffArticle.do")
| |
| 1223 | - public String forUpdateBoardStaffArticle(@ModelAttribute("searchVO") BoardVO boardVO, LmsMngVO lmsMngVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1224 | - //과정정보 | |
| 1225 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1226 | - curriculumVO.setCrclId(lmsMngVO.getCrclId()); | |
| 1227 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1228 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1229 | - | |
| 1230 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1231 | - | |
| 1232 | - //과정게시판 목록 | |
| 1233 | - boardMasterVO.setFirstIndex(0); | |
| 1234 | - boardMasterVO.setRecordCountPerPage(Integer.MAX_VALUE); | |
| 1235 | - boardMasterVO.setSiteId(lmsMngVO.getCrclId()); | |
| 1236 | - Map<String, Object> map = bbsAttrbService.selectBBSMasterInfs(boardMasterVO); | |
| 1237 | - List<BoardMasterVO> result = (List<BoardMasterVO>) map.get("resultList");
| |
| 1238 | - model.addAttribute("masterList", result);
| |
| 1239 | - | |
| 1240 | - | |
| 1241 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1242 | - vo.setSiteId(boardVO.getCrclId()); | |
| 1243 | - //vo.setSysTyCode(boardVO.getSysTyCode()); | |
| 1244 | - vo.setBbsId(boardVO.getBbsId()); | |
| 1245 | - vo.setTrgetId(boardVO.getTrgetId()); | |
| 1246 | - boardVO.setAdminAt("Y");
| |
| 1247 | - | |
| 1248 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1249 | - | |
| 1250 | - if(master != null) {
| |
| 1251 | - if(!EgovStringUtil.isEmpty(master.getCtgrymasterId())) {
| |
| 1252 | - Ctgry ctgry = new Ctgry(); | |
| 1253 | - ctgry.setCtgrymasterId(master.getCtgrymasterId()); | |
| 1254 | - model.addAttribute("boardCateList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 1255 | - model.addAttribute("boardCateLevel", egovBBSCtgryService.selectComtnbbsctgryLevel(ctgry));
| |
| 1256 | - } | |
| 1257 | - | |
| 1258 | - boardVO.setCtgrymasterId(master.getCtgrymasterId()); | |
| 1259 | - BoardVO dataVO = bbsMngService.selectBoardArticle(boardVO); | |
| 1260 | - | |
| 1261 | - model.addAttribute("brdMstrVO", master);
| |
| 1262 | - model.addAttribute("board", dataVO);
| |
| 1263 | - | |
| 1264 | - request.getSession().setAttribute("sessionVO", boardVO);
| |
| 1265 | - | |
| 1266 | - if("CLASS".equals(master.getSysTyCode())){
| |
| 1267 | - List<?> selectClassList = curriculumMemberService.selectCurriculumClassList(curriculumVO); | |
| 1268 | - model.addAttribute("selecteResultList", selectClassList);
| |
| 1269 | - }else if("GROUP".equals(master.getSysTyCode())){
| |
| 1270 | - //과정 조 조회 | |
| 1271 | - List<?> selectGroupList = curriculumMemberService.selectCurriculumGroupList(curriculumVO); | |
| 1272 | - model.addAttribute("selecteResultList", selectGroupList);
| |
| 1273 | - } | |
| 1274 | - } | |
| 1275 | - | |
| 1276 | - return "/lms/crcl/CurriculumBoardAddStaff"; | |
| 1277 | - } | |
| 1278 | - | |
| 1279 | - //게시판 게시 글 수정프로세스 | |
| 1280 | - @RequestMapping("/lms/crcl/updateBoardStaffArticle.do")
| |
| 1281 | - public String updateBoardStaffArticle(final MultipartHttpServletRequest multiRequest, | |
| 1282 | - BoardVO board, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1283 | - | |
| 1284 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1285 | - String atchFileId = board.getAtchFileId(); | |
| 1286 | - | |
| 1287 | - BoardMasterVO vo = new BoardMasterVO(); | |
| 1288 | - vo.setSiteId(board.getCrclId()); | |
| 1289 | - //vo.setSysTyCode(board.getSysTyCode()); | |
| 1290 | - vo.setBbsId(board.getBbsId()); | |
| 1291 | - vo.setTrgetId(board.getTrgetId()); | |
| 1292 | - | |
| 1293 | - BoardMasterVO master = bbsAttrbService.selectBBSMasterInf(vo); | |
| 1294 | - | |
| 1295 | - if(master != null) {
| |
| 1296 | - if(EgovStringUtil.isEmpty(board.getSiteId())){
| |
| 1297 | - board.setSiteId(master.getSiteId()); | |
| 1298 | - } | |
| 1299 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 1300 | - if(!files.isEmpty()) {
| |
| 1301 | - if(EgovStringUtil.isEmpty(atchFileId)) {
| |
| 1302 | - List<FileVO> result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, 0, atchFileId, board.getSiteId(), board.getBbsId(),"",""); | |
| 1303 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 1304 | - board.setAtchFileId(atchFileId); | |
| 1305 | - } else {
| |
| 1306 | - FileVO fvo = new FileVO(); | |
| 1307 | - fvo.setAtchFileId(atchFileId); | |
| 1308 | - int cnt = fileMngService.getMaxFileSN(fvo); | |
| 1309 | - List<FileVO> _result = fileUtil.parseBoardFileInf(Long.parseLong(master.getPosblAtchFileSize()) * 1024 * 1024, files, cnt, atchFileId, board.getSiteId(), board.getBbsId(),"",""); | |
| 1310 | - fileMngService.updateFileInfs(_result); | |
| 1311 | - } | |
| 1312 | - } | |
| 1313 | - | |
| 1314 | - board.setAdminAt("Y");
| |
| 1315 | - board.setLastUpdusrId(user.getId()); | |
| 1316 | - board.setEstnData(EgovHttpUtil.getEstnParseData(request)); | |
| 1317 | - | |
| 1318 | - bbsMngService.updateBoardArticle(board, master, false); | |
| 1319 | - | |
| 1320 | - request.getSession().removeAttribute("sessionVO");
| |
| 1321 | - } | |
| 1322 | - | |
| 1323 | - String tempMenuId = request.getParameter("menuId").toString();
| |
| 1324 | - return "redirect:/lms/crcl/curriculumBoardList.do?crclId="+board.getCrclId()+"&menuId="+tempMenuId+"&bbsId="+board.getBbsId(); | |
| 1325 | - } | |
| 1326 | - | |
| 1327 | - @RequestMapping(value="/lms/crcl/selectLmsBbsList.json") | |
| 1328 | - public void selectLmsBbsList(@ModelAttribute("searchVO") BoardVO boardVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1329 | - JSONObject jo = new JSONObject(); | |
| 1330 | - response.setContentType("application/json;charset=utf-8");
| |
| 1331 | - | |
| 1332 | - BoardMasterVO master = new BoardMasterVO(); | |
| 1333 | - BoardMasterVO boardMasterVO = new BoardMasterVO(); | |
| 1334 | - boardMasterVO.setSiteId(boardVO.getCrclId()); | |
| 1335 | - boardMasterVO.setBbsId(boardVO.getBbsId()); | |
| 1336 | - master = bbsAttrbService.selectBBSMasterInf(boardMasterVO); | |
| 1337 | - jo.put("masterVo", master);
| |
| 1338 | - | |
| 1339 | - boardVO.setCntType(master.getSysTyCode().toLowerCase()); | |
| 1340 | - | |
| 1341 | - List<EgovMap> resultList = this.bbsMngService.selectStaffMemBoardList(boardVO); | |
| 1342 | - | |
| 1343 | - EgovMap tempCollect = this.bbsMngService.selectAttendCollectCnt(boardVO); | |
| 1344 | - if(tempCollect != null){
| |
| 1345 | - jo.put("attendCollect", tempCollect.get("colect"));
| |
| 1346 | - } | |
| 1347 | - jo.put("resultList", resultList);
| |
| 1348 | - | |
| 1349 | - PrintWriter printwriter = response.getWriter(); | |
| 1350 | - printwriter.println(jo.toString()); | |
| 1351 | - printwriter.flush(); | |
| 1352 | - printwriter.close(); | |
| 1353 | - } | |
| 1354 | - | |
| 1355 | - //과정관리 > 과제 > 과제평가 | |
| 1356 | - @RequestMapping(value = "/lms/crcl/homeworkTestList.do") | |
| 1357 | - public String selectHomeworkTestList(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1358 | - //책임교원 | |
| 1359 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 1360 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 1361 | - | |
| 1362 | - //책임교원 코드 10 | |
| 1363 | - curriculum.setManageCode("10");
| |
| 1364 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 1365 | - | |
| 1366 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 1367 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1368 | - | |
| 1369 | - //과정 담당자 인지 확인 | |
| 1370 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1371 | - String managerAt = "N"; | |
| 1372 | - if(user != null){
| |
| 1373 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1374 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1375 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1376 | - String userId = map.get("userId").toString();
| |
| 1377 | - if(user.getId().equals(userId)){
| |
| 1378 | - managerAt = "Y"; | |
| 1379 | - } | |
| 1380 | - } | |
| 1381 | - } | |
| 1382 | - model.addAttribute("managerAt", managerAt);
| |
| 1383 | - | |
| 1384 | - //수강 그룹 조회(반,조) | |
| 1385 | - List selectGroupList = curriculumMemberService.selectGroupList(searchVO); | |
| 1386 | - model.addAttribute("selectGroupList", selectGroupList);
| |
| 1387 | - | |
| 1388 | - //과제 목록 | |
| 1389 | - searchVO.setHomeworkScoreAt("Y");
| |
| 1390 | - searchVO.setPagingFlag("N");
| |
| 1391 | - List homeworkList = curriculumService.selectHomeworkList(searchVO); | |
| 1392 | - model.addAttribute("homeworkList", homeworkList);
| |
| 1393 | - | |
| 1394 | - //수강 대상자 조회 | |
| 1395 | - if(searchVO.getSearchClassCnt() == null || searchVO.getSearchClassCnt() == 0){
| |
| 1396 | - searchVO.setSearchClassCnt(0); | |
| 1397 | - } | |
| 1398 | - List selectStudentList = curriculumService.homeworkScoreSum(searchVO); | |
| 1399 | - model.addAttribute("selectStudentList", selectStudentList);
| |
| 1400 | - | |
| 1401 | - //학생 점수 조회 | |
| 1402 | - List homeworkScoreList = curriculumService.homeworkScoreList(searchVO); | |
| 1403 | - model.addAttribute("scoreList", homeworkScoreList);
| |
| 1404 | - | |
| 1405 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 1406 | - | |
| 1407 | - return "/lms/crcl/HomeworkTestList"; | |
| 1408 | - } | |
| 1409 | - | |
| 1410 | - //과정관리 > 과제 > 과제평가 성적반영 | |
| 1411 | - @RequestMapping(value = "/lms/crcl/homeworkTestUpdate.do") | |
| 1412 | - public String homeworkTestUpdate(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1413 | - | |
| 1414 | - //과정 담당자 인지 확인 | |
| 1415 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1416 | - String managerAt = "N"; | |
| 1417 | - if(user != null){
| |
| 1418 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1419 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1420 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1421 | - String userId = map.get("userId").toString();
| |
| 1422 | - if(user.getId().equals(userId)){
| |
| 1423 | - managerAt = "Y"; | |
| 1424 | - } | |
| 1425 | - } | |
| 1426 | - } | |
| 1427 | - | |
| 1428 | - if("Y".equals(managerAt)){
| |
| 1429 | - curriculumService.updateScoreApply(searchVO); | |
| 1430 | - }else{
| |
| 1431 | - model.addAttribute("message", "해당 과정에 권한이 없습니다.");
| |
| 1432 | - } | |
| 1433 | - | |
| 1434 | - return "forward:/lms/crcl/homeworkTestList.do"; | |
| 1435 | - } | |
| 1436 | - | |
| 1437 | - //과정관리 > 과제 > 과제 | |
| 1438 | - @RequestMapping(value = "/lms/crcl/homeworkList.do") | |
| 1439 | - public String selectHomeworkList(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1440 | - //책임교원 | |
| 1441 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 1442 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 1443 | - | |
| 1444 | - //책임교원 코드 10 | |
| 1445 | - curriculum.setManageCode("10");
| |
| 1446 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 1447 | - | |
| 1448 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 1449 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1450 | - | |
| 1451 | - /** EgovPropertyService.sample */ | |
| 1452 | - searchVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 1453 | - searchVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 1454 | - | |
| 1455 | - /** pageing */ | |
| 1456 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1457 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 1458 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 1459 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 1460 | - | |
| 1461 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1462 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1463 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1464 | - | |
| 1465 | - //과제 조회 | |
| 1466 | - List<?> selectHomeworkList = curriculumService.selectHomeworkList(searchVO); | |
| 1467 | - model.addAttribute("selectHomeworkList", selectHomeworkList);
| |
| 1468 | - | |
| 1469 | - //과제 총 합계 | |
| 1470 | - int totCnt = curriculumService.selectHomeworkTotCnt(searchVO); | |
| 1471 | - model.addAttribute("totCnt", totCnt);
| |
| 1472 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 1473 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1474 | - | |
| 1475 | - //과정 담당자 인지 확인 | |
| 1476 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1477 | - String managerAt = "N"; | |
| 1478 | - if(user != null){
| |
| 1479 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1480 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1481 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1482 | - String userId = map.get("userId").toString();
| |
| 1483 | - if(user.getId().equals(userId)){
| |
| 1484 | - managerAt = "Y"; | |
| 1485 | - } | |
| 1486 | - } | |
| 1487 | - } | |
| 1488 | - model.addAttribute("managerAt", managerAt);
| |
| 1489 | - | |
| 1490 | - return "/lms/crcl/HomeworkList"; | |
| 1491 | - } | |
| 1492 | - | |
| 1493 | - //과제 제출, 평가 대기 인원 리스트 | |
| 1494 | - @RequestMapping(value = "/lms/crcl/homeworkWaitingMemberListAjax.do") | |
| 1495 | - public String curriculumAllListAjax(@ModelAttribute("searchVO") CurriculumVO searchVO,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1496 | - if("1".equals(searchVO.getHwWaitingType())) {
| |
| 1497 | - List<?> selectHomeworkSubmitWaitingList = curriculumService.selectHomeworkSubmitWaitingList(searchVO); | |
| 1498 | - model.addAttribute("selectHomeworkSubmitWaitingList", selectHomeworkSubmitWaitingList);
| |
| 1499 | - } else if("2".equals(searchVO.getHwWaitingType())) {
| |
| 1500 | - List<?> selectHomeworkTestWaitingList = curriculumService.selectHomeworkTestWaitingList(searchVO); | |
| 1501 | - model.addAttribute("selectHomeworkTestWaitingList", selectHomeworkTestWaitingList);
| |
| 1502 | - } | |
| 1503 | - | |
| 1504 | - model.addAttribute("MembersFileStoreWebPath", propertiesService.getString("Members.fileStoreWebPath"));
| |
| 1505 | - | |
| 1506 | - return "/lms/crcl/HomeworkWaitingMemberListAjax"; | |
| 1507 | - } | |
| 1508 | - | |
| 1509 | - //과정관리 > 과제 > 과제 > 과제 등록 | |
| 1510 | - @RequestMapping(value = "/lms/crcl/homeworkRegister.do") | |
| 1511 | - public String selectCurriculumRegister(@ModelAttribute("searchVO") CurriculumVO searchVO, ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1512 | - //책임교원 | |
| 1513 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 1514 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 1515 | - | |
| 1516 | - //책임교원 코드 10 | |
| 1517 | - curriculum.setManageCode("10");
| |
| 1518 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 1519 | - | |
| 1520 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 1521 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1522 | - | |
| 1523 | - if(!EgovStringUtil.isEmpty(searchVO.getHwId())) {
| |
| 1524 | - CurriculumVO homeworkVO = curriculumService.selectHomeworkArticle(searchVO); | |
| 1525 | - model.addAttribute("homeworkVO", homeworkVO);
| |
| 1526 | - } | |
| 1527 | - | |
| 1528 | - //과정 담당자 인지 확인 | |
| 1529 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1530 | - String managerAt = "N"; | |
| 1531 | - if(user != null){
| |
| 1532 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1533 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1534 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1535 | - String userId = map.get("userId").toString();
| |
| 1536 | - if(user.getId().equals(userId)){
| |
| 1537 | - managerAt = "Y"; | |
| 1538 | - } | |
| 1539 | - } | |
| 1540 | - } | |
| 1541 | - model.addAttribute("managerAt", managerAt);
| |
| 1542 | - model.addAttribute("curriculum", curriculum);
| |
| 1543 | - model.addAttribute("BbsFileStoreWebPathByWebFile", propertyService.getString("publish.tmplat.bbs.fileStoreWebPathByWebFile"));
| |
| 1544 | - | |
| 1545 | - //조별과제 분기를 위한 반 개수 조회 | |
| 1546 | - model.addAttribute("groupCnt", curriculumService.selectCurriculumMemberGroupCnt(searchVO));
| |
| 1547 | - | |
| 1548 | - //회원 이미지 경로 | |
| 1549 | - model.addAttribute("MembersFileStoreWebPath", propertiesService.getString("Members.fileStoreWebPath"));
| |
| 1550 | - | |
| 1551 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 1552 | - | |
| 1553 | - return "/lms/crcl/HomeworkRegister"; | |
| 1554 | - } | |
| 1555 | - | |
| 1556 | - //과제 등록 | |
| 1557 | - @RequestMapping("/lms/crcl/insertHomeworkArticle.do")
| |
| 1558 | - public String insertHomeworkArticle(final MultipartHttpServletRequest multiRequest, @ModelAttribute("searchVO") CurriculumVO searchVO,
| |
| 1559 | - HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1560 | - String forwardUrl = ""; | |
| 1561 | - | |
| 1562 | - //forward url 과정과제, 수업과제 분기처리 | |
| 1563 | - if(EgovStringUtil.isEmpty(request.getParameter("plId"))) {
| |
| 1564 | - forwardUrl = "forward:/lms/crcl/homeworkList.do"; | |
| 1565 | - } else {
| |
| 1566 | - forwardUrl = "forward:/lms/manage/homeworkList.do?tabType=T"; | |
| 1567 | - } | |
| 1568 | - | |
| 1569 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1570 | - return forwardUrl; | |
| 1571 | - } | |
| 1572 | - | |
| 1573 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1574 | - | |
| 1575 | - searchVO.setFrstRegisterId(user.getId()); | |
| 1576 | - searchVO.setNtcrNm(user.getName()); | |
| 1577 | - | |
| 1578 | - String atchFileId = ""; | |
| 1579 | - | |
| 1580 | - List<FileVO> result = null; | |
| 1581 | - | |
| 1582 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 1583 | - if(!files.isEmpty()) {
| |
| 1584 | - result = fileUtil.parseBoardFileInf(Long.parseLong("100") * 1024 * 1024, files, 0, "",
| |
| 1585 | - siteManageService.selectSiteServiceInfo(request).getSiteId(), searchVO.getHwId(), "", ""); | |
| 1586 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 1587 | - } | |
| 1588 | - | |
| 1589 | - searchVO.setAtchFileId(atchFileId); | |
| 1590 | - searchVO.setFrstRegisterId(user.getId()); | |
| 1591 | - searchVO.setNtcrNm(user.getName()); | |
| 1592 | - searchVO.setNttCn(unscript(searchVO.getNttCn())); // XSS 방지 | |
| 1593 | - searchVO.setOpenTime(searchVO.getOpenTime().replace(":", ""));
| |
| 1594 | - searchVO.setCloseTime(searchVO.getCloseTime().replace(":", ""));
| |
| 1595 | - | |
| 1596 | - curriculumService.insertHomeworkArticle(searchVO); | |
| 1597 | - | |
| 1598 | - request.getSession().removeAttribute("sessionVO");
| |
| 1599 | - | |
| 1600 | - return forwardUrl; | |
| 1601 | - } | |
| 1602 | - | |
| 1603 | - //과제 상세 | |
| 1604 | - @RequestMapping("/lms/crcl/selectHomeworkArticle.do")
| |
| 1605 | - public String selectHomeworkArticle(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1606 | - //책임교원 | |
| 1607 | - CurriculumVO curriculum = new CurriculumVO(); | |
| 1608 | - curriculum.setCrclId(searchVO.getCrclId()); | |
| 1609 | - | |
| 1610 | - //책임교원 코드 10 | |
| 1611 | - curriculum.setManageCode("10");
| |
| 1612 | - model.addAttribute("subUserList", curriculumService.selectCurriculumMng(curriculum));
| |
| 1613 | - | |
| 1614 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 1615 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1616 | - | |
| 1617 | - //과정 담당자 인지 확인 | |
| 1618 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1619 | - String managerAt = "N"; | |
| 1620 | - if(user != null){
| |
| 1621 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1622 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1623 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1624 | - String userId = map.get("userId").toString();
| |
| 1625 | - if(user.getId().equals(userId)){
| |
| 1626 | - managerAt = "Y"; | |
| 1627 | - } | |
| 1628 | - } | |
| 1629 | - } | |
| 1630 | - model.addAttribute("managerAt", managerAt);
| |
| 1631 | - | |
| 1632 | - //등록 된 시간표 담당교원 | |
| 1633 | - ScheduleMngVO scheduleMngVO = new ScheduleMngVO(); | |
| 1634 | - | |
| 1635 | - scheduleMngVO.setCrclId(searchVO.getCrclId()); | |
| 1636 | - scheduleMngVO.setPlId(searchVO.getPlId()); | |
| 1637 | - | |
| 1638 | - List facPlList = scheduleMngService.selectFacultyList(scheduleMngVO); | |
| 1639 | - model.addAttribute("facPlList", facPlList);
| |
| 1640 | - | |
| 1641 | - //수업 담당자 인지 확인 | |
| 1642 | - String studyMngAt = "N"; | |
| 1643 | - if(user != null){
| |
| 1644 | - for(int i = 0; i < facPlList.size(); i ++){
| |
| 1645 | - EgovMap map = (EgovMap) facPlList.get(i); | |
| 1646 | - String userId = map.get("facId").toString();
| |
| 1647 | - if(user.getId().equals(userId)){
| |
| 1648 | - studyMngAt = "Y"; | |
| 1649 | - } | |
| 1650 | - } | |
| 1651 | - } | |
| 1652 | - model.addAttribute("studyMngAt", studyMngAt);
| |
| 1653 | - | |
| 1654 | - CurriculumVO homeworkVO = curriculumService.selectHomeworkArticle(searchVO); | |
| 1655 | - model.addAttribute("homeworkVO", homeworkVO);
| |
| 1656 | - | |
| 1657 | - if("homeworksubmit".equals(request.getParameter("viewFlag"))) {
| |
| 1658 | - //과제 제출 상세 조회 | |
| 1659 | - CurriculumVO homeworkSubmitVO = curriculumService.selectHomeworkSubmitArticle(searchVO); | |
| 1660 | - model.addAttribute("homeworkSubmitVO", homeworkSubmitVO);
| |
| 1661 | - | |
| 1662 | - //조원 조회 | |
| 1663 | - searchVO.setClassCnt(homeworkSubmitVO.getClassCnt()); | |
| 1664 | - searchVO.setGroupCnt(homeworkSubmitVO.getGroupCnt()); | |
| 1665 | - List<?> selectPickStudentList = curriculumMemberService.selectPickStudentList(searchVO); | |
| 1666 | - model.addAttribute("pickStudentList", selectPickStudentList);
| |
| 1667 | - } else {
| |
| 1668 | - //과제 제출 목록 조회 | |
| 1669 | - searchVO.setHwType(homeworkVO.getHwType()); | |
| 1670 | - List<?> selectHomeworkSubjectList = curriculumService.selectHomeworkSubjectList(searchVO); | |
| 1671 | - model.addAttribute("selectHomeworkSubjectList", selectHomeworkSubjectList);
| |
| 1672 | - } | |
| 1673 | - | |
| 1674 | - //회원 이미지 경로 | |
| 1675 | - model.addAttribute("MembersFileStoreWebPath", propertiesService.getString("Members.fileStoreWebPath"));
| |
| 1676 | - | |
| 1677 | - //과제 제출 이미지 경로 | |
| 1678 | - model.addAttribute("HomeworkSubmitFileStoreWebPath", propertiesService.getString("HomeworkSubmit.fileStoreWebPath"));
| |
| 1679 | - | |
| 1680 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 1681 | - | |
| 1682 | - return "/lms/crcl/HomeworkArticle"; | |
| 1683 | - } | |
| 1684 | - | |
| 1685 | - //과제 삭제 | |
| 1686 | - @RequestMapping("/lms/crcl/deleteHomeworkArticle.do")
| |
| 1687 | - public String deleteHomeworkArticle(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1688 | - String forwardUrl = ""; | |
| 1689 | - | |
| 1690 | - //forward url 과정과제, 수업과제 분기처리 | |
| 1691 | - if(EgovStringUtil.isEmpty(request.getParameter("plId"))) {
| |
| 1692 | - forwardUrl = "forward:/lms/crcl/homeworkList.do"; | |
| 1693 | - } else {
| |
| 1694 | - forwardUrl = "forward:/lms/manage/homeworkList.do?tabType=T"; | |
| 1695 | - } | |
| 1696 | - | |
| 1697 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1698 | - return forwardUrl; | |
| 1699 | - } | |
| 1700 | - | |
| 1701 | - curriculumService.deleteHomeworkArticle(searchVO); | |
| 1702 | - | |
| 1703 | - request.getSession().removeAttribute("sessionVO");
| |
| 1704 | - | |
| 1705 | - return forwardUrl; | |
| 1706 | - } | |
| 1707 | - | |
| 1708 | - //과제 수정 | |
| 1709 | - @RequestMapping("/lms/crcl/updateHomeworkArticle.do")
| |
| 1710 | - public String updateHomeworkArticle(final MultipartHttpServletRequest multiRequest, @ModelAttribute("searchVO") CurriculumVO searchVO,
| |
| 1711 | - HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1712 | - String forwardUrl = ""; | |
| 1713 | - | |
| 1714 | - //forward url 과정과제, 수업과제 분기처리 | |
| 1715 | - if(EgovStringUtil.isEmpty(request.getParameter("plId"))) {
| |
| 1716 | - forwardUrl = "forward:/lms/crcl/homeworkList.do"; | |
| 1717 | - } else {
| |
| 1718 | - forwardUrl = "forward:/lms/manage/homeworkList.do?tabType=T"; | |
| 1719 | - } | |
| 1720 | - | |
| 1721 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1722 | - return forwardUrl; | |
| 1723 | - } | |
| 1724 | - | |
| 1725 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1726 | - | |
| 1727 | - String atchFileId = searchVO.getAtchFileId(); | |
| 1728 | - | |
| 1729 | - final Map<String, MultipartFile> files = multiRequest.getFileMap(); | |
| 1730 | - if(!files.isEmpty()) {
| |
| 1731 | - if(EgovStringUtil.isEmpty(atchFileId)) {
| |
| 1732 | - List<FileVO> result = fileUtil.parseBoardFileInf(Long.parseLong("100") * 1024 * 1024, files, 0, atchFileId,
| |
| 1733 | - siteManageService.selectSiteServiceInfo(request).getSiteId(), searchVO.getHwId(), "", ""); | |
| 1734 | - atchFileId = fileMngService.insertFileInfs(result); | |
| 1735 | - searchVO.setAtchFileId(atchFileId); | |
| 1736 | - } else {
| |
| 1737 | - FileVO fvo = new FileVO(); | |
| 1738 | - fvo.setAtchFileId(atchFileId); | |
| 1739 | - //int cnt = fileMngService.getMaxFileSN(fvo); | |
| 1740 | - List<FileVO> _result = fileUtil.parseBoardFileInf(Long.parseLong("100") * 1024 * 1024, files, 0, atchFileId,
| |
| 1741 | - siteManageService.selectSiteServiceInfo(request).getSiteId(), searchVO.getBbsId(), "", ""); | |
| 1742 | - fileMngService.updateFileInfs(_result); | |
| 1743 | - } | |
| 1744 | - } | |
| 1745 | - | |
| 1746 | - searchVO.setLastUpdusrId(user.getId()); | |
| 1747 | - searchVO.setNttCn(unscript(searchVO.getNttCn())); // XSS 방지 | |
| 1748 | - searchVO.setOpenTime(searchVO.getOpenTime().replace(":", ""));
| |
| 1749 | - searchVO.setCloseTime(searchVO.getCloseTime().replace(":", ""));
| |
| 1750 | - | |
| 1751 | - curriculumService.updateHomeworkArticle(searchVO); | |
| 1752 | - | |
| 1753 | - request.getSession().removeAttribute("sessionVO");
| |
| 1754 | - | |
| 1755 | - return forwardUrl; | |
| 1756 | - } | |
| 1757 | - | |
| 1758 | - //학생 공개 업데이트 | |
| 1759 | - @RequestMapping("/lms/crcl/updateStuOpenAt.do")
| |
| 1760 | - public String updateStuOpenAt(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1761 | - String retStr = "redirect:" + request.getParameter("forwardUrl");
| |
| 1762 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1763 | - return retStr; | |
| 1764 | - } | |
| 1765 | - | |
| 1766 | - curriculumService.updateStuOpenAt(searchVO); | |
| 1767 | - | |
| 1768 | - model.addAttribute("searchVO", searchVO);
| |
| 1769 | - | |
| 1770 | - request.getSession().removeAttribute("sessionVO");
| |
| 1771 | - | |
| 1772 | - return retStr; | |
| 1773 | - } | |
| 1774 | - | |
| 1775 | - //후기 선정 업데이트 | |
| 1776 | - @RequestMapping("/lms/crcl/updateCommentPickAt.do")
| |
| 1777 | - public String updateCommentPickAt(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1778 | - String retStr = "redirect:" + request.getParameter("forwardUrl");
| |
| 1779 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1780 | - return retStr; | |
| 1781 | - } | |
| 1782 | - | |
| 1783 | - curriculumService.updateCommentPickAt(searchVO); | |
| 1784 | - | |
| 1785 | - model.addAttribute("searchVO", searchVO);
| |
| 1786 | - | |
| 1787 | - request.getSession().removeAttribute("sessionVO");
| |
| 1788 | - | |
| 1789 | - return retStr; | |
| 1790 | - } | |
| 1791 | - | |
| 1792 | - //점수 및 피드백 처리 | |
| 1793 | - @RequestMapping("/lms/crcl/updateFdb.do")
| |
| 1794 | - public String updateFdb(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1795 | - String retStr = "redirect:" + request.getParameter("forwardUrl");
| |
| 1796 | - | |
| 1797 | - if(request.getSession().getAttribute("sessionVO") == null) {
| |
| 1798 | - return retStr; | |
| 1799 | - } | |
| 1800 | - | |
| 1801 | - curriculumService.updateFdb(searchVO); | |
| 1802 | - | |
| 1803 | - model.addAttribute("searchVO", searchVO);
| |
| 1804 | - | |
| 1805 | - request.getSession().removeAttribute("sessionVO");
| |
| 1806 | - | |
| 1807 | - return retStr; | |
| 1808 | - } | |
| 1809 | - | |
| 1810 | - //과정 설문 | |
| 1811 | - @RequestMapping(value="/lms/crcl/curriculumSurveyList.do") | |
| 1812 | - public String curriculumSurveyList(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1813 | - //과정정보 | |
| 1814 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1815 | - curriculumVO.setCrclId(surveyVo.getCrclId()); | |
| 1816 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1817 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1818 | - | |
| 1819 | - //과정 담당자 인지 확인 | |
| 1820 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1821 | - | |
| 1822 | - CurriculumVO searchVO = curriculumVO; | |
| 1823 | - String managerAt = "N"; | |
| 1824 | - if(user != null){
| |
| 1825 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1826 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1827 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1828 | - String userId = map.get("userId").toString();
| |
| 1829 | - if(user.getId().equals(userId)){
| |
| 1830 | - managerAt = "Y"; | |
| 1831 | - } | |
| 1832 | - } | |
| 1833 | - } | |
| 1834 | - model.addAttribute("managerAt", managerAt);
| |
| 1835 | - | |
| 1836 | - //설문리스트 | |
| 1837 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1838 | - paginationInfo.setCurrentPageNo(surveyVo.getPageIndex()); | |
| 1839 | - paginationInfo.setRecordCountPerPage(surveyVo.getPageUnit()); | |
| 1840 | - paginationInfo.setPageSize(surveyVo.getPageSize()); | |
| 1841 | - | |
| 1842 | - surveyVo.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1843 | - surveyVo.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1844 | - surveyVo.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1845 | - | |
| 1846 | - EgovMap resultMap = this.surveyManageService.selectCurriculumSurvey(surveyVo); | |
| 1847 | - paginationInfo.setTotalRecordCount(Integer.parseInt(resultMap.get("resultCnt").toString()));
| |
| 1848 | - model.addAttribute("surveyCurriculumList", resultMap.get("resultList"));
| |
| 1849 | - model.addAttribute("surveyCurriculumListCnt", resultMap.get("resultCnt"));
| |
| 1850 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1851 | - | |
| 1852 | - | |
| 1853 | - return "/lms/crcl/curriculumSurveyList"; | |
| 1854 | - } | |
| 1855 | - | |
| 1856 | - //과정 설문 (미)제출자 확인 - 기본 미제출자 조회 | |
| 1857 | - @RequestMapping(value="/lms/crcl/curriculumSurveyMember.json") | |
| 1858 | - public void curriculumSurveyMember(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1859 | - | |
| 1860 | - List<EgovMap> memberList = new ArrayList<EgovMap>(); | |
| 1861 | - EgovMap surveyMemberSummary = new EgovMap(); | |
| 1862 | - if("TYPE_3".equals(surveyVo.getSchdulClCode())){
| |
| 1863 | - memberList = this.surveyManageService.selectSurveyProfessor(surveyVo); | |
| 1864 | - surveyMemberSummary = this.surveyManageService.selectSurveyProfessorSummary(surveyVo); | |
| 1865 | - }else {
| |
| 1866 | - memberList = this.surveyManageService.selectSurveyMember(surveyVo); | |
| 1867 | - surveyMemberSummary = this.surveyManageService.selectSurveyMemberSummary(surveyVo); | |
| 1868 | - } | |
| 1869 | - | |
| 1870 | - JSONObject jo = new JSONObject(); | |
| 1871 | - response.setContentType("application/json;charset=utf-8");
| |
| 1872 | - jo.put("memberList", memberList);
| |
| 1873 | - jo.put("surveyMemberSummary", surveyMemberSummary);
| |
| 1874 | - jo.put("MembersFileStoreWebPath", propertiesService.getString("Members.fileStoreWebPath"));
| |
| 1875 | - PrintWriter printwriter = response.getWriter(); | |
| 1876 | - printwriter.println(jo.toString()); | |
| 1877 | - printwriter.flush(); | |
| 1878 | - printwriter.close(); | |
| 1879 | - } | |
| 1880 | - | |
| 1881 | - //과정 설문 상세 | |
| 1882 | - @RequestMapping(value="/lms/crcl/curriculumSurveyView.do") | |
| 1883 | - public String curriculumSurveyView(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1884 | - //과정정보 | |
| 1885 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1886 | - curriculumVO.setCrclId(surveyVo.getCrclId()); | |
| 1887 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1888 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1889 | - | |
| 1890 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1891 | - CurriculumVO searchVO = curriculumVO; | |
| 1892 | - String managerAt = "N"; | |
| 1893 | - if(user != null){
| |
| 1894 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1895 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1896 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1897 | - String userId = map.get("userId").toString();
| |
| 1898 | - if(user.getId().equals(userId)){
| |
| 1899 | - managerAt = "Y"; | |
| 1900 | - } | |
| 1901 | - } | |
| 1902 | - } | |
| 1903 | - model.addAttribute("managerAt", managerAt);
| |
| 1904 | - //과정 추가 정보 | |
| 1905 | - model.addAttribute("curriculumAddInfo", this.surveyManageService.selectCurriculumAddInfo(surveyVo));
| |
| 1906 | - //과정 설문 | |
| 1907 | - model.addAttribute("surveyAnswer", this.surveyManageService.selectCurriculumSurveyAnswer(surveyVo));
| |
| 1908 | - | |
| 1909 | - | |
| 1910 | - return "/lms/crcl/curriculumSurveyView"; | |
| 1911 | - } | |
| 1912 | - | |
| 1913 | - //커뮤니티 과정후기 | |
| 1914 | - @RequestMapping("/lms/crcl/selectHomeworkCommentPickAtList.do")
| |
| 1915 | - public String selectHomeworkCommentPickAtList(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1916 | - //언어코드 | |
| 1917 | - Ctgry ctgry = new Ctgry(); | |
| 1918 | - ctgry.setCtgrymasterId("CTGMST_0000000000002");
| |
| 1919 | - model.addAttribute("languageList", egovBBSCtgryService.selectComtnbbsctgryList(ctgry));
| |
| 1920 | - | |
| 1921 | - /** EgovPropertyService.sample */ | |
| 1922 | - searchVO.setPageUnit(propertiesService.getInt("pageUnit"));
| |
| 1923 | - searchVO.setPageSize(propertiesService.getInt("pageSize"));
| |
| 1924 | - | |
| 1925 | - /** pageing */ | |
| 1926 | - PaginationInfo paginationInfo = new PaginationInfo(); | |
| 1927 | - paginationInfo.setCurrentPageNo(searchVO.getPageIndex()); | |
| 1928 | - paginationInfo.setRecordCountPerPage(searchVO.getPageUnit()); | |
| 1929 | - paginationInfo.setPageSize(searchVO.getPageSize()); | |
| 1930 | - | |
| 1931 | - searchVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); | |
| 1932 | - searchVO.setLastIndex(paginationInfo.getLastRecordIndex()); | |
| 1933 | - searchVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); | |
| 1934 | - | |
| 1935 | - //제출 과제 리스트 | |
| 1936 | - List<?> selectHomeworkCommentPickAtList = curriculumService.selectHomeworkCommentPickAtList(searchVO); | |
| 1937 | - model.addAttribute("selectHomeworkCommentPickAtList", selectHomeworkCommentPickAtList);
| |
| 1938 | - | |
| 1939 | - //과제 제출 총 합계 | |
| 1940 | - int totCnt = curriculumService.selectHomeworkCommentPickAtCnt(searchVO); | |
| 1941 | - model.addAttribute("totCnt", totCnt);
| |
| 1942 | - paginationInfo.setTotalRecordCount(totCnt); | |
| 1943 | - model.addAttribute("paginationInfo", paginationInfo);
| |
| 1944 | - | |
| 1945 | - //과제 제출 이미지 경로 | |
| 1946 | - model.addAttribute("HomeworkSubmitFileStoreWebPath", propertiesService.getString("HomeworkSubmit.fileStoreWebPath"));
| |
| 1947 | - | |
| 1948 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 1949 | - | |
| 1950 | - return "/lms/crcl/HomeworkCommentPickAtList"; | |
| 1951 | - } | |
| 1952 | - | |
| 1953 | - //과제 상세 | |
| 1954 | - @RequestMapping("/lms/crcl/selectHomeworkCommentPickAtArticle.do")
| |
| 1955 | - public String selectHomeworkCommentPickAtArticle(@ModelAttribute("searchVO") CurriculumVO searchVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception {
| |
| 1956 | - CurriculumVO curriculumVO = curriculumService.selectCurriculum(searchVO); | |
| 1957 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1958 | - | |
| 1959 | - CurriculumVO homeworkVO = curriculumService.selectHomeworkArticle(searchVO); | |
| 1960 | - model.addAttribute("homeworkVO", homeworkVO);
| |
| 1961 | - | |
| 1962 | - //과제 제출 상세 조회 | |
| 1963 | - CurriculumVO homeworkSubmitVO = curriculumService.selectHomeworkSubmitArticle(searchVO); | |
| 1964 | - model.addAttribute("homeworkSubmitVO", homeworkSubmitVO);
| |
| 1965 | - | |
| 1966 | - //과제 제출 이미지 경로 | |
| 1967 | - model.addAttribute("HomeworkSubmitFileStoreWebPath", propertiesService.getString("HomeworkSubmit.fileStoreWebPath"));
| |
| 1968 | - | |
| 1969 | - request.getSession().setAttribute("sessionVO", searchVO);
| |
| 1970 | - | |
| 1971 | - return "/lms/crcl/HomeworkCommentPickAtView"; | |
| 1972 | - } | |
| 1973 | - | |
| 1974 | - @RequestMapping(value="/lms/crcl/popCurriculumSurveyView.do") | |
| 1975 | - public String popCurriculumSurveyView(@ModelAttribute("surveyVO") SurveyVO surveyVo,ModelMap model, HttpServletRequest request, HttpServletResponse response) throws Exception {
| |
| 1976 | - //과정정보 | |
| 1977 | - CurriculumVO curriculumVO = new CurriculumVO(); | |
| 1978 | - curriculumVO.setCrclId(surveyVo.getCrclId()); | |
| 1979 | - curriculumVO = curriculumService.selectCurriculum(curriculumVO); | |
| 1980 | - model.addAttribute("curriculumVO", curriculumVO);
| |
| 1981 | - | |
| 1982 | - LoginVO user = EgovUserDetailsHelper.getAuthenticatedUser(request, response); | |
| 1983 | - CurriculumVO searchVO = curriculumVO; | |
| 1984 | - String managerAt = "N"; | |
| 1985 | - if(user != null){
| |
| 1986 | - List subUserList = curriculumService.selectCurriculumMng(searchVO); | |
| 1987 | - for(int i = 0; i < subUserList.size(); i ++){
| |
| 1988 | - EgovMap map = (EgovMap) subUserList.get(i); | |
| 1989 | - String userId = map.get("userId").toString();
| |
| 1990 | - if(user.getId().equals(userId)){
| |
| 1991 | - managerAt = "Y"; | |
| 1992 | - } | |
| 1993 | - } | |
| 1994 | - } | |
| 1995 | - model.addAttribute("managerAt", managerAt);
| |
| 1996 | - //과정 추가 정보 | |
| 1997 | - model.addAttribute("curriculumAddInfo", this.surveyManageService.selectCurriculumAddInfo(surveyVo));
| |
| 1998 | - //과정 설문 | |
| 1999 | - model.addAttribute("surveyAnswer", this.surveyManageService.selectCurriculumSurveyAnswer(surveyVo));
| |
| 2000 | - | |
| 2001 | - //과정진행상태 - 공통코드(LMS30) | |
| 2002 | - ComDefaultCodeVO voComCode = new ComDefaultCodeVO(); | |
| 2003 | - voComCode = new ComDefaultCodeVO(); | |
| 2004 | - voComCode.setCodeId("LMS30");
| |
| 2005 | - List<CmmnDetailCode> statusComCode = cmmUseService.selectCmmCodeDetail(voComCode); | |
| 2006 | - model.addAttribute("statusComCode", statusComCode);
| |
| 2007 | - | |
| 2008 | - | |
| 2009 | - return "/lms/crcl/popCurriculumSurveyView"; | |
| 2010 | - } | |
| 2011 | -} |
--- base/src/main/java/egovframework/com/lms/web/CurriculumbaseController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/CurseRegController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/GradeManageController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/LmsTemplateController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/QuizController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/lmsManageController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/lms/web/view/GradeSampleExcelView.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/AcademicMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/AttendMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/BasefileController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/CertificateMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/ClassMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/CurriculumMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/CurriculumbaseMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/CurseRegMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/GradeManageMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/LmsManageMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/LmsTemplateMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/QuizMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/lms/web/SurveyMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/sch/ScheduleMngController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/mng/uss/umt/web/EgovUserManageController.java
+++ base/src/main/java/egovframework/com/mng/uss/umt/web/EgovUserManageController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/msi/web/TemplateServiceController.java
+++ base/src/main/java/egovframework/com/msi/web/TemplateServiceController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/service/ScheduleMngService.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/service/ScheduleMngVO.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/service/ScheduleService.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/service/impl/ScheduleMngServiceImpl.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/service/impl/SchedulebaseDAO.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/sch/web/ScheduleController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/java/egovframework/com/uss/umt/web/EgovUserInfoController.java
+++ base/src/main/java/egovframework/com/uss/umt/web/EgovUserInfoController.java
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/egovProps/globals.properties
+++ base/src/main/resources/egovframework/egovProps/globals.properties
| This diff is skipped because there are too many other diffs. |
+++ base/src/main/resources/egovframework/mapper/mapper-config.xml
| This diff is skipped because there are too many other diffs. |
+++ base/src/main/resources/egovframework/spring/context-mapper.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/config/mysql/sql-map-config-mysql.xml
+++ base/src/main/resources/egovframework/sqlmap/config/mysql/sql-map-config-mysql.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/cop/bbs/EgovBoard_SQL_Mysql.xml
+++ base/src/main/resources/egovframework/sqlmap/mysql/cop/bbs/EgovBoard_SQL_Mysql.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/atd/Attend_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/basefile/Basefile_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/certificate/Certificate_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/cla/Class_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/crcl/Curriculum_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/crclb/Curriculumbase_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/crm/CurriculumMember_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/grd/Grade_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/quiz/Quiz_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/lms/sur/Survey_SQL.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/sch/EgovScheduleMng_SQL_Mysql.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/uat/uia/EgovLoginUsr_SQL_Mysql.xml
+++ base/src/main/resources/egovframework/sqlmap/mysql/uat/uia/EgovLoginUsr_SQL_Mysql.xml
| This diff is skipped because there are too many other diffs. |
--- base/src/main/resources/egovframework/sqlmap/mysql/uss/umt/EgovUserManage_SQL_Mysql.xml
+++ base/src/main/resources/egovframework/sqlmap/mysql/uss/umt/EgovUserManage_SQL_Mysql.xml
| This diff is skipped because there are too many other diffs. |
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/cmm/include/defualt.jsp
| This diff is skipped because there are too many other diffs. |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/cmm/uat/uia/EgovLoginUsr.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/cmm/uat/uia/EgovLoginUsr.jsp
| This diff is skipped because there are too many other diffs. |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/top.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/top.jsp
| This diff is skipped because there are too many other diffs. |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/msi/cmm/tmplatHead.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/msi/cmm/tmplatHead.jsp
| This diff is skipped because there are too many other diffs. |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/str/cre/lyt/sourc/sit/LYTSRC_0000000000001/sourcBottom.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/str/cre/lyt/sourc/sit/LYTSRC_0000000000001/sourcBottom.jsp
| This diff is skipped because there are too many other diffs. |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/str/cre/lyt/sourc/sit/LYTSRC_0000000000001/sourcHead.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/str/cre/lyt/sourc/sit/LYTSRC_0000000000001/sourcHead.jsp
| This diff is skipped because there are too many other diffs. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?