Hello, I would like to know what are the method to use to create a Container List , a Container and some fields attached to the Container without the admin interface.
I think I have to use some Methods like : ServicesRegistry.getInstance().getJahiaFieldService().createJahiaField(...) ServicesRegistry.getInstance().getJahiaContainersService().saveContainer(...) and ServicesRegistry.getInstance().getJahiaContainersService ().saveContainerListInfo(...) But I don't know in which order I have to use and if those three method are enough to save the ContainerList, the Containers and the Fields into the Jahia Database. Moreover in the createJahiaField method there is no argument about the field name. I am maybe not on the right way to do what I wanna do. If someone could give me one example or the list of the rights method to use, i would be very pleased. Thanks
