| 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 |
|---|---|
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers) |
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Create a production duplicate of the entity specified in the params.
|
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers) |
Copyright © 2022. All rights reserved.