Examples of Group

@author Robert "kebernet" Cooper
  • org.sbml.jsbml.ext.groups.Group
    @author Nicolas Rodriguez @author Clemens Wrzodek @since 1.0 @version $Rev: 1639 $
  • org.sbml.jsbml.ext.render.Group
    @author Eugen Netz @author Alexander Diamantikos @author Jakob Matthes @author Jan Rudolph @version $Rev: 1639 $ @since 1.0 @date 08.05.2012
  • org.springframework.data.neo4j.Group
  • org.springframework.data.neo4j.aspects.Group
  • org.springframework.data.neo4j.model.Group
  • org.structr.core.entity.Group
    @author amorgner
  • org.uberfire.backend.group.Group
  • org.voltdb.catalog.Group
  • org.wildfly.clustering.group.Group
    Represents a groups of nodes. @author Paul Ferraro
  • org.xith3d.scenegraph.Group
  • org.zkoss.zul.Group
    Adds the ability for single level grouping to the Grid.

    Available in ZK PE and EE.

    Event:

    1. onOpen is sent when this listgroup is opened or closed by user.

    Default {@link #getZclass}: z-group.

    Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the {@link Label#setSclass(String)}after the child added. @author jumperchen @since 3.5.0

  • project.entities.institute.Group
  • projectatlast.group.Group
  • quickfix.Group
  • ro.isdc.wro.model.group.Group
    A group is an entity holding a list of resources.

    This class is thread safe. @author Alex Objelean @created Created on Oct 30, 2008

  • ru.org.linux.group.Group
  • simpleserver.config.xml.Group
  • sk.netmap.bo.Group
    BO group of servers @author Matej Zachar, $Date: 2006-04-23 20:42:47 +0000 (Ne, 23 apr 2006) $
  • storm.trident.graph.Group
  • tripleplay.ui.Group
    A grouping element that contains other elements and lays them out according to a layout policy.
  • ua.ck.geekhub.entity.Group
    Created by Vladimir on 3/11/14.
  • ucar.nc2.Group
    A Group is a logical collection of Variables. The Groups in a Dataset form a hierarchical tree, like directories on a disk. A Group has a name and optionally a set of Attributes. There is always at least one Group in a dataset, the root Group, whose name is the empty string.

    Immutable if setImmutable() was called. @author caron

  • xregistry.group.Group
    Represent a Group, group may have Users and child groups. The symantics of child groups are resolved by assuming of foo is in G1 and G1 is in G2, it is same as foo is in G1 (G1,G2 are groups and foo is a user). @author Srinath Perera(hperera@cs.indiana.edu)
  • zendeskapi.models.groups.Group
    @author jgroth

  • Examples of org.nasutekds.server.api.Group

        if (! examinedGroups.add(getGroupDN()))
        {
          return false;
        }

        Group targetGroup =
             DirectoryServer.getGroupManager().getGroupInstance(targetGroupDN);
        if (targetGroup == null)
        {
          Message message = ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP.get(
              String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
          throw new DirectoryException(DirectoryServer.getServerErrorResultCode(),
                                       message);
        }
        else if (targetGroup instanceof VirtualStaticGroup)
        {
          Message message = ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL.get(
              String.valueOf(groupEntryDN), String.valueOf(targetGroupDN));
          throw new DirectoryException(ResultCode.CONSTRAINT_VIOLATION, message);
        }
        else
        {
          return targetGroup.isMember(userDN);
        }
      }
    View Full Code Here

    Examples of org.nemesis.forum.Group

        cacheManager.remove(DbCacheManager.USER_ID_CACHE, user.getUsername());
        cacheManager.remove(DbCacheManager.USER_CACHE, new Integer(userID));
      }

      public Group createGroup(String name) throws UnauthorizedException, GroupAlreadyExistsException {
        Group newGroup = null;
        try {
          Group existingGroup = getGroup(name);

          //The group already exists since now exception, so:
          throw new GroupAlreadyExistsException();
        } catch (GroupNotFoundException unfe) {
          //The group doesn't already exist so we can create a new group
    View Full Code Here

    Examples of org.nextime.ion.framework.business.Group

          user.setMetaData("email", sform.getEmail());
          user.setPassword(sform.getPassword());
          user.resetGroups();
          if (sform.getGroups() != null) {
            for (int i = 0; i < sform.getGroups().length; i++) {
              Group group = Group.getInstance(sform.getGroups()[i]);
              user.addGroup(group);
            }
          }
          Mapping.commit();
    View Full Code Here

    Examples of org.objectweb.speedo.pobjects.collection.Group

      public void testReachability() {
        PersistenceManager pm = pmf.getPersistenceManager();
        pm.currentTransaction().begin();

            final Group group = new Group("Group One");

            final User user = new User("Tom");
            user.setE_mail("tom@example.com");
            group.getUsers().add(user);
        assertTrue("User already marked as persistent before the makePersitent action: ",
          !JDOHelper.isPersistent(user));
        assertTrue("Group already marked as persistent before the makePersitent action: ",
          !JDOHelper.isPersistent(group));
    View Full Code Here

    Examples of org.objectweb.speedo.pobjects.ref.Group

        public void testCascadeDeleteOneToNone() {
          PersistenceManager pm = pmf.getPersistenceManager();
         
          // We create a group. A group can have a president and many members, but not this one.
          String gName = "SpeedoCascade";
          Group grp = new Group(gName);
         
          // We make the group persistant
            pm.makePersistent(grp);
           
            // Get the id
            Object gId = pm.getObjectId(grp);

            pm.close();

            grp = null;
           
            // Check the creation of the group
            pm = pmf.getPersistenceManager();
            grp = (Group) pm.getObjectById(gId, true);
        Assert.assertNotNull("null instance returned for group", grp);
        Assert.assertEquals("Bad group name", gName, grp.getName());
       
        /* Delete the group.
         */
        pm.currentTransaction().begin();
        pm.deletePersistent(grp);
     
    View Full Code Here

    Examples of org.openhab.binding.digitalstrom.internal.client.entity.Group

      }
     
      @Override
      public boolean equals(Object obj) {
        if (obj instanceof Group) {
          Group group = (Group)obj;
          return group.getGroupID() == this.getGroupID();
        }
        return false;
      }
    View Full Code Here

    Examples of org.opennebula.client.group.Group

        public void setUp() throws Exception
        {
            res = Group.allocate(client, group_name);

            int group_id = res.isError() ? -1 : Integer.parseInt(res.getMessage());
            group = new Group(group_id, client);
        }
    View Full Code Here

    Examples of org.osgi.service.useradmin.Group

        /**
         * Tests that adding a basic member to a group-role yields an event.
         */
        public void testAddBasicGroupMemberYieldsEvent() throws Exception {
            final Group role = (Group) m_repository.addRole("testGroup", Role.GROUP);
            assertNotNull(role);
           
            m_latch = new CountDownLatch(1);
           
            new Thread(new Runnable() {
                public void run() {
                    Role anyone = m_repository.getRoleByName(Role.USER_ANYONE);
                    assertTrue(role.addMember(anyone));
                };
            }).start();

            assertTrue(m_latch.await(1, TimeUnit.SECONDS));
        }
    View Full Code Here

    Examples of org.ozoneDB.core.Group

            if (groups.isEmpty()) {
                out.println( "No groups found." );
            }
            else {
                for (DxIterator it = groups.iterator(); it.next() != null;) {
                    Group group = (Group)it.object();

                    out.println( "group name: " + group.name() );
                    out.println( "    id: " + group.id() );
                    out.println( "    user ID count: " + group.usersCount() );

                    DxIterator it2 = group.userIDs().iterator();
                    int c = 1;
                    String line = "    user IDs: ";
                    while (it2.next() != null) {
                        line += (c > 1 ? ", " : "");
                        line += it2.object().toString();
    View Full Code Here

    Examples of org.palo.viewapi.Group

      }
     
      private final XObject[] getGroups(List<Group> groups) {
        XObject[] ret = new XObject[groups.size()];
        for(int i=0;i<ret.length;++i) {
          Group grp = groups.get(i);
          ret[i] = (XGroup) XConverter.createX(grp);
    //      ret[i] = (XGroup) WPaloAdminCache.getXObject(grp); //XConverter.createGroup(grp);
    //      WPaloAdminCache.add(ret[i], grp);
        }
        return ret;
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.