Uses of Class
org.broadleafcommerce.gwt.client.datasource.relations.operations.OperationType

Packages that use OperationType
org.broadleafcommerce.gwt.client.datasource.dynamic   
org.broadleafcommerce.gwt.client.datasource.dynamic.module   
org.broadleafcommerce.gwt.client.datasource.relations.operations   
org.broadleafcommerce.gwt.server.service.module   
org.broadleafcommerce.gwt.server.service.remote   
 

Uses of OperationType in org.broadleafcommerce.gwt.client.datasource.dynamic
 

Methods in org.broadleafcommerce.gwt.client.datasource.dynamic with parameters of type OperationType
 DataSourceModule DynamicEntityDataSource.getCompatibleModule(OperationType operationType)
           
 

Uses of OperationType in org.broadleafcommerce.gwt.client.datasource.dynamic.module
 

Methods in org.broadleafcommerce.gwt.client.datasource.dynamic.module with parameters of type OperationType
 boolean DataSourceModule.isCompatible(OperationType operationType)
           
 boolean BasicClientEntityModule.isCompatible(OperationType operationType)
           
 boolean MapStructureClientModule.isCompatible(OperationType operationType)
           
 boolean JoinStructureClientModule.isCompatible(OperationType operationType)
           
 

Uses of OperationType in org.broadleafcommerce.gwt.client.datasource.relations.operations
 

Methods in org.broadleafcommerce.gwt.client.datasource.relations.operations that return OperationType
 OperationType OperationTypes.getAddType()
           
 OperationType OperationTypes.getFetchType()
           
 OperationType OperationTypes.getInspectType()
           
 OperationType OperationTypes.getRemoveType()
           
 OperationType OperationTypes.getUpdateType()
           
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.broadleafcommerce.gwt.client.datasource.relations.operations with parameters of type OperationType
 void OperationTypes.setAddType(OperationType addType)
           
 void OperationTypes.setFetchType(OperationType fetchTyper)
           
 void OperationTypes.setInspectType(OperationType inspectType)
           
 void OperationTypes.setRemoveType(OperationType removeType)
           
 void OperationTypes.setUpdateType(OperationType updateType)
           
 

Constructors in org.broadleafcommerce.gwt.client.datasource.relations.operations with parameters of type OperationType
OperationTypes(OperationType fetchType, OperationType removeType, OperationType addType, OperationType updateType, OperationType inspectType)
           
 

Uses of OperationType in org.broadleafcommerce.gwt.server.service.module
 

Methods in org.broadleafcommerce.gwt.server.service.module with parameters of type OperationType
 boolean RemoteServiceModule.isCompatible(OperationType operationType)
           
 boolean BasicServerEntityModule.isCompatible(OperationType operationType)
           
 boolean JoinStructureServerModule.isCompatible(OperationType operationType)
           
 boolean MapStructureServerModule.isCompatible(OperationType operationType)
           
 

Uses of OperationType in org.broadleafcommerce.gwt.server.service.remote
 

Methods in org.broadleafcommerce.gwt.server.service.remote with parameters of type OperationType
protected  RemoteServiceModule DynamicEntityRemoteService.getCompatibleModule(OperationType operationType)
           
 



Copyright © 2011. All Rights Reserved.