Modifier and Type | Method and Description |
---|---|
ContentProperty |
ContentProperty.clone() |
ContentProperty |
ContentPropertyDefinition.getContentProperty() |
Modifier and Type | Method and Description |
---|---|
void |
ContentPropertyDefinition.setContentProperty(ContentProperty contentProperty) |
Modifier and Type | Method and Description |
---|---|
ContentProperty |
ContentPropertyDao.createOrUpdateProperty(ContentPropertyDefinition cp,
int partnerXid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentProperty> |
ContentPropertyDao.getDefaultProperties(java.util.List<java.lang.String> propertyNames,
int currentPartnerXid) |
java.util.List<ContentProperty> |
ContentPropertyDao.getPropertyOverrides(java.util.List<java.lang.String> propertyNames,
int rootPSId) |
Modifier and Type | Method and Description |
---|---|
ContentProperty |
JdbcContentPropertyDao.createOrUpdateProperty(ContentPropertyDefinition cpd,
int partnerXid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentProperty> |
JdbcContentPropertyDao.getDefaultProperties(java.util.List<java.lang.String> propertyNames,
int currentPartnerXid) |
java.util.List<ContentProperty> |
JdbcContentPropertyDao.getPropertyOverrides(java.util.List<java.lang.String> propertyNames,
int rootPSId) |
Modifier and Type | Method and Description |
---|---|
ContentProperty |
ContentPropertyManager.createOrUpdateProperty(ContentPropertyDefinition definition)
Create or update a particular content property with the data
in the ContentPropertyDefinition given
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentProperty> |
ContentPropertyManager.getDefault(java.util.List<java.lang.String> propertyNames)
Get the list of default values for the content properties
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManager.setAssignmentContentProperties(Assignment assignment,
java.util.List<ContentProperty> properties) |
void |
AssignmentManager.setAssignmentContentProperties(XInfo assignment,
java.util.List<ContentProperty> properties)
Set the assignment's Content Properties snapshot
|
Modifier and Type | Method and Description |
---|---|
ContentProperty |
ContentPropertyManagerImpl.createOrUpdateProperty(ContentPropertyDefinition definition) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentProperty> |
ContentPropertyManagerImpl.getDefault(java.util.List<java.lang.String> propertyNames) |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManagerImpl.setAssignmentContentProperties(Assignment assignment,
java.util.List<ContentProperty> properties) |
void |
AssignmentManagerImpl.setAssignmentContentProperties(XInfo assignment,
java.util.List<ContentProperty> properties) |