mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Improve email message format
This commit is contained in:
parent
e6d0d3fd00
commit
7dfd3f0dd2
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user