LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#262 - creation of the remote web app service in WebToolkit with the method exists

Attached to Project: LMS
Opened by Ferdinand (PaGaisu) - Wednesday, 07 December 2011, 15:07 GMT
Last edited by Guillaume (Guillaume) - Monday, 19 December 2011, 10:22 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Guillaume (Guillaume)
Operating System All
Severity Low
Priority Normal
Reported Version alpha3
Due in Version alpha4
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

creation of the remote web app service in WebToolkit with the method exists
This task depends upon

Closed by  Guillaume (Guillaume)
Monday, 19 December 2011, 10:22 GMT
Reason for closing:  Implemented
Comment by Guillaume (Guillaume) - Monday, 19 December 2011, 10:22 GMT
package com.lobeo.lms.wtk;

public interface ApplicationService {

public boolean exists(String name, String id);

public boolean exists(String name);

}

Loading...