public class GradebookEntityProducer extends BaseEntityProducer implements org.sakaiproject.entity.api.ContextObserver, org.sakaiproject.entity.api.EntityTransferrer, org.sakaiproject.importer.api.HandlesImportable
| Modifier and Type | Field and Description |
|---|---|
static String |
GRADEBOOK_DEFINITION_TYPE |
entityManager, label, referenceRoot, serviceName| Constructor and Description |
|---|
GradebookEntityProducer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleType(String typeName) |
void |
contextCreated(String context,
boolean toolPlacement) |
void |
contextDeleted(String context,
boolean toolPlacement) |
void |
contextUpdated(String context,
boolean toolPlacement) |
List<org.sakaiproject.importer.api.Importable> |
getAllImportables(String contextId) |
void |
handle(org.sakaiproject.importer.api.Importable importable,
String siteId) |
String[] |
myToolIds() |
void |
setGradebookFrameworkService(org.sakaiproject.service.gradebook.shared.GradebookFrameworkService gradebookFrameworkService) |
void |
setGradebookService(org.sakaiproject.service.gradebook.shared.GradebookService gradebookService) |
void |
setToolIds(List toolIds) |
void |
transferCopyEntities(String fromContext,
String toContext,
List ids) |
void |
transferCopyEntities(String fromContext,
String toContext,
List ids,
boolean cleanup) |
void |
transferCopyEntitiesWithSettings(String fromContext,
String toContext,
List ids) |
archive, getEntity, getEntityAuthzGroups, getEntityDescription, getEntityResourceProperties, getEntityUrl, getHttpAccess, getLabel, getReferenceRoot, getServiceName, init, merge, parseEntityReference, setEntityManager, setLabel, setReferenceRoot, setServiceName, willArchiveMergepublic static final String GRADEBOOK_DEFINITION_TYPE
public void setToolIds(List toolIds)
public String[] myToolIds()
myToolIds in interface org.sakaiproject.entity.api.ContextObservermyToolIds in interface org.sakaiproject.entity.api.EntityTransferrerpublic void contextCreated(String context, boolean toolPlacement)
contextCreated in interface org.sakaiproject.entity.api.ContextObserverpublic void contextUpdated(String context, boolean toolPlacement)
contextUpdated in interface org.sakaiproject.entity.api.ContextObserverpublic void contextDeleted(String context, boolean toolPlacement)
contextDeleted in interface org.sakaiproject.entity.api.ContextObserverpublic void transferCopyEntities(String fromContext, String toContext, List ids)
transferCopyEntities in interface org.sakaiproject.entity.api.EntityTransferrerpublic void transferCopyEntitiesWithSettings(String fromContext, String toContext, List ids)
public void setGradebookFrameworkService(org.sakaiproject.service.gradebook.shared.GradebookFrameworkService gradebookFrameworkService)
public void setGradebookService(org.sakaiproject.service.gradebook.shared.GradebookService gradebookService)
public boolean canHandleType(String typeName)
canHandleType in interface org.sakaiproject.importer.api.HandlesImportablepublic void handle(org.sakaiproject.importer.api.Importable importable,
String siteId)
handle in interface org.sakaiproject.importer.api.HandlesImportablepublic List<org.sakaiproject.importer.api.Importable> getAllImportables(String contextId)
Copyright © 2003-2015 Sakai Project. All Rights Reserved.