Uses of Class
net.anotheria.anosite.gen.assitedata.data.EntryPointDocument
-
Packages that use EntryPointDocument Package Description net.anotheria.anosite.gen.assitedata.data -
-
Uses of EntryPointDocument in net.anotheria.anosite.gen.assitedata.data
Methods in net.anotheria.anosite.gen.assitedata.data that return EntryPointDocument Modifier and Type Method Description EntryPointDocumentModuleASSiteData. createEntryPoint(EntryPointDocument entrypoint)EntryPointDocumentModuleASSiteData. getEntryPoint(java.lang.String id)EntryPointDocumentModuleASSiteData. importEntryPoint(EntryPointDocument entrypoint)Methods in net.anotheria.anosite.gen.assitedata.data that return types with arguments of type EntryPointDocument Modifier and Type Method Description java.util.List<EntryPointDocument>ModuleASSiteData. getEntryPoints()Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type EntryPointDocument Modifier and Type Method Description EntryPointDocumentModuleASSiteData. createEntryPoint(EntryPointDocument entrypoint)EntryPointDocumentModuleASSiteData. importEntryPoint(EntryPointDocument entrypoint)voidModuleASSiteData. updateEntryPoint(EntryPointDocument entrypoint)Constructors in net.anotheria.anosite.gen.assitedata.data with parameters of type EntryPointDocument Constructor Description EntryPointDocument(EntryPointDocument toClone)
-