Uses of Class
org.fenixedu.cms.domain.PostFile
-
Packages that use PostFile Package Description org.fenixedu.bennu.io.domain org.fenixedu.cms.api.json org.fenixedu.cms.api.resource org.fenixedu.cms.domain org.fenixedu.cms.ui -
-
Uses of PostFile in org.fenixedu.bennu.io.domain
Methods in org.fenixedu.bennu.io.domain that return PostFile Modifier and Type Method Description PostFileGroupBasedFile_Base. getPostFile()Methods in org.fenixedu.bennu.io.domain that return types with arguments of type PostFile Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<PostFile,org.fenixedu.bennu.io.domain.GroupBasedFile>GroupBasedFile_Base. getRelationFilePostFile()Methods in org.fenixedu.bennu.io.domain with parameters of type PostFile Modifier and Type Method Description voidGroupBasedFile_Base. setPostFile(PostFile postFile) -
Uses of PostFile in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return PostFile Modifier and Type Method Description PostFilePostFileAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)PostFilePostFileAdapter. update(com.google.gson.JsonElement json, PostFile postFile, org.fenixedu.bennu.core.json.JsonBuilder ctx)Methods in org.fenixedu.cms.api.json with parameters of type PostFile Modifier and Type Method Description PostFilePostFileAdapter. update(com.google.gson.JsonElement json, PostFile postFile, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementPostFileAdapter. view(PostFile postFile, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of PostFile in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type PostFile Modifier and Type Method Description javax.ws.rs.core.ResponsePostFileResource. deletePostFile(PostFile postFile)com.google.gson.JsonElementPostFileResource. getPostFile(PostFile postFile)com.google.gson.JsonElementPostFileResource. updatePostFile(PostFile postFile, com.google.gson.JsonElement json) -
Uses of PostFile in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type PostFile Modifier and Type Field Description static Comparator<PostFile>PostFile. NAME_COMPARATORMethods in org.fenixedu.cms.domain that return PostFile Modifier and Type Method Description PostFilePostFile. clone(CloneCache cloneCache)Methods in org.fenixedu.cms.domain that return types with arguments of type PostFile Modifier and Type Method Description Stream<PostFile>Post. getAttachmentFilesSorted()Stream<PostFile>Post. getEmbeddedFilesSorted()Set<PostFile>Post_Base. getFilesSet()Set<PostFile>Site_Base. getFilesSet()List<PostFile>Post. getFilesSorted()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,PostFile>PostFile_Base. getRelationFileHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,PostFile>Site_Base. getRelationFileHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostFile,org.fenixedu.bennu.io.domain.GroupBasedFile>PostFile_Base. getRelationFilePostFile()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,PostFile>Post_Base. getRelationPostHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,PostFile>PostFile_Base. getRelationPostHasPostFiles()Methods in org.fenixedu.cms.domain with parameters of type PostFile Modifier and Type Method Description voidPost_Base. addFiles(PostFile files)voidPost. addFiles(PostFile postFile)voidSite_Base. addFiles(PostFile files)intPostFile. compareTo(PostFile o)protected com.google.gson.JsonObjectSiteExporter. export(PostFile postFile)voidPost_Base. removeFiles(PostFile files)voidPost. removeFiles(PostFile files)voidSite_Base. removeFiles(PostFile files)Method parameters in org.fenixedu.cms.domain with type arguments of type PostFile Modifier and Type Method Description voidPost. fixOrder(List<PostFile> sortedItems) -
Uses of PostFile in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return PostFile Modifier and Type Method Description PostFileAdminPostsService. createFile(Post post, String name, Boolean embedded, org.fenixedu.bennu.core.groups.Group canViewGroup, File file)Methods in org.fenixedu.cms.ui that return types with arguments of type PostFile Modifier and Type Method Description static List<PostFile>SearchUtils. searchFiles(Collection<PostFile> allPostFiles, String query)Methods in org.fenixedu.cms.ui with parameters of type PostFile Modifier and Type Method Description com.google.gson.JsonObjectAdminPostsService. serializePostFile(PostFile postFile)Method parameters in org.fenixedu.cms.ui with type arguments of type PostFile Modifier and Type Method Description static List<PostFile>SearchUtils. searchFiles(Collection<PostFile> allPostFiles, String query)
-