Improve email message format

This commit is contained in:
manoj 2015-03-20 20:30:49 +05:30
parent e6d0d3fd00
commit 7dfd3f0dd2

View File

@ -39,7 +39,8 @@ public interface DeviceManagementService extends DeviceManager, LicenseManager,
List<Device> getDeviceListOfUser(String username) throws DeviceManagementException; List<Device> getDeviceListOfUser(String username) throws DeviceManagementException;
void sendEnrollInvitation(String title, String userName, String emailAddress, String enrolUrl) throws DeviceManagementException; void sendEnrollInvitation(String title, String firstName, String emailAddress,
String enrolUrl) throws DeviceManagementException;
FeatureManager getFeatureManager(String type) throws DeviceManagementException; FeatureManager getFeatureManager(String type) throws DeviceManagementException;