AdminServiceProxy.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4678 Remove all ServiceProxy classes

Also get rid of LearningWebUtil.putActivityPositionInRequest(Long

activityId, HttpServletRequest request, ServletContext context) and

LearningWebUtil.getActivityMapping(ServletContext context) methods. As

it's better to invoke according service methods directly.

  1. … 51 more files in changeset.
LDEV-4501 Tool context files no longer reference audit service.

  1. … 62 more files in changeset.
LDEV-3997 Support for LTI 1.1 * Added ability to manage lti tool consumers

  1. … 10 more files in changeset.
LDEV-3997 LTI 1.1: Added ability to manage lti tool consumers

  1. … 11 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 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-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 17 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 17 more files in changeset.
LDEV-2544 Default Timezones *merge from lams2_3_release

  1. … 35 more files in changeset.
LDEV-2089 added option to email the found user

  1. … 6 more files in changeset.
LDEV-2489 clone lessons progress

  1. … 16 more files in changeset.
move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

  1. … 10 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

  1. … 21 more files in changeset.
LDEV-2075 creating overall statistics page for admin

  1. … 8 more files in changeset.
Modified getService and getMessageService to set service beans after initial access.

adding ldap database synchronisation and screen

  1. … 8 more files in changeset.
The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

  1. … 12 more files in changeset.
change SpreadsheetService to ImportService; adjust jsp display

  1. … 13 more files in changeset.
LDEV-1082 allow users to be added to more than one org at a time via spreadsheet; refactored to spreadsheet service

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

  1. … 16 more files in changeset.
add service proxy class to share spring beans among admin code

    • -0
    • +60
    ./AdminServiceProxy.java