org.kuali.student.lum.lu.assembly
Class CluSetManagementAssembler
java.lang.Object
org.kuali.student.r1.common.assembly.old.BaseAssembler<Data,Void>
org.kuali.student.lum.lu.assembly.CluSetManagementAssembler
- All Implemented Interfaces:
- Assembler<Data,Void>
@Transactional(readOnly=true,
rollbackFor=java.lang.Throwable.class)
public class CluSetManagementAssembler
- extends BaseAssembler<Data,Void>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.r1.common.assembly.old.Assembler |
validate |
JOINT_RELATION_TYPE
public static final String JOINT_RELATION_TYPE
- See Also:
- Constant Field Values
FORMAT_LU_TYPE
public static final String FORMAT_LU_TYPE
- See Also:
- Constant Field Values
FORMAT_RELATION_TYPE
public static final String FORMAT_RELATION_TYPE
- See Also:
- Constant Field Values
ACTIVITY_RELATION_TYPE
public static final String ACTIVITY_RELATION_TYPE
- See Also:
- Constant Field Values
PROPOSAL_REFERENCE_TYPE
public static final String PROPOSAL_REFERENCE_TYPE
- See Also:
- Constant Field Values
CLUSET_DATA_TYPE
public static final String CLUSET_DATA_TYPE
- See Also:
- Constant Field Values
CluSetManagementAssembler
public CluSetManagementAssembler()
getMetadataService
public MetadataServiceImpl getMetadataService()
setMetadataService
public void setMetadataService(MetadataServiceImpl metadataService)
get
public Data get(String id)
throws AssemblyException
- Throws:
AssemblyException
getCluSetInfo
public CluSetInfo getCluSetInfo(String cluSetId)
throws Exception
- Throws:
Exception
toMetaInfoHelper
public MetaInfoHelper toMetaInfoHelper(MetaInfo metaInfo)
toMetaInfo
public MetaInfo toMetaInfo(MetaInfoHelper metaInfoHelper)
richTextToString
public String richTextToString(RichTextInfo richTextInfo)
save
@Transactional(readOnly=false,
noRollbackFor=DoesNotExistException.class,
rollbackFor=java.lang.Throwable.class)
public SaveResult<Data> save(Data input)
throws AssemblyException
- Throws:
AssemblyException
assemble
public Data assemble(Void input)
throws AssemblyException
- Throws:
AssemblyException
disassemble
public Void disassemble(Data input)
throws AssemblyException
- Throws:
AssemblyException
getCluService
public CluService getCluService()
setCluService
public void setCluService(CluService cluService)
getDataType
protected String getDataType()
- Description copied from class:
BaseAssembler
- This method should return the data type of the implementing assembler
- Specified by:
getDataType
in class BaseAssembler<Data,Void>
- Returns:
- the data type, i.e. "CreditCourseProposal" from the CreditCourseProposalAssembler
getDefaultMetadata
public Metadata getDefaultMetadata()
- Specified by:
getDefaultMetadata
in interface Assembler<Data,Void>
- Overrides:
getDefaultMetadata
in class BaseAssembler<Data,Void>
getDocumentPropertyName
protected String getDocumentPropertyName()
- Description copied from class:
BaseAssembler
- This method should return the root document property name
- Specified by:
getDocumentPropertyName
in class BaseAssembler<Data,Void>
- Returns:
- the document property name, i.e. "course" from the CreditCourseProposalAssembler
getDtoName
protected String getDtoName()
- Description copied from class:
BaseAssembler
- This method should return the DTO name of the implementing assembler
- Specified by:
getDtoName
in class BaseAssembler<Data,Void>
- Returns:
- the DTO name, i.e. "kuali.lu.type.CreditCourse" from the CreditCourseProposalAssembler
getQualification
protected Map<String,String> getQualification(String idType,
String id)
- Description copied from class:
BaseAssembler
- This method should return the qualification name for the document type
- Specified by:
getQualification
in class BaseAssembler<Data,Void>
- Returns:
- the qualifications in at AttributeSet
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.