org.kuali.student.lum.lu.assembly
Class CluSetManagementAssembler

java.lang.Object
  extended by org.kuali.student.r1.common.assembly.old.BaseAssembler<Data,Void>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.student.r1.common.assembly.old.BaseAssembler
BaseAssembler.PermissionEnum
 
Field Summary
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
           
 
Fields inherited from class org.kuali.student.r1.common.assembly.old.BaseAssembler
permissionService
 
Constructor Summary
CluSetManagementAssembler()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.kuali.student.r1.common.assembly.old.BaseAssembler
applyPermissionsToMetadata, checkDocumentLevelPermissions, getFieldAccessPermissions, getMetadata, hasValidationErrors, setMetadataService, setPermissionService, validate
 
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
 

Field Detail

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
Constructor Detail

CluSetManagementAssembler

public CluSetManagementAssembler()
Method Detail

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.