Uses of Class
net.anotheria.anosite.gen.aswebdata.data.BoxDocument
-
Packages that use BoxDocument Package Description net.anotheria.anosite.gen.aswebdata.data -
-
Uses of BoxDocument in net.anotheria.anosite.gen.aswebdata.data
Methods in net.anotheria.anosite.gen.aswebdata.data that return BoxDocument Modifier and Type Method Description BoxDocumentModuleASWebData. createBox(BoxDocument box)BoxDocumentModuleASWebData. getBox(java.lang.String id)BoxDocumentModuleASWebData. importBox(BoxDocument box)Methods in net.anotheria.anosite.gen.aswebdata.data that return types with arguments of type BoxDocument Modifier and Type Method Description java.util.List<BoxDocument>ModuleASWebData. getBoxs()Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type BoxDocument Modifier and Type Method Description BoxDocumentModuleASWebData. createBox(BoxDocument box)BoxDocumentModuleASWebData. importBox(BoxDocument box)voidModuleASWebData. updateBox(BoxDocument box)Constructors in net.anotheria.anosite.gen.aswebdata.data with parameters of type BoxDocument Constructor Description BoxDocument(BoxDocument toClone)
-