OrgSaveAction.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 76 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 50 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 55 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 more files in changeset.
LDEV-3208 Create a validationutil for all the regex in a central place and include the validation for the integrations.

  1. … 12 more files in changeset.
LDEV-3208: improves validation for course names

LDEV-1324 Allow group admins/managers to edit group details, but not group permissions; group's status editable by admin/manager when 'canChangeStatusOfCourse' is enabled; refactored organisation related jsps into their own directory.

  1. … 8 more files in changeset.
LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
set archived_date when organisation becomes archived

  1. … 3 more files in changeset.
make orgid=null when there's an error

  1. … 1 more file in changeset.
change forward so that breadcrumbs are not broken when user submits an invalid form

breadcrumb links; changed navigation a bit in group management tab; updated system admin tab

  1. … 20 more files in changeset.
remove most remaining 'getBlahService' text and use functions in AdminServiceProxy

  1. … 16 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
LDEV-661 switch to StringUtils.equals to handle null values; i18n'd audit messages

audit entries for user/organisation management

  1. … 3 more files in changeset.
organise imports only

Removed redundant language and country tables - now just use the supported locale tables.

  1. … 34 more files in changeset.
retrieve WebApplicationContext from proper servletContext to get IUserMangementService bean , as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

  1. … 5 more files in changeset.
modified to use locale

  1. … 3 more files in changeset.
Genericising the relationship between folders and workspaces - now one folder can be in many workspaces. Problem with the code though - when run from junit the relationship is set up okay, but when run in JBOSS the lams_workspace_workspace_folder records are not created.

  1. … 33 more files in changeset.
added workspace and workspaceFolder maintenance code since it's easier done here rather than in service layer. workspace/workspaceFolder/organisation/user may need be remodeled to make thing clearer

use updated UserManagementService interfaces

  1. … 6 more files in changeset.
remove deprecated DAO reference , use baseDAO instead

  1. … 7 more files in changeset.
made save organisation work, added error handling in org management

  1. … 1 more file in changeset.
Added funtionality implementation

  1. … 2 more files in changeset.
changed OrgManageAction.java, OrganisationAction.java changed struts doclet of ScheduledJobListAction.java Added OrgSaveAction.java

    • -0
    • +70
    ./OrgSaveAction.java
  1. … 3 more files in changeset.