Class PeopleContainer

    • Constructor Detail

      • PeopleContainer

        protected PeopleContainer()
                           throws UMSException
        No args constructor, used to contruct the right object as entries are read from persistent storage.
        Throws:
        UMSException
      • PeopleContainer

        public PeopleContainer​(CreationTemplate template,
                               AttrSet attrSet)
                        throws UMSException
        Constructs a People Container object without a session. Unlike constructor with session, this one simply creates People Container object in memory. Call save() to save the object to persistent storage.
        Parameters:
        template - template for the People Container, containing required and optional attributes, and possibly default values
        attrSet - attribute/value set
        Throws:
        UMSException