org.rapla.entities.domain
Interface AppointmentFormater


public interface AppointmentFormater

Formats the different appointment outputs.


Field Summary
static String ROLE
           
 
Method Summary
 String getExceptionSummary(Repeating r)
           
 String getShortSummary(Appointment appointment)
           
 String getSummary(Appointment a)
           
 String getSummary(Repeating r)
           
 String getSummary(Repeating r, List periods)
           
 String getVeryShortSummary(Appointment appointment)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getShortSummary

String getShortSummary(Appointment appointment)

getVeryShortSummary

String getVeryShortSummary(Appointment appointment)

getSummary

String getSummary(Appointment a)

getSummary

String getSummary(Repeating r,
                  List periods)

getSummary

String getSummary(Repeating r)

getExceptionSummary

String getExceptionSummary(Repeating r)


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.