Uses of Class
org.n52.series.db.beans.sta.PartyEntity
-
Packages that use PartyEntity Package Description org.n52.series.db.beans org.n52.series.db.beans.parameter.party org.n52.series.db.beans.sta -
-
Uses of PartyEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return PartyEntity Modifier and Type Method Description PartyEntityAbstractDatasetEntity. getParty()PartyEntityPlatformEntity. getParty()Methods in org.n52.series.db.beans with parameters of type PartyEntity Modifier and Type Method Description AbstractDatasetEntityAbstractDatasetEntity. setParty(PartyEntity party)PlatformEntityPlatformEntity. setParty(PartyEntity party) -
Uses of PartyEntity in org.n52.series.db.beans.parameter.party
Methods in org.n52.series.db.beans.parameter.party that return PartyEntity Modifier and Type Method Description PartyEntityPartyParameterEntity. getParty()Methods in org.n52.series.db.beans.parameter.party with parameters of type PartyEntity Modifier and Type Method Description voidPartyParameterEntity. setParty(PartyEntity party) -
Uses of PartyEntity in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return PartyEntity Modifier and Type Method Description PartyEntityGroupEntity. getParty()PartyEntityStaRelations.HasParty. getParty()PartyEntityPartyEntity. setAuthId(String authId)PartyEntityPartyEntity. setDisplayName(String displayName)PartyEntityPartyEntity. setGroups(Set<GroupEntity> groups)PartyEntityPartyEntity. setPlatforms(Set<PlatformEntity> platforms)PartyEntityPartyEntity. setRole(RolePartyCode role)Methods in org.n52.series.db.beans.sta with parameters of type PartyEntity Modifier and Type Method Description GroupEntityGroupEntity. setParty(PartyEntity party)TStaRelations.HasParty. setParty(PartyEntity party)
-