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.jmol.modelset.Group

      static BioPolymer allocateBioPolymer(Group[] groups, int firstGroupIndex,
                                           boolean checkConnections) {
        Monomer previous = null;
        int count = 0;
        for (int i = firstGroupIndex; i < groups.length; ++i) {
          Group group = groups[i];
          Monomer current;
          if (!(group instanceof Monomer)
              || (current = (Monomer) group).bioPolymer != null || previous != null
              && previous.getClass() != current.getClass()
              || checkConnections && !current.isConnectedAfter(previous))
    View Full Code Here

    Examples of org.joget.directory.model.Group

        public Collection<User> getUserByGroupId(String groupId) {
            return getUserDao().getUsers(null, null, null, null, groupId, null, null, "username", false, null, null);
        }

        public Collection<User> getUserByGroupName(String groupName) {
            Group group = getGroupDao().getGroupByName(groupName);
            if (group != null) {
                return getUserDao().getUsers(null, null, null, null, group.getId(), null, null, "username", false, null, null);
            }
            return null;
        }
    View Full Code Here

    Examples of org.jreform.Group

            return addNewGroup(name, false);
        }
       
        private Group addNewGroup(String name, boolean isRequired)
        {
            Group group = new GroupImpl(this, name, isRequired);
            addGroup(group);
            return group;
        }
    View Full Code Here

    Examples of org.jresearch.gossip.beans.forum.Group

            try {
                ArrayList groups = new ArrayList();
                rs = (ResultSet) st.executeQuery();

                while (rs.next()) {
                    Group gr = new Group();
                    gr.setGroupid(rs.getInt("groupid"));
                    gr.setName(rs.getString("group_name"));
                    getForums(gr, userStatus, filled);
                    groups.add(gr);
                }

                return groups;
    View Full Code Here

    Examples of org.jruby.ext.posix.Group

        @JRubyMethod(name = "getgrnam", required=1, module = true)
        public static IRubyObject getgrnam(IRubyObject recv, IRubyObject name) {
            Ruby runtime = recv.getRuntime();
            String nam = name.convertToString().toString();
            try {
                Group grp = runtime.getPosix().getgrnam(nam);
                if(grp == null) {
                    if (Platform.IS_WINDOWS) {  // MRI behavior
                        return runtime.getNil();
                    }
                    throw runtime.newArgumentError("can't find group for " + nam);
    View Full Code Here

    Examples of org.jtalks.common.model.entity.Group

            Component component = setupComponentMock();

            BranchPermission targetPermission = BranchPermission.CREATE_POSTS;
            BranchPermissionDto dto = createBranchPermissionDto(targetPermission);

            List<Group> selectedGroupList = Arrays.asList(new Group("1"), new Group("2"), new Group("3"));
            when(branchService.getPermissionGroupsFor(component.getId(), dto.getBranchId(), dto.isAllowed(), targetPermission))
                    .thenReturn(selectedGroupList);

            List<Group> allGroupList = Arrays.asList(new Group("4"), new Group("5"), new Group("6"));
            when(permissionManager.getAllGroupsWithoutExcluded(selectedGroupList, targetPermission)).thenReturn(allGroupList);
            when(permissionManager.findBranchPermissionByMask(targetPermission.getMask())).thenReturn(targetPermission);

            JsonResponse jsonResponse = administrationController.getGroupsForBranchPermission(dto);
    View Full Code Here

    Examples of org.kie.api.task.model.Group

                User newuser = TaskModelProvider.getFactory().newUser();
                ((InternalOrganizationalEntity) newuser).setId(user);
                orgEntList.add(newuser);
            }
            for( String group : groups ) {
                Group newuser = TaskModelProvider.getFactory().newGroup();
                ((InternalOrganizationalEntity) newuser).setId(group);
                orgEntList.add(newuser);
            }
           
            return orgEntList;
    View Full Code Here

    Examples of org.mifosplatform.portfolio.group.domain.Group

        private void checkClientOrGroupActive(final Loan loan) {
            final Client client = loan.client();
            if (client != null) {
                if (client.isNotActive()) { throw new ClientNotActiveException(client.getId()); }
            }
            final Group group = loan.group();
            if (group != null) {
                if (group.isNotActive()) { throw new GroupNotActiveException(group.getId()); }
            }
        }
    View Full Code Here

    Examples of org.mortbay.setuid.Group

               
               
               
               
                // get the group using the roots groupid
                Group gr1 = SetUID.getgrgid(passwd1.getPwGid());
                // get the group name using the aquired name
                Group gr2 = SetUID.getgrnam(gr1.getGrName());
               
                assertEquals(gr1.getGrName(), gr2.getGrName());
                assertEquals(gr1.getGrPasswd(), gr2.getGrPasswd());
                assertEquals(gr1.getGrGid(), gr2.getGrGid());
               
                // search and check through membership lists
                if(gr1.getGrMem() != null)
                {
                    assertEquals(gr1.getGrMem().length, gr2.getGrMem().length);
                    for(int i=0; i<gr1.getGrMem().length; i++)
                    {
                        assertEquals(gr1.getGrMem()[i], gr2.getGrMem()[i]);
                    }
                }
               
               
            }
    View Full Code Here

    Examples of org.myphotodiary.model.Group

          directory.setLatitude(dirData.getLat());
        }
        if (dirData.getLng() != null) {
          directory.setLongitude(dirData.getLng());
        }
        Group group = null;
        if (dirData.getGroup() != null) {
          group = em.find(Group.class, dirData.getGroup());
        }
        // default is forced to "public"
        if (group == null) {
    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.