Class SOAPLoginDao
- java.lang.Object
-
- org.apache.openmeetings.db.dao.server.SOAPLoginDao
-
@Repository @Transactional public class SOAPLoginDao extends Object
-
-
Constructor Summary
Constructors Constructor Description SOAPLoginDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
addSOAPLogin(String sessionHash, RoomOptionsDTO options)
SOAPLogin
get(String hash)
void
update(SOAPLogin soapLogin)
-