public class IacucProtocolAttachmentServiceImpl extends ProtocolAttachmentServiceImplBase implements IacucProtocolAttachmentService
boService, LOG, personService, protocolDao| Constructor and Description |
|---|
IacucProtocolAttachmentServiceImpl(org.kuali.rice.krad.service.BusinessObjectService boService,
ProtocolDao protocolDao) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolAttachmentPersonnelBase> |
getProtocolAttachmentPersonnelClassHook() |
Class<? extends ProtocolAttachmentProtocolBase> |
getProtocolAttachmentProtocolClassHook() |
Class<? extends ProtocolAttachmentStatusBase> |
getProtocolAttachmentStatusClassHook() |
Class<? extends ProtocolAttachmentTypeBase> |
getProtocolAttachmentTypeClassHook() |
Class<? extends ProtocolAttachmentTypeGroupBase> |
getProtocolAttachmentTypeGroupClassHook() |
Class<? extends ProtocolBase> |
getProtocolClassHook() |
Class<? extends ProtocolPersonBase> |
getProtocolPersonClassHook() |
Collection<ProtocolAttachmentTypeBase> |
getTypesForGroup(String code)
Gets a Collection of
ProtocolAttachmentType from a group code. |
deleteAttatchment, getActiveProtocol, getAttachment, getAttachmentsWithOlderFileVersions, getCodeType, getPerson, getStatusFromCode, getTypeFromCode, isAttachmentActive, isNewAttachmentVersion, isSharedFile, saveAttatchment, setPersonService, setProtocolAttachmentUpdateUsersNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteAttatchment, getAttachment, getAttachmentsWithOlderFileVersions, getPerson, getStatusFromCode, getTypeFromCode, isAttachmentActive, isNewAttachmentVersion, isSharedFile, saveAttatchment, setProtocolAttachmentUpdateUsersNamepublic IacucProtocolAttachmentServiceImpl(org.kuali.rice.krad.service.BusinessObjectService boService,
ProtocolDao protocolDao)
public Class<? extends ProtocolBase> getProtocolClassHook()
getProtocolClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolAttachmentStatusBase> getProtocolAttachmentStatusClassHook()
getProtocolAttachmentStatusClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolPersonBase> getProtocolPersonClassHook()
getProtocolPersonClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolAttachmentTypeBase> getProtocolAttachmentTypeClassHook()
getProtocolAttachmentTypeClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolAttachmentTypeGroupBase> getProtocolAttachmentTypeGroupClassHook()
getProtocolAttachmentTypeGroupClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolAttachmentProtocolBase> getProtocolAttachmentProtocolClassHook()
getProtocolAttachmentProtocolClassHook in class ProtocolAttachmentServiceImplBasepublic Class<? extends ProtocolAttachmentPersonnelBase> getProtocolAttachmentPersonnelClassHook()
getProtocolAttachmentPersonnelClassHook in class ProtocolAttachmentServiceImplBasepublic Collection<ProtocolAttachmentTypeBase> getTypesForGroup(String code)
ProtocolAttachmentServiceProtocolAttachmentType from a group code.getTypesForGroup in interface ProtocolAttachmentServicegetTypesForGroup in class ProtocolAttachmentServiceImplBasecode - the group code.ProtocolAttachmentType. If no codes are
found then an empty Collection is returned.Copyright © 2013 The Kuali Foundation. All Rights Reserved.