|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalGroup | |
---|---|
com.atlassian.crowd.integration.model.group | |
com.atlassian.crowd.integration.model.membership | |
com.atlassian.crowd.migration | |
com.atlassian.crowd.model.group |
Uses of InternalGroup in com.atlassian.crowd.integration.model.group |
---|
Methods in com.atlassian.crowd.integration.model.group that return InternalGroup | |
---|---|
InternalGroup |
InternalGroupAttribute.getGroup()
|
InternalGroup |
InternalGroupWithAttributes.getInternalGroup()
|
Constructors in com.atlassian.crowd.integration.model.group with parameters of type InternalGroup | |
---|---|
InternalGroupAttribute(InternalGroup group,
String name,
String value)
|
|
InternalGroupAttribute(Long id,
InternalGroup group,
String name,
String value)
|
|
InternalGroupWithAttributes(InternalGroup group,
Map<String,List<String>> attributes)
|
Uses of InternalGroup in com.atlassian.crowd.integration.model.membership |
---|
Constructors in com.atlassian.crowd.integration.model.membership with parameters of type InternalGroup | |
---|---|
InternalMembership(InternalGroup parentGroup,
InternalGroup childGroup)
|
|
InternalMembership(InternalGroup group,
InternalUser user)
|
Uses of InternalGroup in com.atlassian.crowd.migration |
---|
Methods in com.atlassian.crowd.migration that return InternalGroup | |
---|---|
protected InternalGroup |
GroupMapper.getGroupFromXml(org.dom4j.Element groupElement)
|
Methods in com.atlassian.crowd.migration with parameters of type InternalGroup | |
---|---|
protected void |
GroupMapper.addGroupToXml(InternalGroup group,
List<InternalGroupAttribute> attributes,
org.dom4j.Element groupRoot)
|
protected List<InternalGroupAttribute> |
GroupMapper.getGroupAttributesFromXml(org.dom4j.Element groupElement,
InternalGroup groupReference)
|
Uses of InternalGroup in com.atlassian.crowd.model.group |
---|
Methods in com.atlassian.crowd.model.group that return InternalGroup | |
---|---|
InternalGroup |
GroupDAOHibernate.add(Group group)
|
InternalGroup |
GroupDAO.add(Group group)
|
InternalGroup |
GroupDAOHibernate.findByName(long directoryID,
String groupName)
|
InternalGroup |
GroupDAO.findByName(long directoryId,
String groupName)
|
InternalGroup |
GroupDAOHibernate.rename(Group group,
String newName)
|
InternalGroup |
GroupDAO.rename(Group group,
String newName)
|
InternalGroup |
GroupDAOHibernate.update(Group group)
|
InternalGroup |
GroupDAO.update(Group group)
|
Methods in com.atlassian.crowd.model.group that return types with arguments of type InternalGroup | |
---|---|
Collection<InternalGroup> |
GroupDAOHibernate.findByNames(long directoryID,
Collection<String> groupnames)
|
Collection<InternalGroup> |
GroupDAO.findByNames(long directoryId,
Collection<String> groupnames)
Bulk find of groups using SQL disjunction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |