com.atlassian.mywork.host.dao.ao
Class AORegistrationDao

java.lang.Object
  extended by com.atlassian.mywork.host.dao.ao.AbstractAODao<AORegistration,java.lang.String>
      extended by com.atlassian.mywork.host.dao.ao.AORegistrationDao
All Implemented Interfaces:
RegistrationDao

public class AORegistrationDao
extends AbstractAODao<AORegistration,java.lang.String>
implements RegistrationDao


Field Summary
 
Fields inherited from class com.atlassian.mywork.host.dao.ao.AbstractAODao
ao
 
Constructor Summary
AORegistrationDao(com.atlassian.activeobjects.external.ActiveObjects ao)
           
 
Method Summary
 Registration get(Registration.RegistrationId id)
           
 java.util.List<Registration> getAll()
           
 java.util.Date getMostRecentUpdate()
           
 void set(Registration registration)
           
 
Methods inherited from class com.atlassian.mywork.host.dao.ao.AbstractAODao
findOnly, findOnly, getAO, streamOnly, toObjectNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AORegistrationDao

public AORegistrationDao(com.atlassian.activeobjects.external.ActiveObjects ao)
Method Detail

get

public Registration get(Registration.RegistrationId id)
Specified by:
get in interface RegistrationDao

getAll

public java.util.List<Registration> getAll()
Specified by:
getAll in interface RegistrationDao

getMostRecentUpdate

public java.util.Date getMostRecentUpdate()
Specified by:
getMostRecentUpdate in interface RegistrationDao

set

public void set(Registration registration)
Specified by:
set in interface RegistrationDao


Copyright © 2012 Atlassian. All Rights Reserved.