strBuffer.append(" [Q]");
}
} else if (showOccupation instanceof InfoLessonInstance) {
InfoLessonInstance lesson = (InfoLessonInstance) showOccupation;
strBuffer.append(lesson.getShiftTypeCodesPrettyPrint()).append(" ");
final Space allocatableSpace = lesson.getAllocatableSpace();
if (allocatableSpace != null) {
strBuffer.append("<a href='").append(context).append("/publico/");
strBuffer.append("siteViewer.do?method=roomViewer&roomName=");
strBuffer.append(allocatableSpace.getName()).append("&objectCode=");
strBuffer.append(lesson.getInfoShift().getInfoDisciplinaExecucao().getInfoExecutionPeriod().getExternalId());
strBuffer.append("&executionPeriodOID=");
strBuffer.append(lesson.getInfoShift().getInfoDisciplinaExecucao().getInfoExecutionPeriod().getExternalId())
.append("'>");
strBuffer.append(allocatableSpace.getName()).append("</a>");
}