Uses of Class
net.anotheria.anosite.gen.assitedata.data.RedirectUrlDocument
-
Packages that use RedirectUrlDocument Package Description net.anotheria.anosite.gen.assitedata.data -
-
Uses of RedirectUrlDocument in net.anotheria.anosite.gen.assitedata.data
Methods in net.anotheria.anosite.gen.assitedata.data that return RedirectUrlDocument Modifier and Type Method Description RedirectUrlDocumentModuleASSiteData. createRedirectUrl(RedirectUrlDocument redirecturl)RedirectUrlDocumentModuleASSiteData. getRedirectUrl(java.lang.String id)RedirectUrlDocumentModuleASSiteData. importRedirectUrl(RedirectUrlDocument redirecturl)Methods in net.anotheria.anosite.gen.assitedata.data that return types with arguments of type RedirectUrlDocument Modifier and Type Method Description java.util.List<RedirectUrlDocument>ModuleASSiteData. getRedirectUrls()Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type RedirectUrlDocument Modifier and Type Method Description RedirectUrlDocumentModuleASSiteData. createRedirectUrl(RedirectUrlDocument redirecturl)RedirectUrlDocumentModuleASSiteData. importRedirectUrl(RedirectUrlDocument redirecturl)voidModuleASSiteData. updateRedirectUrl(RedirectUrlDocument redirecturl)Constructors in net.anotheria.anosite.gen.assitedata.data with parameters of type RedirectUrlDocument Constructor Description RedirectUrlDocument(RedirectUrlDocument toClone)
-