OSDN Git Service

Refactoring to Notify and Reply Controller and bug fix
authoruyaji <yuichiro.uyama@gmail.com>
Thu, 12 Sep 2013 00:22:37 +0000 (09:22 +0900)
committeruyaji <yuichiro.uyama@gmail.com>
Thu, 12 Sep 2013 00:22:37 +0000 (09:22 +0900)
commit4c4b7ec0db6e3fcde8fb845597d875760857e6fa
treedd89642b39d09f181d06ab19f0fca681f6770420
parent9e23496c790629c4cdefd223a67cd294d341b137
Refactoring to Notify and Reply Controller and bug fix
20 files changed:
PartsList/PartsList/app/controllers/Application.scala
PartsList/PartsList/app/controllers/AtachController.scala
PartsList/PartsList/app/controllers/Autocomplete.scala
PartsList/PartsList/app/controllers/DesignChangeController.scala
PartsList/PartsList/app/controllers/NotifyController.scala
PartsList/PartsList/app/controllers/PartsListController.scala
PartsList/PartsList/app/controllers/PartsMasterController.scala
PartsList/PartsList/app/controllers/ReplyController.scala
PartsList/PartsList/app/controllers/services/Check.scala
PartsList/PartsList/app/controllers/services/PartRecursion.scala [moved from PartsList/PartsList/app/controllers/services/Recursion.scala with 88% similarity]
PartsList/PartsList/app/controllers/services/ReplyRecursion.scala [new file with mode: 0644]
PartsList/PartsList/app/models/services/DesignChangeManager.scala
PartsList/PartsList/app/models/services/NotifyManager.scala [new file with mode: 0644]
PartsList/PartsList/app/models/services/PartManager.scala
PartsList/PartsList/app/models/services/ReplyManager.scala [new file with mode: 0644]
PartsList/PartsList/app/models/services/UserManager.scala
PartsList/PartsList/app/views/notifylist.scala.html
PartsList/PartsList/app/views/showNotifyForm.scala.html
PartsList/PartsList/app/views/showReplyForm.scala.html
PartsList/PartsList/conf/routes