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.apache.james.mime4j.dom.address.Group

                    final int size = addressList.size();
                    final List<FetchResponse.Envelope.Address> addresses = new ArrayList<FetchResponse.Envelope.Address>(size);
                    for (int i = 0; i < size; i++) {
                        final Address address = addressList.get(i);
                        if (address instanceof Group) {
                            final Group group = (Group) address;
                            addAddresses(group, addresses);

                        } else if (address instanceof org.apache.james.mime4j.dom.address.Mailbox) {
                            final org.apache.james.mime4j.dom.address.Mailbox mailbox = (org.apache.james.mime4j.dom.address.Mailbox) address;
                            final FetchResponse.Envelope.Address mailboxAddress = buildMailboxAddress(mailbox);
    View Full Code Here

    Examples of org.apache.james.mime4j.field.address.Group

                if (addressList != null && addressList.isEmpty() == false) {
                    Address address = addressList.get(0);
                    if (address instanceof Mailbox) {
                        return getDisplayAddress((Mailbox) address);
                    } else if (address instanceof Group) {
                        Group group = (Group) address;
                        if (group != null) {
                            MailboxList mList = group.getMailboxes();
                            if (mList != null && mList.isEmpty() == false) {
                                return getDisplayAddress(mList.get(0));
                            }
                        }
                    }
    View Full Code Here

    Examples of org.apache.jetspeed.om.security.Group

        public void setGroupByName( String groupName )
        {
            try
            {
                Group temp = JetspeedSecurity.getGroup(groupName);
                if (null != temp)
                {
                    group = temp;
                }
            }
    View Full Code Here

    Examples of org.apache.jetspeed.security.Group

                // TODO: need to try to normalize List/Collection/Iterators
                List list = new ArrayList();
                while (groups.hasNext())
                {
                    Group group = (Group)groups.next();
                   
                    Principal principal = group.getPrincipal();               
                    list.add(principal.getName());
                }           
               
                BrowserIterator iterator = new DatabaseBrowserIterator(
                        list, resultSetTitleList, resultSetTypeList,
    View Full Code Here

    Examples of org.apache.karaf.cellar.core.Group

        @Argument(index = 1, name = "pid", description = "The configuration PID", required = true, multiValued = false)
        String pid;

        @Override
        protected Object doExecute() throws Exception {
            Group group = groupManager.findGroupByName(groupName);
            if (group == null) {
                System.err.println("Cluster group " + groupName + " doesn't exist");
                return null;
            }
    View Full Code Here

    Examples of org.apache.lenya.ac.Group

        final public void testGetGroups() throws AccessControlException {
            FileUser user = createAndSaveUser("alice", "Alice Wonderland", "alice@wonderland.org",
                    "secret");
                   
            for (Iterator i = getGroups().values().iterator(); i.hasNext(); ) {
                Group group = (Group) i.next();
                assertTrue(group.contains(user));
            }
        }
    View Full Code Here

    Examples of org.apache.niolex.commons.test.Benchmark.Group

        System.out.println(other);
      }

      @Test
      public void testGroup() {
        Group gr = Group.makeGroup();
        gr.setGroupName("QQA");
        assertEquals("Not yet implemented", gr.getGroupName(), "QQA");
        gr.setGroupStatus(1280934);
        assertEquals("Not yet implemented", gr.getGroupStatus(), 1280934);
        gr.setGroupId(-1l);
        assertEquals("Not yet implemented", gr.getGroupId().longValue(), -1l);
        assertEquals("Not yet implemented", gr.getBeanMap().size(), 4);
        gr.setPrice(393);
        assertEquals("Not yet implemented", gr.getPrice(), 393);
      }
    View Full Code Here

    Examples of org.apache.rave.model.Group

            assertThat(converter.convert(group), is(sameInstance(group)));
        }

        @Test
        public void nullConversion() {
            Group category = null;
            assertThat(converter.convert(category), is(nullValue()));
        }
    View Full Code Here

    Examples of org.apache.rave.opensocial.model.Group

        @Override
        public List<Person> findByGroup(String groupId) {
            TypedQuery<Group> query = manager.createNamedQuery(Group.FIND_BY_TITLE, Group.class);
            query.setParameter(Group.GROUP_ID_PARAM, groupId);
            Group result = getSingleResult(query.getResultList());
            return result == null ? new ArrayList<Person>() : result.getMembers();
        }
    View Full Code Here

    Examples of org.apache.rave.portal.model.Group

            assertThat(converter.convert(group), is(sameInstance(group)));
        }

        @Test
        public void nullConversion() {
            Group category = null;
            assertThat(converter.convert(category), is(nullValue()));
        }
    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.