@Transactional(readOnly=true,
rollbackFor=java.lang.Throwable.class)
public class CluSetManagementAssembler
extends BaseAssembler<Data,Void>
BaseAssembler.PermissionEnum| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVITY_RELATION_TYPE |
static String |
CLUSET_DATA_TYPE |
static String |
FORMAT_LU_TYPE |
static String |
FORMAT_RELATION_TYPE |
static String |
JOINT_RELATION_TYPE |
static String |
PROPOSAL_REFERENCE_TYPE |
permissionService| Constructor and Description |
|---|
CluSetManagementAssembler() |
| Modifier and Type | Method and Description |
|---|---|
Data |
assemble(Void input) |
Void |
disassemble(Data input) |
Data |
get(String id) |
CluService |
getCluService() |
CluSetInfo |
getCluSetInfo(String cluSetId) |
protected String |
getDataType()
This method should return the data type of the implementing assembler
|
Metadata |
getDefaultMetadata() |
protected String |
getDocumentPropertyName()
This method should return the root document property name
|
protected String |
getDtoName()
This method should return the DTO name of the implementing assembler
|
MetadataServiceImpl |
getMetadataService() |
protected Map<String,String> |
getQualification(String idType,
String id)
This method should return the qualification name for the document type
|
String |
richTextToString(RichTextInfo richTextInfo) |
SaveResult<Data> |
save(Data input) |
void |
setCluService(CluService cluService) |
void |
setMetadataService(MetadataServiceImpl metadataService) |
MetaInfo |
toMetaInfo(MetaInfoHelper metaInfoHelper) |
MetaInfoHelper |
toMetaInfoHelper(MetaInfo metaInfo) |
applyPermissionsToMetadata, checkDocumentLevelPermissions, getFieldAccessPermissions, getMetadata, hasValidationErrors, setMetadataService, setPermissionService, validatepublic static final String JOINT_RELATION_TYPE
public static final String FORMAT_LU_TYPE
public static final String FORMAT_RELATION_TYPE
public static final String ACTIVITY_RELATION_TYPE
public static final String PROPOSAL_REFERENCE_TYPE
public static final String CLUSET_DATA_TYPE
public CluSetManagementAssembler()
public MetadataServiceImpl getMetadataService()
public void setMetadataService(MetadataServiceImpl metadataService)
public Data get(String id) throws AssemblyException
AssemblyExceptionpublic CluSetInfo getCluSetInfo(String cluSetId) throws Exception
Exceptionpublic MetaInfoHelper toMetaInfoHelper(MetaInfo metaInfo)
public MetaInfo toMetaInfo(MetaInfoHelper metaInfoHelper)
public String richTextToString(RichTextInfo richTextInfo)
@Transactional(readOnly=false,
noRollbackFor=DoesNotExistException.class,
rollbackFor=java.lang.Throwable.class)
public SaveResult<Data> save(Data input)
throws AssemblyException
AssemblyExceptionpublic Data assemble(Void input) throws AssemblyException
AssemblyExceptionpublic Void disassemble(Data input) throws AssemblyException
AssemblyExceptionpublic CluService getCluService()
public void setCluService(CluService cluService)
protected String getDataType()
BaseAssemblergetDataType in class BaseAssembler<Data,Void>public Metadata getDefaultMetadata()
getDefaultMetadata in interface Assembler<Data,Void>getDefaultMetadata in class BaseAssembler<Data,Void>protected String getDocumentPropertyName()
BaseAssemblergetDocumentPropertyName in class BaseAssembler<Data,Void>protected String getDtoName()
BaseAssemblergetDtoName in class BaseAssembler<Data,Void>protected Map<String,String> getQualification(String idType, String id)
BaseAssemblergetQualification in class BaseAssembler<Data,Void>Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.