is.idega.idegaweb.golf.entity
Interface Union
- All Superinterfaces:
- java.lang.Comparable<com.idega.data.IDOEntity>, javax.ejb.EJBLocalObject, com.idega.core.data.ICTreeNode, com.idega.util.datastructures.idegaTreeNode, com.idega.data.IDOEntity, com.idega.data.IDOLegacyEntity, com.idega.data.MetaDataCapable, com.idega.data.TreeableEntity, com.idega.data.UniqueIDCapable
- All Known Implementing Classes:
- UnionBMPBean
public interface Union
- extends com.idega.data.IDOLegacyEntity, com.idega.util.datastructures.idegaTreeNode, com.idega.core.data.ICTreeNode, com.idega.data.TreeableEntity, com.idega.data.UniqueIDCapable
Fields inherited from interface com.idega.data.IDOLegacyEntity |
STATE_DELETED, STATE_IN_SYNCH_WITH_DATASTORE, STATE_NEW, STATE_NEW_AND_NOT_IN_SYNCH_WITH_DATASTORE, STATE_NOT_IN_SYNCH_WITH_DATASTORE |
Method Summary |
void |
addChild(com.idega.data.TreeableEntity p0)
|
void |
addExtraUnion(Union union)
|
boolean |
addToBlackList(Member member)
|
java.util.Enumeration |
children()
|
Union[] |
findAllGolfClubs()
|
java.lang.String |
getAbbrevation()
|
java.util.List<Member> |
getActiveMembers()
|
java.lang.Integer |
getAdId()
|
java.util.List<Member> |
getAllActiveMembers()
|
java.util.List |
getAllGolfClubs()
|
java.util.List<Member> |
getAllInActiveMembers()
|
java.util.List<Member> |
getAllMembersInUnion()
|
boolean |
getAllowsChildren()
|
java.util.Collection<Member> |
getBlackListedMembers()
|
java.util.Collection<java.lang.String> |
getBlackListedMembersIds()
|
com.idega.util.datastructures.idegaTreeNode |
getChildAt(int childIndex)
|
com.idega.core.data.ICTreeNode |
getChildAtIndex(int index)
|
int |
getChildCount()
|
java.util.Collection |
getChildren()
|
java.util.Collection |
getChildren(java.lang.String p0)
|
java.util.Iterator |
getChildrenIterator()
|
java.util.Iterator |
getChildrenIterator(java.lang.String arg0)
|
java.util.Iterator |
getChildrenIterator(java.lang.String arg0,
boolean arg1)
|
java.util.Collection |
getChildUnions()
|
com.idega.block.trade.data.CreditCardInformation |
getCreditCardInformation()
|
java.lang.String |
getExternalLink()
|
java.util.List |
getGroups(java.lang.String group_type)
|
com.idega.user.data.Group |
getICGroup()
|
int |
getICGroupId()
|
java.lang.String |
getId()
|
java.util.List<Member> |
getInActiveMembers()
|
int |
getIndex(com.idega.core.data.ICTreeNode node)
|
int |
getIndex(com.idega.util.datastructures.idegaTreeNode node)
|
java.util.List |
getMembersInUnion()
|
java.lang.String |
getName()
|
int |
getNodeID()
|
java.lang.String |
getNodeName()
|
java.lang.String |
getNodeName(java.util.Locale locale)
|
java.lang.String |
getNodeName(java.util.Locale locale,
com.idega.idegaweb.IWApplicationContext iwac)
|
int |
getNumber()
|
java.util.List |
getOwningFields()
|
com.idega.util.datastructures.idegaTreeNode |
getParent()
|
com.idega.data.TreeableEntity |
getParentEntity()
|
com.idega.core.data.ICTreeNode |
getParentNode()
|
java.util.Collection |
getParentUnions()
|
int |
getSiblingCount()
|
java.util.List |
getTournamentGroups()
|
java.util.List |
getTournamentGroupsRecursive()
|
java.lang.String |
getTreeRelationshipChildColumnName(com.idega.data.TreeableEntity p0)
|
java.lang.String |
getTreeRelationshipTableName(com.idega.data.TreeableEntity p0)
|
UnionArea |
getUnionArea()
|
com.idega.user.data.Group |
getUnionFromIWMemberSystem()
|
java.util.List |
getUnionGroups()
|
java.util.List |
getUnionGroupsRecursive()
|
UnionInfo |
getUnionInfo()
|
java.util.List |
getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom,
int zipcodeTo)
|
java.util.List |
getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2)
|
java.util.List |
getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot)
|
java.util.List |
getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot1,
int zipcodeIsNot2)
|
java.util.List |
getUnionsBetweenZipcodesOrderBy(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot1,
int zipcodeIsNot2,
java.lang.String orderBy)
|
java.lang.String |
getUnionType()
|
boolean |
isBlackListed(Member member)
|
boolean |
isDeleted()
|
boolean |
isLeaf()
|
boolean |
isUserMemberOfClub(com.idega.user.data.User user)
|
boolean |
leafsFirst()
|
void |
moveChildrenFrom(com.idega.data.TreeableEntity p0)
|
void |
removeChild(com.idega.data.TreeableEntity p0)
|
void |
removeExtraUnion(Union union)
|
boolean |
removeFromBlackList(Member member)
|
void |
setAbbrevation(java.lang.String abbrevation)
|
void |
setAdId(java.lang.Integer adId)
|
void |
setDeleted(boolean deleted)
|
void |
setExternalLink(java.lang.String link)
|
void |
setICGroup(com.idega.user.data.Group group)
|
void |
setLeafsFirst(boolean b)
|
void |
setName(java.lang.String name)
|
void |
setNumber(int number)
|
void |
setNumber(java.lang.Integer number)
|
void |
setToSortLeafs(boolean b)
|
void |
setUnionArea(UnionArea area)
|
void |
setUnionType(java.lang.String type)
|
boolean |
sortLeafs()
|
Methods inherited from interface com.idega.data.IDOLegacyEntity |
addMetaData, addMetaData, addTo, addTo, addTo, addTo, addTo, addTo, addTo, addTreeRelationShip, clear, columnsHaveChanged, constructArray, delete, delete, deleteMetaData, deleteMultiple, deleteMultiple, empty, fillColumn, findAll, findAll, findAll, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumnDescendingOrdered, findAllByColumnDescendingOrdered, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllDescendingOrdered, findAllOrdered, findAssociated, findAssociatedOrdered, findByPrimaryKey, findRelated, findRelated, findRelatedIDs, findRelatedIDs, findReverseRelated, freeConnection, freeConnection, getBlobColumnValue, getBooleanColumnValue, getCharColumnValue, getColumn, getColumnNames, getColumnOutputStream, getColumnValue, getConnection, getConnection, getDatasource, getDoubleColumnValue, getEditableColumnNames, getEmptyBlob, getEntityName, getEntityState, getFloatColumnValue, getID, getIDColumnName, getIDInteger, getIfEditable, getIfInsertStartData, getIfNullable, getIfUnique, getIfVisible, getInputStreamColumnValue, getIntColumnValue, getIntegerColumnValue, getIntTableValue, getLobColumnName, getLongName, getMaxColumnValue, getMaxColumnValue, getMaxLength, getMetaDataDelete, getMetaDataIds, getMetaDataInsert, getMetaDataUpdate, getNameOfMiddleTable, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecordsRelated, getNumberOfRecordsReverseRelated, getPrimaryKeyValue, getRelationShipClass, getRelationShipType, getStorageClassName, getStorageClassType, getStringColumnValue, getTableName, getVisibleColumnNames, hasBeenSetNull, hasLobColumn, hasMetaDataRelationship, insert, insert, insertMetaData, isInSynchWithDatastore, isNull, isPrimaryKey, metaDataHasChanged, metaDataHasChanged, removeFrom, removeFrom, removeFrom, removeFrom, removeFrom, removeFromColumn, removeMetaData, reverseRemoveFrom, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setDatasource, setDefaultValues, setEntityState, setID, setID, setLongName, setMaxLength, setNullable, setRelationShipClassName, setRelationShipType, setStorageClassName, setStorageClassType, setStringColumn, setToInsertStartData, setUnique, setVisible, toString, update, update, updateMetaData |
Methods inherited from interface com.idega.data.MetaDataCapable |
getMetaData, getMetaDataAttributes, getMetaDataTypes, renameMetaData, renameMetaData, setMetaData, setMetaData, setMetaDataAttributes |
Methods inherited from interface com.idega.data.IDOEntity |
decode, decode, getEntityDefinition, store |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface com.idega.data.UniqueIDCapable |
getUniqueId, setUniqueId |
AUTHORIZATION_TYPE
static final java.lang.String AUTHORIZATION_TYPE
- See Also:
- Constant Field Values
getId
java.lang.String getId()
- Specified by:
getId
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getId()
getName
java.lang.String getName()
- Specified by:
getName
in interface com.idega.data.IDOLegacyEntity
- See Also:
UnionBMPBean.getName()
setName
void setName(java.lang.String name)
- Specified by:
setName
in interface com.idega.data.IDOLegacyEntity
- See Also:
UnionBMPBean.setName(java.lang.String)
setAbbrevation
void setAbbrevation(java.lang.String abbrevation)
- See Also:
UnionBMPBean.setAbbrevation(java.lang.String)
getAbbrevation
java.lang.String getAbbrevation()
- See Also:
UnionBMPBean.getAbbrevation()
setNumber
void setNumber(int number)
- See Also:
UnionBMPBean.setNumber(int)
setNumber
void setNumber(java.lang.Integer number)
- See Also:
UnionBMPBean.setNumber(int)
getNumber
int getNumber()
- See Also:
UnionBMPBean.getNumber()
setUnionType
void setUnionType(java.lang.String type)
- See Also:
UnionBMPBean.setUnionType(java.lang.String)
getUnionType
java.lang.String getUnionType()
- See Also:
UnionBMPBean.getUnionType()
setExternalLink
void setExternalLink(java.lang.String link)
- See Also:
UnionBMPBean.setExternalLink(java.lang.String)
getExternalLink
java.lang.String getExternalLink()
- See Also:
UnionBMPBean.getExternalLink()
setUnionArea
void setUnionArea(UnionArea area)
- See Also:
is.idega.idegaweb.golf.entity.UnionBMPBean#setArea
getUnionArea
UnionArea getUnionArea()
- See Also:
is.idega.idegaweb.golf.entity.UnionBMPBean#getArea
setDeleted
void setDeleted(boolean deleted)
- See Also:
UnionBMPBean.setDeleted(boolean)
isDeleted
boolean isDeleted()
- See Also:
UnionBMPBean.isDeleted()
getUnionInfo
UnionInfo getUnionInfo()
- See Also:
UnionBMPBean.getUnionInfo()
findAllGolfClubs
Union[] findAllGolfClubs()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.findAllGolfClubs()
getAllGolfClubs
java.util.List getAllGolfClubs()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getAllGolfClubs()
getOwningFields
java.util.List getOwningFields()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getOwningFields()
getChildrenIterator
java.util.Iterator getChildrenIterator()
- Specified by:
getChildrenIterator
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getChildrenIterator()
getChildren
java.util.Collection getChildren()
- Specified by:
getChildren
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getChildren()
children
java.util.Enumeration children()
- Specified by:
children
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.children()
getAllowsChildren
boolean getAllowsChildren()
- Specified by:
getAllowsChildren
in interface com.idega.core.data.ICTreeNode
- Specified by:
getAllowsChildren
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getAllowsChildren()
getChildAt
com.idega.util.datastructures.idegaTreeNode getChildAt(int childIndex)
- Specified by:
getChildAt
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getChildAt(int)
getChildCount
int getChildCount()
- Specified by:
getChildCount
in interface com.idega.core.data.ICTreeNode
- Specified by:
getChildCount
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getChildCount()
getIndex
int getIndex(com.idega.util.datastructures.idegaTreeNode node)
- Specified by:
getIndex
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getIndex(com.idega.util.datastructures.idegaTreeNode)
getParent
com.idega.util.datastructures.idegaTreeNode getParent()
- Specified by:
getParent
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getParent()
isLeaf
boolean isLeaf()
- Specified by:
isLeaf
in interface com.idega.core.data.ICTreeNode
- Specified by:
isLeaf
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.isLeaf()
getNodeName
java.lang.String getNodeName()
- Specified by:
getNodeName
in interface com.idega.core.data.ICTreeNode
- Specified by:
getNodeName
in interface com.idega.util.datastructures.idegaTreeNode
- See Also:
UnionBMPBean.getNodeName()
getMembersInUnion
java.util.List getMembersInUnion()
- See Also:
UnionBMPBean.getMembersInUnion()
getAllMembersInUnion
java.util.List<Member> getAllMembersInUnion()
getAllActiveMembers
java.util.List<Member> getAllActiveMembers()
getAllInActiveMembers
java.util.List<Member> getAllInActiveMembers()
getActiveMembers
java.util.List<Member> getActiveMembers()
getInActiveMembers
java.util.List<Member> getInActiveMembers()
getGroups
java.util.List getGroups(java.lang.String group_type)
- See Also:
UnionBMPBean.getGroups(java.lang.String)
getUnionGroups
java.util.List getUnionGroups()
- See Also:
UnionBMPBean.getUnionGroups()
getUnionGroupsRecursive
java.util.List getUnionGroupsRecursive()
- See Also:
UnionBMPBean.getUnionGroupsRecursive()
getTournamentGroups
java.util.List getTournamentGroups()
- See Also:
UnionBMPBean.getTournamentGroups()
getTournamentGroupsRecursive
java.util.List getTournamentGroupsRecursive()
- See Also:
UnionBMPBean.getTournamentGroupsRecursive()
getUnionsBetweenZipcodes
java.util.List getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom,
int zipcodeTo)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getUnionsBetweenZipcodes(is.idega.idegaweb.golf.entity.Union, int, int)
getUnionsBetweenZipcodes
java.util.List getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getUnionsBetweenZipcodes(is.idega.idegaweb.golf.entity.Union, int, int)
getUnionsBetweenZipcodes
java.util.List getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getUnionsBetweenZipcodes(is.idega.idegaweb.golf.entity.Union, int, int)
getUnionsBetweenZipcodes
java.util.List getUnionsBetweenZipcodes(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot1,
int zipcodeIsNot2)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getUnionsBetweenZipcodes(is.idega.idegaweb.golf.entity.Union, int, int)
getUnionsBetweenZipcodesOrderBy
java.util.List getUnionsBetweenZipcodesOrderBy(Union entity,
int zipcodeFrom1,
int zipcodeTo1,
int zipcodeFrom2,
int zipcodeTo2,
int zipcodeIsNot1,
int zipcodeIsNot2,
java.lang.String orderBy)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.getUnionsBetweenZipcodesOrderBy(is.idega.idegaweb.golf.entity.Union, int, int, int, int, int, int, java.lang.String)
getNodeID
int getNodeID()
- Specified by:
getNodeID
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getNodeID()
getParentNode
com.idega.core.data.ICTreeNode getParentNode()
- Specified by:
getParentNode
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getParentNode()
getIndex
int getIndex(com.idega.core.data.ICTreeNode node)
- Specified by:
getIndex
in interface com.idega.core.data.ICTreeNode
- Specified by:
getIndex
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getIndex(com.idega.util.datastructures.idegaTreeNode)
getChildAtIndex
com.idega.core.data.ICTreeNode getChildAtIndex(int index)
- Specified by:
getChildAtIndex
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getChildAtIndex(int)
getSiblingCount
int getSiblingCount()
- Specified by:
getSiblingCount
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getSiblingCount()
getNodeName
java.lang.String getNodeName(java.util.Locale locale)
- Specified by:
getNodeName
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getNodeName()
addChild
void addChild(com.idega.data.TreeableEntity p0)
throws java.sql.SQLException
- Specified by:
addChild
in interface com.idega.data.TreeableEntity
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.addChild(com.idega.data.TreeableEntity)
getParentEntity
com.idega.data.TreeableEntity getParentEntity()
- Specified by:
getParentEntity
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getParentEntity()
getTreeRelationshipChildColumnName
java.lang.String getTreeRelationshipChildColumnName(com.idega.data.TreeableEntity p0)
- Specified by:
getTreeRelationshipChildColumnName
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getTreeRelationshipChildColumnName(com.idega.data.TreeableEntity)
getTreeRelationshipTableName
java.lang.String getTreeRelationshipTableName(com.idega.data.TreeableEntity p0)
- Specified by:
getTreeRelationshipTableName
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getTreeRelationshipTableName(com.idega.data.TreeableEntity)
moveChildrenFrom
void moveChildrenFrom(com.idega.data.TreeableEntity p0)
throws java.sql.SQLException
- Specified by:
moveChildrenFrom
in interface com.idega.data.TreeableEntity
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.moveChildrenFrom(com.idega.data.TreeableEntity)
removeChild
void removeChild(com.idega.data.TreeableEntity p0)
throws java.sql.SQLException
- Specified by:
removeChild
in interface com.idega.data.TreeableEntity
- Throws:
java.sql.SQLException
- See Also:
UnionBMPBean.removeChild(com.idega.data.TreeableEntity)
getNodeName
java.lang.String getNodeName(java.util.Locale locale,
com.idega.idegaweb.IWApplicationContext iwac)
- Specified by:
getNodeName
in interface com.idega.core.data.ICTreeNode
- See Also:
UnionBMPBean.getNodeName()
leafsFirst
boolean leafsFirst()
- Specified by:
leafsFirst
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.leafsFirst()
setLeafsFirst
void setLeafsFirst(boolean b)
- Specified by:
setLeafsFirst
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.setLeafsFirst(boolean)
setToSortLeafs
void setToSortLeafs(boolean b)
- Specified by:
setToSortLeafs
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.setToSortLeafs(boolean)
sortLeafs
boolean sortLeafs()
- Specified by:
sortLeafs
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.sortLeafs()
getCreditCardInformation
com.idega.block.trade.data.CreditCardInformation getCreditCardInformation()
- See Also:
UnionBMPBean.getCreditCardInformation()
setICGroup
void setICGroup(com.idega.user.data.Group group)
- See Also:
UnionBMPBean.setICGroup(com.idega.user.data.Group)
getICGroup
com.idega.user.data.Group getICGroup()
- See Also:
UnionBMPBean.getICGroup()
getUnionFromIWMemberSystem
com.idega.user.data.Group getUnionFromIWMemberSystem()
- See Also:
UnionBMPBean.getUnionFromIWMemberSystem()
addToBlackList
boolean addToBlackList(Member member)
- Returns:
- TODO
- See Also:
UnionBMPBean.addToBlackList(is.idega.idegaweb.golf.entity.Member)
isBlackListed
boolean isBlackListed(Member member)
throws com.idega.data.IDORelationshipException
- Throws:
com.idega.data.IDORelationshipException
- See Also:
UnionBMPBean.isBlackListed(is.idega.idegaweb.golf.entity.Member)
removeFromBlackList
boolean removeFromBlackList(Member member)
- Returns:
- TODO
- See Also:
UnionBMPBean.removeFromBlackList(is.idega.idegaweb.golf.entity.Member)
addExtraUnion
void addExtraUnion(Union union)
throws com.idega.data.IDOAddRelationshipException
- Throws:
com.idega.data.IDOAddRelationshipException
- See Also:
UnionBMPBean.addExtraUnion(is.idega.idegaweb.golf.entity.Union)
removeExtraUnion
void removeExtraUnion(Union union)
throws com.idega.data.IDORemoveRelationshipException
- Throws:
com.idega.data.IDORemoveRelationshipException
- See Also:
UnionBMPBean.removeExtraUnion(is.idega.idegaweb.golf.entity.Union)
getChildUnions
java.util.Collection getChildUnions()
throws com.idega.data.IDORelationshipException
- Throws:
com.idega.data.IDORelationshipException
- See Also:
UnionBMPBean.getChildUnions()
getParentUnions
java.util.Collection getParentUnions()
throws com.idega.data.IDORelationshipException
- Throws:
com.idega.data.IDORelationshipException
- See Also:
UnionBMPBean.getParentUnions()
getChildrenIterator
java.util.Iterator getChildrenIterator(java.lang.String arg0)
- Specified by:
getChildrenIterator
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getChildrenIterator()
getChildrenIterator
java.util.Iterator getChildrenIterator(java.lang.String arg0,
boolean arg1)
- Specified by:
getChildrenIterator
in interface com.idega.data.TreeableEntity
- See Also:
UnionBMPBean.getChildrenIterator()
getChildren
java.util.Collection getChildren(java.lang.String p0)
- See Also:
UnionBMPBean.getChildren()
isUserMemberOfClub
boolean isUserMemberOfClub(com.idega.user.data.User user)
getAdId
java.lang.Integer getAdId()
setAdId
void setAdId(java.lang.Integer adId)
getBlackListedMembers
java.util.Collection<Member> getBlackListedMembers()
- Returns:
Collection
of Member
s,
who are in blacklist of this Union
or Collections.emptyList()
on failure;
getBlackListedMembersIds
java.util.Collection<java.lang.String> getBlackListedMembersIds()
- Returns:
Collection
of EJBLocalObject.getPrimaryKey()
of
Member
s, who are in blacklist of this Union
or Collections.emptyList()
on failure;
getICGroupId
int getICGroupId()
Copyright © 2000-2014 idega software. All Rights Reserved.