| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemProperty
This interface represents a System Property (name/value pair) stored in the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemPropertyImpl
Allows the storage and retrieval of System Properties in the database
User: Kelly Tisdell
Date: 6/20/12
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MultiTenantCloneable> |
MultiTenantCopier.copyEntitiesOfType(Class<T> clazz,
Site fromSite,
Catalog fromCatalog,
MultiTenantCopyContext context)
Subclasses will generally call this method in their
MultiTenantCopier.copyEntities(MultiTenantCopyContext) implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataDrivenEnumeration |
interface |
DataDrivenEnumerationValue |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDrivenEnumerationImpl |
class |
DataDrivenEnumerationValueImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Translation
This domain object represents a translated value for a given property on an entity for a specific locale.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityDuplicationHelper.canHandle(MultiTenantCloneable candidate) |
abstract boolean |
AbstractEntityDuplicationHelper.canHandle(MultiTenantCloneable candidate) |
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity) |
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity)
Create a production duplicate of the entity specified in the params.
|
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
|
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
use
EntityDuplicator.copy(MultiTenantCopyContext, MultiTenantCloneable).
Modifiers have been moved to a list bean
to allow easier inclusion (see EntityDuplicationHelpers) and copy hints can be added
to implementations of EntityDuplicationHelpers |
protected Set<EntityDuplicationHelper> |
EntityDuplicatorImpl.filterDuplicationHelpers(MultiTenantCloneable entity) |
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity) |
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
|
Copyright © 2022. All rights reserved.