Package | Description |
---|---|
com.communote.server.model.security | |
com.communote.server.persistence.security.iprange |
Modifier and Type | Class and Description |
---|---|
class |
IpRangeChannelImpl |
Modifier and Type | Method and Description |
---|---|
static IpRangeChannel |
IpRangeChannel.Factory.newInstance()
Constructs a new instance of
IpRangeChannel . |
static IpRangeChannel |
IpRangeChannel.Factory.newInstance(boolean enabled)
Constructs a new instance of
IpRangeChannel ,
taking all possible properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
Set<IpRangeChannel> |
IpRangeFilter.getChannels() |
Modifier and Type | Method and Description |
---|---|
static IpRangeFilter |
IpRangeFilter.Factory.newInstance(String name,
boolean enabled,
Set<IpRange> includes,
Set<IpRangeChannel> channels,
Set<IpRange> excludes)
Constructs a new instance of
IpRangeFilter ,
taking all possible properties (except the identifier(s))as arguments. |
void |
IpRangeFilter.setChannels(Set<IpRangeChannel> channels) |
Modifier and Type | Method and Description |
---|---|
IpRangeChannel |
IpRangeChannelDaoBase.create(IpRangeChannel ipRangeChannel) |
IpRangeChannel |
IpRangeChannelDao.create(IpRangeChannel ipRangeChannel)
Creates an instance of com.communote.server.persistence.security.iprange.IpRangeChannel and
adds it to the persistent store.
|
IpRangeChannel |
IpRangeChannelDaoBase.load(String type) |
IpRangeChannel |
IpRangeChannelDao.load(String type)
Loads an instance of com.communote.server.persistence.security.iprange.IpRangeChannel from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<IpRangeChannel> |
IpRangeChannelDaoBase.create(Collection<IpRangeChannel> entities) |
Collection<IpRangeChannel> |
IpRangeChannelDao.create(Collection<IpRangeChannel> entities)
Creates a new instance of com.communote.server.persistence.security.iprange.IpRangeChannel
and adds from the passed in
entities collection |
Collection<IpRangeChannel> |
IpRangeChannelDaoBase.create(int transform,
Collection<IpRangeChannel> entities) |
Collection<IpRangeChannel> |
IpRangeChannelDaoBase.loadAll() |
Collection<IpRangeChannel> |
IpRangeChannelDao.loadAll()
Loads all entities of type
IpRangeChannel . |
Modifier and Type | Method and Description |
---|---|
Object |
IpRangeChannelDaoBase.create(int transform,
IpRangeChannel ipRangeChannel) |
Object |
IpRangeChannelDao.create(int transform,
IpRangeChannel ipRangeChannel)
Does the same thing as
IpRangeChannelDao.create(com.communote.server.model.security.IpRangeChannel)
with an additional flag called transform . |
IpRangeChannel |
IpRangeChannelDaoBase.create(IpRangeChannel ipRangeChannel) |
IpRangeChannel |
IpRangeChannelDao.create(IpRangeChannel ipRangeChannel)
Creates an instance of com.communote.server.persistence.security.iprange.IpRangeChannel and
adds it to the persistent store.
|
void |
IpRangeChannelDaoBase.evict(IpRangeChannel entity)
Evicts (removes) the entity from the hibernate cache
|
void |
IpRangeChannelDao.evict(IpRangeChannel entity)
Evicts (removes) the entity from the hibernate cache
|
void |
IpRangeChannelDaoBase.remove(IpRangeChannel ipRangeChannel) |
void |
IpRangeChannelDao.remove(IpRangeChannel ipRangeChannel)
Removes the instance of com.communote.server.persistence.security.iprange.IpRangeChannel from
the persistent store.
|
protected Object |
IpRangeChannelDaoBase.transformEntity(int transform,
IpRangeChannel 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
com.communote.server.persistence.security.iprange.IpRangeChannelDao , please note
that the IpRangeChannelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
IpRangeChannelDaoBase.update(IpRangeChannel ipRangeChannel) |
void |
IpRangeChannelDao.update(IpRangeChannel ipRangeChannel)
Updates the
ipRangeChannel instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<IpRangeChannel> |
IpRangeChannelDaoBase.create(Collection<IpRangeChannel> entities) |
Collection<IpRangeChannel> |
IpRangeChannelDao.create(Collection<IpRangeChannel> entities)
Creates a new instance of com.communote.server.persistence.security.iprange.IpRangeChannel
and adds from the passed in
entities collection |
Collection<IpRangeChannel> |
IpRangeChannelDaoBase.create(int transform,
Collection<IpRangeChannel> entities) |
Collection<?> |
IpRangeChannelDao.create(int transform,
Collection<IpRangeChannel> entities)
Does the same thing as
IpRangeChannelDao.create(com.communote.server.model.security.IpRangeChannel)
with an additional flag called transform . |
void |
IpRangeChannelDaoBase.remove(Collection<IpRangeChannel> entities) |
void |
IpRangeChannelDao.remove(Collection<IpRangeChannel> entities)
Removes all entities in the given
entities |
void |
IpRangeChannelDaoBase.update(Collection<IpRangeChannel> entities) |
void |
IpRangeChannelDao.update(Collection<IpRangeChannel> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.