Examples of relate()


Examples of org.apache.cayenne.lifecycle.relationship.ObjectIdRelationshipHandler.relate()

        ObjectContext context = runtime.getContext();
        AuditableChildUuid ac = Cayenne.objectForPK(context, AuditableChildUuid.class, 1);
        Auditable1 a1 = Cayenne.objectForPK(context, Auditable1.class, 1);
        IdCoder refHandler = new IdCoder(domain.getEntityResolver());
        ObjectIdRelationshipHandler handler = new ObjectIdRelationshipHandler(refHandler);
        handler.relate(ac, a1);

        ac.setCharProperty1("xxxx");
        context.commitChanges();
        assertEquals(1, processor.size);
        Collection<Object> auditables = processor.audited.get(AuditableOperation.UPDATE);
View Full Code Here

Examples of org.apache.cayenne.lifecycle.relationship.ObjectIdRelationshipHandler.relate()

        Auditable1 auditedParent = context.newObject(Auditable1.class);
        AuditableChildUuid audited = context.newObject(AuditableChildUuid.class);

        IdCoder refHandler = new IdCoder(context.getEntityResolver());
        ObjectIdRelationshipHandler handler = new ObjectIdRelationshipHandler(refHandler);
        handler.relate(audited, auditedParent);
        context.commitChanges();

        AuditableFilter filter = new AuditableFilter(resolver, processor);
        filter.updateAuditChild(audited);
        filter.postSync();
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

        StubEntityRelationDAO userToRole = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_MEMBER_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.ROLE));
        userToRole.relate(null, null, user_jsmith, role_manager);
        userToRole.relate(null, null, user_jsmith, role_random);
        userToRole.relate(null, null, user_jdoe, role_manager);
        userToRole.relate(null, null, user_jdoe, role_random);
        userToRole.relate(null, null, user_jdoe, role_admin);
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

        StubEntityRelationDAO userToRole = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_MEMBER_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.ROLE));
        userToRole.relate(null, null, user_jsmith, role_manager);
        userToRole.relate(null, null, user_jsmith, role_random);
        userToRole.relate(null, null, user_jdoe, role_manager);
        userToRole.relate(null, null, user_jdoe, role_random);
        userToRole.relate(null, null, user_jdoe, role_admin);

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

                JetspeedPrincipalAssociationType.IS_MEMBER_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.ROLE));
        userToRole.relate(null, null, user_jsmith, role_manager);
        userToRole.relate(null, null, user_jsmith, role_random);
        userToRole.relate(null, null, user_jdoe, role_manager);
        userToRole.relate(null, null, user_jdoe, role_random);
        userToRole.relate(null, null, user_jdoe, role_admin);

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.ROLE));
        userToRole.relate(null, null, user_jsmith, role_manager);
        userToRole.relate(null, null, user_jsmith, role_random);
        userToRole.relate(null, null, user_jdoe, role_manager);
        userToRole.relate(null, null, user_jdoe, role_random);
        userToRole.relate(null, null, user_jdoe, role_admin);

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
                JetspeedPrincipalType.USER,
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

                JetspeedPrincipalType.ROLE));
        userToRole.relate(null, null, user_jsmith, role_manager);
        userToRole.relate(null, null, user_jsmith, role_random);
        userToRole.relate(null, null, user_jdoe, role_manager);
        userToRole.relate(null, null, user_jdoe, role_random);
        userToRole.relate(null, null, user_jdoe, role_admin);

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.GROUP));
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.GROUP));
        userToGroup.relate(null, null, user_jsmith, group_programmers);
        userToGroup.relate(null, null, user_jsmith, group_random);
        userToGroup.relate(null, null, user_jdoe, group_board);
        userToGroup.relate(null, null, user_jdoe, group_yetAnother);
        userToGroup.relate(null, null, user_jdoe, group_random);
       
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

        StubEntityRelationDAO userToGroup = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.GROUP));
        userToGroup.relate(null, null, user_jsmith, group_programmers);
        userToGroup.relate(null, null, user_jsmith, group_random);
        userToGroup.relate(null, null, user_jdoe, group_board);
        userToGroup.relate(null, null, user_jdoe, group_yetAnother);
        userToGroup.relate(null, null, user_jdoe, group_random);
       
        StubEntityRelationDAO groupToRole = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
View Full Code Here

Examples of org.apache.jetspeed.security.mapping.stubs.StubEntityRelationDAO.relate()

                JetspeedPrincipalAssociationType.IS_CHILD_OF,
                JetspeedPrincipalType.USER,
                JetspeedPrincipalType.GROUP));
        userToGroup.relate(null, null, user_jsmith, group_programmers);
        userToGroup.relate(null, null, user_jsmith, group_random);
        userToGroup.relate(null, null, user_jdoe, group_board);
        userToGroup.relate(null, null, user_jdoe, group_yetAnother);
        userToGroup.relate(null, null, user_jdoe, group_random);
       
        StubEntityRelationDAO groupToRole = new StubEntityRelationDAO(new SecurityEntityRelationTypeImpl(
                JetspeedPrincipalAssociationType.IS_CHILD_OF,
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.