Uses of Class
org.jasig.portlet.attachment.model.Attachment
-
Uses of Attachment in org.jasig.portlet.attachment.dao
Methods in org.jasig.portlet.attachment.dao that return Attachment Modifier and Type Method Description AttachmentIAttachmentDao. get(long attachmentId)AttachmentIAttachmentDao. get(String guid)AttachmentIAttachmentDao. save(Attachment attachment)Methods in org.jasig.portlet.attachment.dao that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>IAttachmentDao. find(String creator)List<Attachment>IAttachmentDao. find(String creator, String filename)List<Attachment>IAttachmentDao. findAll(int offset, int maxresults)Methods in org.jasig.portlet.attachment.dao with parameters of type Attachment Modifier and Type Method Description voidIAttachmentDao. delete(Attachment attachment)AttachmentIAttachmentDao. save(Attachment attachment) -
Uses of Attachment in org.jasig.portlet.attachment.dao.jpa
Methods in org.jasig.portlet.attachment.dao.jpa that return Attachment Modifier and Type Method Description AttachmentJpaAttachmentDao. get(long attachmentId)AttachmentJpaAttachmentDao. get(String guid)AttachmentJpaAttachmentDao. save(Attachment attachment)Methods in org.jasig.portlet.attachment.dao.jpa that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>JpaAttachmentDao. find(String creator)List<Attachment>JpaAttachmentDao. find(String creator, String filename)List<Attachment>JpaAttachmentDao. findAll(int offset, int maxresults)Methods in org.jasig.portlet.attachment.dao.jpa with parameters of type Attachment Modifier and Type Method Description voidJpaAttachmentDao. delete(Attachment attachment)AttachmentJpaAttachmentDao. save(Attachment attachment) -
Uses of Attachment in org.jasig.portlet.attachment.model
Fields in org.jasig.portlet.attachment.model with type parameters of type Attachment Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. checksumstatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. contentTypestatic javax.persistence.metamodel.SingularAttribute<Attachment,Date>Attachment_. createdAtstatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. createdBystatic javax.persistence.metamodel.SingularAttribute<Attachment,byte[]>Attachment_. datastatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. filenamestatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. guidstatic javax.persistence.metamodel.SingularAttribute<Attachment,Long>Attachment_. idstatic javax.persistence.metamodel.SingularAttribute<Attachment,Date>Attachment_. modifiedAtstatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. modifiedBystatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. pathstatic javax.persistence.metamodel.SingularAttribute<Attachment,String>Attachment_. source -
Uses of Attachment in org.jasig.portlet.attachment.service
Methods in org.jasig.portlet.attachment.service that return Attachment Modifier and Type Method Description AttachmentIAttachmentService. get(long attachmentId)AttachmentIAttachmentService. get(String guid)AttachmentIAttachmentService. save(Attachment attachment, String username, javax.servlet.http.HttpServletRequest request)Saves the metadata about the attachment to the database and persists the attachment to the configured documentPersistenceStrategy store.Methods in org.jasig.portlet.attachment.service that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>IAttachmentService. find(String creator)List<Attachment>IAttachmentService. find(String creator, String filename)List<Attachment>IAttachmentService. findAll(int offset, int maxresults)Methods in org.jasig.portlet.attachment.service with parameters of type Attachment Modifier and Type Method Description voidIAttachmentService. delete(Attachment attachment)StringAmazonS3PersistenceStrategy. persistAttachmentBinary(javax.servlet.http.HttpServletRequest request, Attachment attachment)StringFileSystemPersistenceStrategy. persistAttachmentBinary(javax.servlet.http.HttpServletRequest request, Attachment attachment)StringIDocumentPersistenceStrategy. persistAttachmentBinary(javax.servlet.http.HttpServletRequest request, Attachment attachment)Accepts an attachment to save and persists the attachment binary data using the implemented persistence strategy.AttachmentIAttachmentService. save(Attachment attachment, String username, javax.servlet.http.HttpServletRequest request)Saves the metadata about the attachment to the database and persists the attachment to the configured documentPersistenceStrategy store. -
Uses of Attachment in org.jasig.portlet.attachment.service.impl
Methods in org.jasig.portlet.attachment.service.impl that return Attachment Modifier and Type Method Description AttachmentAttachmentService. get(long attachmentId)AttachmentAttachmentService. get(String guid)AttachmentAttachmentService. save(Attachment attachment, String username, javax.servlet.http.HttpServletRequest request)Methods in org.jasig.portlet.attachment.service.impl that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentService. find(String creator)List<Attachment>AttachmentService. find(String creator, String filename)List<Attachment>AttachmentService. findAll(int offset, int maxresults)Methods in org.jasig.portlet.attachment.service.impl with parameters of type Attachment Modifier and Type Method Description voidAttachmentService. delete(Attachment attachment)AttachmentAttachmentService. save(Attachment attachment, String username, javax.servlet.http.HttpServletRequest request)protected voidAttachmentService. updateTimestamps(Attachment attachment, String user)