Modifier and Type | Method and Description |
---|---|
Organization |
OrgFeature.getOrg() |
Modifier and Type | Method and Description |
---|---|
void |
OrgFeature.setOrg(Organization org) |
Modifier and Type | Method and Description |
---|---|
Organization |
FeatureForOrganization.getOrg()
Linked to a Primary Organization
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureForOrganization.setOrg(Organization org)
Linked to a Primary Organization
|
Modifier and Type | Method and Description |
---|---|
<O extends Organization> |
MultiOrgDao.getOrganizations(GeoLocation location) |
<O extends Organization> |
MultiOrgDao.getParents(Organization org) |
Modifier and Type | Method and Description |
---|---|
Organization |
MultiOrgDao.getOrganization(Object identifier) |
Modifier and Type | Method and Description |
---|---|
List |
MultiOrgDao.getHierarchy(Organization org) |
<O extends Organization> |
MultiOrgDao.getParents(Organization org) |
<V extends Venue> |
MultiOrgDao.getVenues(Organization org) |
Modifier and Type | Field and Description |
---|---|
protected Organization |
OrganizationAttribute.entity |
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationAttribute.getEntity() |
Organization |
Venue.getOwnerOrganization() |
Organization |
Organization.setAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
OrganizationAttribute.setEntity(Organization entity) |
void |
Venue.setOwnerOrganization(Organization ownerOrganization) |
Constructor and Description |
---|
OrganizationAttribute(String name,
String value,
Organization organization) |
Venue(PlaceRef location,
Organization ownerOrganization) |
Venue(String name,
Organization ownerOrganization) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiOrgService<O extends Organization,V extends Venue,P extends PlaceRef>
Common services for multiple organizations
|
Modifier and Type | Class and Description |
---|---|
class |
TenantContextJPAQueryTransformer<O extends Organization,U extends SAASUser<O>>
This
Transformer ensures all generic queries are made in context to the current Tenant.By default the Tenant related to User#getOrganizations() and User#getPrimaryOrganization() |
Copyright © 2018. All rights reserved.