Uses of Class
net.anotheria.anosite.gen.ascustomdata.data.CustomBoxTypeDocument
-
Packages that use CustomBoxTypeDocument Package Description net.anotheria.anosite.gen.ascustomdata.data -
-
Uses of CustomBoxTypeDocument in net.anotheria.anosite.gen.ascustomdata.data
Methods in net.anotheria.anosite.gen.ascustomdata.data that return CustomBoxTypeDocument Modifier and Type Method Description CustomBoxTypeDocumentModuleASCustomData. createCustomBoxType(CustomBoxTypeDocument customboxtype)CustomBoxTypeDocumentModuleASCustomData. getCustomBoxType(java.lang.String id)CustomBoxTypeDocumentModuleASCustomData. importCustomBoxType(CustomBoxTypeDocument customboxtype)Methods in net.anotheria.anosite.gen.ascustomdata.data that return types with arguments of type CustomBoxTypeDocument Modifier and Type Method Description java.util.List<CustomBoxTypeDocument>ModuleASCustomData. getCustomBoxTypes()Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxTypeDocument Modifier and Type Method Description CustomBoxTypeDocumentModuleASCustomData. createCustomBoxType(CustomBoxTypeDocument customboxtype)CustomBoxTypeDocumentModuleASCustomData. importCustomBoxType(CustomBoxTypeDocument customboxtype)voidModuleASCustomData. updateCustomBoxType(CustomBoxTypeDocument customboxtype)Constructors in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxTypeDocument Constructor Description CustomBoxTypeDocument(CustomBoxTypeDocument toClone)
-