Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserGroup> |
ADTrackingIncrementalRepositoryChangeTracker.getNextGroups()
Method to return the next groups from the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapUserGroupAccessor.acceptMembersOfGroup(ExternalUserGroup group,
ExternalEntityVisitor<Long> visitor)
This method can be used to visit all members of the given group.
|
void |
LdapUserGroupAccessor.acceptParentGroups(ExternalUserGroup group,
ExternalEntityVisitor<ExternalGroupVO> visitor)
This method can be used to visit all parent groups of the given groups.
|
ExternalGroupVO |
LdapUserGroupAccessor.getGroup(ExternalUserGroup group)
Retrieves the current data of a group in the external system.
|
boolean |
LdapUserGroupAccessor.hasGroup(ExternalUserGroup group) |
Modifier and Type | Method and Description |
---|---|
ExternalUserGroup |
ExternalGroupVOContextMapper.mapFromContext(Object contex) |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserGroup> |
IncrementalRepositoryChangeTracker.getNextGroups()
Method to return the next groups from the repository.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<ExternalUserGroup> |
UserGroupRetriever.getNextGroups()
Method to get the next groups.
|
Collection<ExternalUserGroup> |
IncrementalUserGroupRetriever.getNextGroups()
Method to get the next groups.
|
Collection<ExternalUserGroup> |
ExternalUserGroupRetriever.getNextGroups()
Method to get the next groups.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalUserGroupImpl |
Modifier and Type | Method and Description |
---|---|
static ExternalUserGroup |
ExternalUserGroup.Factory.newInstance()
Constructs a new instance of
ExternalUserGroup . |
static ExternalUserGroup |
ExternalUserGroup.Factory.newInstance(String externalSystemId,
String externalId,
String alias,
String name)
Constructs a new instance of
ExternalUserGroup , taking all required and/or
read-only properties as arguments. |
static ExternalUserGroup |
ExternalUserGroup.Factory.newInstance(String externalSystemId,
String externalId,
String additionalProperty,
String alias,
String name,
String description,
Set<CommunoteEntity> groupMembers,
Set<GroupProperty> properties,
Set<BlogMember> memberships,
GlobalId globalId,
Set<Group> groups,
Set<Tag> tags)
Constructs a new instance of
ExternalUserGroup , taking all possible properties
(except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
ExternalUserGroup |
ExternalUserGroupDaoBase.create(ExternalUserGroup externalUserGroup) |
ExternalUserGroup |
ExternalUserGroupDao.create(ExternalUserGroup externalUserGroup)
Creates an instance of com.communote.server.persistence.user.group.ExternalUserGroup and adds
it to the persistent store.
|
ExternalUserGroup |
ExternalUserGroupDaoBase.findByAdditionalProperty(String additionalProperty,
String externalSystemId) |
ExternalUserGroup |
ExternalUserGroupDao.findByAdditionalProperty(String additionalProperty,
String externalSystemId)
Get an external group by the additional property.
|
ExternalUserGroup |
ExternalUserGroupDaoBase.findByExternalId(String externalId,
String externalSystemId) |
ExternalUserGroup |
ExternalUserGroupDao.findByExternalId(String externalId,
String externalSystemId) |
protected ExternalUserGroup |
ExternalUserGroupDaoImpl.handleFindByAdditionalProperty(String additionalProperty,
String externalSystemId) |
protected abstract ExternalUserGroup |
ExternalUserGroupDaoBase.handleFindByAdditionalProperty(String additionalProperty,
String externalSystemId) |
protected ExternalUserGroup |
ExternalUserGroupDaoImpl.handleFindByExternalId(String externalId,
String externalSystemId) |
protected abstract ExternalUserGroup |
ExternalUserGroupDaoBase.handleFindByExternalId(String externalId,
String externalSystemId)
Performs the core logic for
ExternalUserGroupDaoBase.findByExternalId(String, String) |
ExternalUserGroup |
ExternalUserGroupDaoBase.load(Long id) |
ExternalUserGroup |
ExternalUserGroupDao.load(Long id)
Loads an instance of com.communote.server.persistence.user.group.ExternalUserGroup from the
persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserGroup> |
ExternalUserGroupDaoBase.create(Collection<ExternalUserGroup> entities) |
Collection<ExternalUserGroup> |
ExternalUserGroupDao.create(Collection<ExternalUserGroup> entities)
Creates a new instance of com.communote.server.persistence.user.group.ExternalUserGroup and
adds from the passed in
entities collection |
Collection<ExternalUserGroup> |
ExternalUserGroupDaoBase.create(int transform,
Collection<ExternalUserGroup> entities) |
List<ExternalUserGroup> |
ExternalUserGroupDaoBase.findBySystemId(String systemId) |
List<ExternalUserGroup> |
ExternalUserGroupDao.findBySystemId(String systemId) |
List<ExternalUserGroup> |
ExternalUserGroupDaoBase.findLatestBySystemId(String externalSystemId,
Long startId,
int maxCount) |
List<ExternalUserGroup> |
ExternalUserGroupDao.findLatestBySystemId(String externalSystemId,
Long startId,
int maxCount)
Find the n newest external groups for the given external system ID.
|
protected List<ExternalUserGroup> |
ExternalUserGroupDaoImpl.handleFindBySystemId(String systemId) |
protected abstract List<ExternalUserGroup> |
ExternalUserGroupDaoBase.handleFindBySystemId(String systemId)
Performs the core logic for
ExternalUserGroupDaoBase.findBySystemId(String) |
protected List<ExternalUserGroup> |
ExternalUserGroupDaoImpl.handleFindLatestBySystemId(String externalSystemId,
Long startId,
int maxCount)
Performs the core logic for
ExternalUserGroupDaoBase.findLatestBySystemId(String, Long, int) |
protected abstract List<ExternalUserGroup> |
ExternalUserGroupDaoBase.handleFindLatestBySystemId(String externalSystemId,
Long startId,
int maxCount)
Performs the core logic for
ExternalUserGroupDaoBase.findLatestBySystemId(String, Long, int) |
Collection<ExternalUserGroup> |
ExternalUserGroupDaoBase.loadAll() |
Collection<ExternalUserGroup> |
ExternalUserGroupDao.loadAll()
Loads all entities of type
ExternalUserGroup . |
Modifier and Type | Method and Description |
---|---|
ExternalUserGroup |
ExternalUserGroupDaoBase.create(ExternalUserGroup externalUserGroup) |
ExternalUserGroup |
ExternalUserGroupDao.create(ExternalUserGroup externalUserGroup)
Creates an instance of com.communote.server.persistence.user.group.ExternalUserGroup and adds
it to the persistent store.
|
Object |
ExternalUserGroupDaoImpl.create(int transform,
ExternalUserGroup externalUserGroup)
Does the same thing as
ExternalUserGroupDao.create(com.communote.server.model.user.group.ExternalUserGroup) with an additional
flag called transform . |
Object |
ExternalUserGroupDaoBase.create(int transform,
ExternalUserGroup externalUserGroup) |
Object |
ExternalUserGroupDao.create(int transform,
ExternalUserGroup externalUserGroup)
Does the same thing as
ExternalUserGroupDao.create(com.communote.server.model.user.group.ExternalUserGroup) with an additional
flag called transform . |
void |
ExternalUserGroupDaoBase.evict(ExternalUserGroup entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalUserGroupDao.evict(ExternalUserGroup entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalUserGroupDaoBase.remove(ExternalUserGroup externalUserGroup) |
void |
ExternalUserGroupDao.remove(ExternalUserGroup externalUserGroup)
Removes the instance of com.communote.server.persistence.user.group.ExternalUserGroup from
the persistent store.
|
protected Object |
ExternalUserGroupDaoBase.transformEntity(int transform,
ExternalUserGroup entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
ExternalUserGroupDao , please note that the ExternalUserGroupDao.TRANSFORM_NONE constant
denotes no transformation, so the entity itself will be returned. |
void |
ExternalUserGroupDaoBase.update(ExternalUserGroup externalUserGroup) |
void |
ExternalUserGroupDao.update(ExternalUserGroup externalUserGroup)
Updates the
externalUserGroup instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserGroup> |
ExternalUserGroupDaoBase.create(Collection<ExternalUserGroup> entities) |
Collection<ExternalUserGroup> |
ExternalUserGroupDao.create(Collection<ExternalUserGroup> entities)
Creates a new instance of com.communote.server.persistence.user.group.ExternalUserGroup and
adds from the passed in
entities collection |
Collection<ExternalUserGroup> |
ExternalUserGroupDaoBase.create(int transform,
Collection<ExternalUserGroup> entities) |
Collection<?> |
ExternalUserGroupDao.create(int transform,
Collection<ExternalUserGroup> entities)
Does the same thing as
ExternalUserGroupDao.create(com.communote.server.model.user.group.ExternalUserGroup) with an additional
flag called transform . |
void |
ExternalUserGroupDaoBase.remove(Collection<ExternalUserGroup> entities) |
void |
ExternalUserGroupDao.remove(Collection<ExternalUserGroup> entities)
Removes all entities in the given
entities |
void |
ExternalUserGroupDaoBase.update(Collection<ExternalUserGroup> entities) |
void |
ExternalUserGroupDao.update(Collection<ExternalUserGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
void |
ExternalUserGroupAccessor.acceptMembersOfGroup(ExternalUserGroup group,
ExternalEntityVisitor<Long> visitor)
This method can be used to visit all members of the given group.
|
void |
ExternalUserGroupAccessor.acceptParentGroups(ExternalUserGroup group,
ExternalEntityVisitor<ExternalGroupVO> visitor)
This method can be used to visit all parent groups of the given groups.
|
ExternalGroupVO |
ExternalUserGroupAccessor.getGroup(ExternalUserGroup group)
Retrieves the current data of a group in the external system.
|
boolean |
ExternalUserGroupAccessor.hasGroup(ExternalUserGroup group) |
Copyright © 2019 Communote team. All rights reserved.