| Modifier and Type | Method and Description |
|---|---|
protected PhoneDirectoryEntry |
AbstractPhoneDirectoryServiceTestCase.createPhoneDirectoryEntry(Person person,
Address address,
PhoneNumber phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected static com.gemstone.gemfire.cache.Region<String,PhoneDirectoryEntry> |
AbstractPhoneDirectoryServiceTestCase.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractPhoneDirectoryServiceTestCase.assertEquals(PhoneDirectoryEntry expected,
PhoneDirectoryEntry actual) |
| Modifier and Type | Method and Description |
|---|---|
PhoneDirectoryEntry |
AbstractPhoneDirectoryDao.find(Person person) |
PhoneDirectoryEntry |
PhoneDirectoryDao.find(Person person) |
PhoneDirectoryEntry |
AbstractPhoneDirectoryDao.load(Person person) |
PhoneDirectoryEntry |
PhoneDirectoryDao.load(Person person) |
PhoneDirectoryEntry |
AbstractPhoneDirectoryDao.remove(Person person) |
PhoneDirectoryEntry |
PhoneDirectoryDao.remove(Person person) |
PhoneDirectoryEntry |
AbstractPhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
PhoneDirectoryEntry |
PhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneDirectoryEntry> |
AbstractPhoneDirectoryDao.loadAll() |
Collection<PhoneDirectoryEntry> |
PhoneDirectoryDao.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
PhoneDirectoryEntry |
AbstractPhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
PhoneDirectoryEntry |
PhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
PhoneDirectoryEntry |
CachingPhoneDirectoryDao.find(Person person) |
PhoneDirectoryEntry |
CachingPhoneDirectoryDao.remove(Person person) |
PhoneDirectoryEntry |
CachingPhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.cache.Region<String,PhoneDirectoryEntry> |
CachingPhoneDirectoryDao.getRegion() |
Collection<PhoneDirectoryEntry> |
CachingPhoneDirectoryDao.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CachingPhoneDirectoryDao.getKey(PhoneDirectoryEntry entry) |
PhoneDirectoryEntry |
CachingPhoneDirectoryDao.save(PhoneDirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheDataAccessEvent |
PhoneDirectoryCacheListener.createCacheDataAccessEvent(Object source,
DataAccessType op,
String key,
PhoneDirectoryEntry value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneDirectoryCacheListener.afterCreate(com.gemstone.gemfire.cache.EntryEvent<String,PhoneDirectoryEntry> event) |
void |
PhoneDirectoryCacheListener.afterDestroy(com.gemstone.gemfire.cache.EntryEvent<String,PhoneDirectoryEntry> event) |
void |
PhoneDirectoryCacheListener.afterUpdate(com.gemstone.gemfire.cache.EntryEvent<String,PhoneDirectoryEntry> event) |
| Modifier and Type | Method and Description |
|---|---|
PhoneDirectoryEntry |
AbstractPhoneDirectoryService.getEntry(Person person) |
PhoneDirectoryEntry |
PhoneDirectoryService.getEntry(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneDirectoryEntry> |
AbstractPhoneDirectoryService.getEntries() |
Collection<PhoneDirectoryEntry> |
PhoneDirectoryService.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractPhoneDirectoryService.addInternal(PhoneDirectoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
PhoneDirectoryEntry |
PhoneDirectoryServiceImpl.getEntry(Person person)
Obtains an entry from the data store for the specified person.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneDirectoryEntry> |
PhoneDirectoryServiceImpl.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PhoneDirectoryServiceImpl.addInternal(PhoneDirectoryEntry entry) |
protected void |
PhoneDirectoryServiceImpl.assertValidEntry(PhoneDirectoryEntry entry)
This method implements custom business rules for a Phone Directory Entry to
ensure that it adheres to the rules before being persisted.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.