What is a PartyRelationship?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

What is a PartyRelationship?

rhodebump
I am trying to understand the ofbiz security model and have not found a good definition of what a PartyRelationship is used for.

appreciate the time.
phillip




Reply | Threaded
Open this post in threaded view
|

Re: What is a PartyRelationship?

BJ Freeman
if you go to
https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo
and type in security
you will see only
Entity: SecurityGroup
Entity: SecurityGroupPermission
Entity: SecurityPermission
Entity: UserLoginAndSecurityGroup
Entity: UserLoginSecurityGroup

PartyRelationship has todo with how one party relates to another.
you can use the artifactinfo to research it also.
Entity: PartyRelationship
Entity: PartyRelationshipAndDetail
Entity: PartyRelationshipToFrom
Entity: PartyRelationshipType
Form Widget: AddPartyRelationshipType
(party/webapp/partymgr/party/PartyForms.xml)
Screen Widget: EditPartyRelationships
(party/widget/partymgr/PartyScreens.xml)
Service: createPartyRelationship
Service: createPartyRelationshipType
Service: deletePartyRelationship
Service: partyRelationshipPermissionCheck
Service: updatePartyRelationship


Phillip Rhodes sent the following on 7/29/2008 5:41 PM:

> I am trying to understand the ofbiz security model and have not found a good definition of what a PartyRelationship is used for.
>
> appreciate the time.
> phillip
>
>
>
>
>
>
>