Package com.chemaxon.dif.ws.impl.entity
Class NewWSEntityNT
- java.lang.Object
-
- com.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<T>
-
- com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT<NewWSEntityNTO>
-
- com.chemaxon.dif.ws.impl.entity.NewWSEntityNT
-
- All Implemented Interfaces:
com.chemaxon.dif.db.api.DFNewTypeChangeProcessor<com.im.df.api.ddl.DFEntity,com.im.ijcs.api.ddl.dto.AbstractEntityInfo>,com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFEntity>
public final class NewWSEntityNT extends com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT<NewWSEntityNTO>
-
-
Constructor Summary
Constructors Constructor Description NewWSEntityNT(com.chemaxon.dif.db.api.entity.DBEntitiesContainer dBEntitiesContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.im.df.api.ddl.DFEntity>create(com.im.commons.progress.DFEnvironmentRW env)protected com.chemaxon.dif.db.api.entity.DBEntityAbstractImplcreateEntity(com.im.ijcs.api.ddl.dto.AbstractEntityInfo dto, com.im.commons.progress.DFEnvironmentRW env)protected StringcreateOperations(List<com.im.ijcs.api.OperationDefinition> ops)protected NewWSEntityNTOcreateOptions()List<Class>getCapabilityTypes()StringgetName()StringgetType()-
Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT
addCreateStdTableOperation, isForAddingExistingItem, isForCreatingSingleItem
-
-
-
-
Method Detail
-
getCapabilityTypes
public List<Class> getCapabilityTypes()
- Specified by:
getCapabilityTypesin interfacecom.im.df.api.support.DFNewType<com.im.df.api.ddl.DFEntity>- Overrides:
getCapabilityTypesin classcom.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT<NewWSEntityNTO>
-
getName
public String getName()
-
getType
public String getType()
-
createOptions
protected NewWSEntityNTO createOptions()
- Specified by:
createOptionsin classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
createEntity
protected com.chemaxon.dif.db.api.entity.DBEntityAbstractImpl createEntity(com.im.ijcs.api.ddl.dto.AbstractEntityInfo dto, com.im.commons.progress.DFEnvironmentRW env)- Specified by:
createEntityin classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
createOperations
protected String createOperations(List<com.im.ijcs.api.OperationDefinition> ops)
- Specified by:
createOperationsin classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
create
public Collection<com.im.df.api.ddl.DFEntity> create(com.im.commons.progress.DFEnvironmentRW env)
- Specified by:
createin interfacecom.im.df.api.support.DFNewType<com.im.df.api.ddl.DFEntity>- Overrides:
createin classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
-