Class NewETNewPTAssigments
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewETNewPTAssigments
-
- All Implemented Interfaces:
java.io.Serializable
public class NewETNewPTAssigments extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewETNewPTAssigments()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NewPTNewAssigment>
getAssigments()
EntityType
getEntity()
static EntityTypePropertyType<?>
getEntityTypePropertyType(EntityType entityType, NewPTNewAssigment propertyTypeAsg)
boolean
isAssigmentFound(NewPTNewAssigment assigment)
boolean
isNewPropertyType(java.lang.String code)
void
refreshOrderAdd(NewPTNewAssigment newAssigment)
void
refreshOrderDelete(java.lang.String code)
void
refreshOrderUpdate(NewETPTAssignment toRegister)
void
setAssigments(java.util.List<NewPTNewAssigment> assigments)
void
setEntity(EntityType entity)
void
updateCodeFromNewPropertyType(java.lang.String currentCode, java.lang.String newCode)
void
updateOrdinalToDBOrder()
void
updateOrdinalToGridOrder()
-
-
-
Method Detail
-
getEntity
public EntityType getEntity()
-
setEntity
public void setEntity(EntityType entity)
-
getAssigments
public java.util.List<NewPTNewAssigment> getAssigments()
-
setAssigments
public void setAssigments(java.util.List<NewPTNewAssigment> assigments)
-
isNewPropertyType
public boolean isNewPropertyType(java.lang.String code)
-
updateCodeFromNewPropertyType
public void updateCodeFromNewPropertyType(java.lang.String currentCode, java.lang.String newCode)
-
updateOrdinalToDBOrder
public void updateOrdinalToDBOrder()
-
updateOrdinalToGridOrder
public void updateOrdinalToGridOrder()
-
refreshOrderAdd
public void refreshOrderAdd(NewPTNewAssigment newAssigment) throws java.lang.Exception
- Throws:
java.lang.Exception
-
refreshOrderDelete
public void refreshOrderDelete(java.lang.String code)
-
refreshOrderUpdate
public void refreshOrderUpdate(NewETPTAssignment toRegister) throws java.lang.Exception
- Throws:
java.lang.Exception
-
isAssigmentFound
public boolean isAssigmentFound(NewPTNewAssigment assigment)
-
getEntityTypePropertyType
public static EntityTypePropertyType<?> getEntityTypePropertyType(EntityType entityType, NewPTNewAssigment propertyTypeAsg)
-
-