code cleanup

revert-70aa11f8
prabathabey 10 years ago
parent e40e836cd4
commit 451c38457f

@ -20,6 +20,9 @@ import org.wso2.carbon.device.mgt.core.dto.Status;
import java.util.List;
/**
* This class represents the key operations associated with persisting device related information
*/
public interface DeviceDAO {
void addDevice(Device device) throws DeviceManagementDAOException;

@ -22,6 +22,9 @@ import org.wso2.carbon.device.mgt.core.dto.DeviceType;
import java.util.List;
/**
* This class represents the key operations associated with persisting device type related information
*/
public interface DeviceTypeDAO {
void addDeviceType(DeviceType deviceType) throws DeviceManagementDAOException;

Loading…
Cancel
Save