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.DBEntityAbstractImpl
createEntity(com.im.ijcs.api.ddl.dto.AbstractEntityInfo dto, com.im.commons.progress.DFEnvironmentRW env)
protected String
createOperations(List<com.im.ijcs.api.OperationDefinition> ops)
protected NewWSEntityNTO
createOptions()
List<Class>
getCapabilityTypes()
String
getName()
String
getType()
-
Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT
addCreateStdTableOperation, isForAddingExistingItem, isForCreatingSingleItem
-
-
-
-
Method Detail
-
getCapabilityTypes
public List<Class> getCapabilityTypes()
- Specified by:
getCapabilityTypes
in interfacecom.im.df.api.support.DFNewType<com.im.df.api.ddl.DFEntity>
- Overrides:
getCapabilityTypes
in classcom.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNT<NewWSEntityNTO>
-
getName
public String getName()
-
getType
public String getType()
-
createOptions
protected NewWSEntityNTO createOptions()
- Specified by:
createOptions
in 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:
createEntity
in classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
createOperations
protected String createOperations(List<com.im.ijcs.api.OperationDefinition> ops)
- Specified by:
createOperations
in 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:
create
in interfacecom.im.df.api.support.DFNewType<com.im.df.api.ddl.DFEntity>
- Overrides:
create
in classcom.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNT<NewWSEntityNTO>
-
-