Uses of Class
com.jalios.jcms.publiclink.PublicLink
-
Packages that use PublicLink Package Description com.jalios.jcms.publiclink -
-
Uses of PublicLink in com.jalios.jcms.publiclink
Fields in com.jalios.jcms.publiclink declared as PublicLink Modifier and Type Field Description protected PublicLink
PublicDownload. publicLink
Methods in com.jalios.jcms.publiclink that return PublicLink Modifier and Type Method Description PublicLink
PublicDownload. getPublicLink()
PublicLink
PublicLinkManager. getPublicLink(java.lang.String accessId)
Methods in com.jalios.jcms.publiclink that return types with arguments of type PublicLink Modifier and Type Method Description protected java.lang.Class<PublicLink>
PublicLinkQueryBuilder. getDBDataClass()
java.util.List<PublicLink>
PublicLinkAppHandler. getPublicLinkList()
Methods in com.jalios.jcms.publiclink with parameters of type PublicLink Modifier and Type Method Description void
PublicDownload. setPublicLink(PublicLink v)
Constructors in com.jalios.jcms.publiclink with parameters of type PublicLink Constructor Description PublicLink(PublicLink other)
-