Пример #1
0
 /**
  * Sets the default People Container for user entries under the organization.
  *
  * @param guid guid of the default People Container
  * @exception UMSException Failure
  * @supported.api
  */
 public void setDefaultPeopleContainer(Guid guid) throws UMSException {
   PCMappingTable mt = PCMappingTable.getPCMappingTable(this);
   mt.setDefault(guid);
 }