com.atlassian.mywork.host.dao
Interface RegistrationDao

All Known Implementing Classes:
AORegistrationDao

@Transactional
public interface RegistrationDao


Method Summary
 Registration get(Registration.RegistrationId id)
           
 java.util.List<Registration> getAll()
           
 java.util.Date getMostRecentUpdate()
           
 void set(Registration registration)
           
 

Method Detail

get

Registration get(Registration.RegistrationId id)

set

void set(Registration registration)

getAll

java.util.List<Registration> getAll()

getMostRecentUpdate

java.util.Date getMostRecentUpdate()


Copyright © 2012 Atlassian. All Rights Reserved.