Java Doc for DelegatorInterface.java in  » ERP-CRM-Financial » SourceTap-CRM » org » ofbiz » entity » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » SourceTap CRM » org.ofbiz.entity 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.ofbiz.entity.DelegatorInterface

All known Subclasses:   org.ofbiz.entity.GenericDelegator,
DelegatorInterface
public interface DelegatorInterface (Code)
Delegator Interface
author:
   Patrick Lightbody
version:
   $Revision: 1.5 $
since:
   2.0




Method Summary
 voidclearAllCacheLinesByDummyPK(Collection dummyPKs)
    
 voidclearAllCacheLinesByValue(Collection values)
    
 voidclearAllCaches()
    
 voidclearAllCaches(boolean distribute)
    
 voidclearCacheLine(String entityName, Map fields)
    
 voidclearCacheLine(GenericPK primaryKey)
    
 voidclearCacheLine(GenericPK primaryKey, boolean distribute)
    
 voidclearCacheLine(GenericValue value)
    
 voidclearCacheLine(GenericValue value, boolean distribute)
    
 voidclearCacheLineFlexible(GenericEntity dummyPK)
    
 voidclearCacheLineFlexible(GenericEntity dummyPK, boolean distribute)
    
 GenericValuecreate(String entityName, Map fields)
    
 GenericValuecreate(GenericValue value)
    
 GenericValuecreate(GenericValue value, boolean doCacheClear)
    
 GenericValuecreate(GenericPK primaryKey)
    
 GenericValuecreate(GenericPK primaryKey, boolean doCacheClear)
    
 GenericValuecreateOrStore(GenericValue value, boolean doCacheClear)
    
 GenericValuecreateOrStore(GenericValue value)
    
 ListfindAll(String entityName)
    
 ListfindAll(String entityName, List orderBy)
    
 ListfindAllByPrimaryKeys(Collection primaryKeys)
    
 ListfindAllByPrimaryKeysCache(Collection primaryKeys)
    
 ListfindAllCache(String entityName)
    
 ListfindAllCache(String entityName, List orderBy)
    
 ListfindByAnd(String entityName, Map fields)
    
 ListfindByAnd(String entityName, Map fields, List orderBy)
    
 ListfindByAnd(ModelEntity modelEntity, Map fields, List orderBy)
    
 ListfindByAnd(String entityName, List expressions)
    
 ListfindByAnd(String entityName, List expressions, List orderBy)
    
 ListfindByAndCache(String entityName, Map fields)
    
 ListfindByAndCache(String entityName, Map fields, List orderBy)
    
 ListfindByCondition(String entityName, EntityCondition entityCondition, Collection fieldsToSelect, List orderBy)
    
 ListfindByLike(String entityName, Map fields)
    
 ListfindByLike(String entityName, Map fields, List orderBy)
    
 ListfindByOr(String entityName, Map fields)
    
 ListfindByOr(String entityName, Map fields, List orderBy)
    
 ListfindByOr(String entityName, List expressions)
    
 ListfindByOr(String entityName, List expressions, List orderBy)
    
 GenericValuefindByPrimaryKey(GenericPK primaryKey)
    
 GenericValuefindByPrimaryKey(String entityName, Map fields)
    
 GenericValuefindByPrimaryKeyCache(GenericPK primaryKey)
    
 GenericValuefindByPrimaryKeyCache(String entityName, Map fields)
    
 GenericValuefindByPrimaryKeyPartial(GenericPK primaryKey, Set keys)
    
 EntityListIteratorfindListIteratorByCondition(String entityName, EntityCondition entityCondition, Collection fieldsToSelect, List orderBy)
    
 EntityListIteratorfindListIteratorByCondition(String entityName, EntityCondition whereEntityCondition, EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, EntityFindOptions findOptions)
    
 UtilCachegetAllCache()
    
 UtilCachegetAndCache()
    
 StringgetDelegatorName()
    
 ModelFieldTypegetEntityFieldType(ModelEntity entity, String type)
    
 CollectiongetEntityFieldTypeNames(ModelEntity entity)
    
 StringgetEntityGroupName(String entityName)
    
 GenericHelpergetEntityHelper(String entityName)
    
 GenericHelpergetEntityHelper(ModelEntity entity)
    
 StringgetEntityHelperName(String entityName)
    
 StringgetEntityHelperName(ModelEntity entity)
    
 SetgetFieldNameSetsCopy(String entityName)
    
 ListgetFromAllCache(String entityName)
    
 ListgetFromAndCache(String entityName, Map fields)
    
 ListgetFromAndCache(ModelEntity entity, Map fields)
    
 GenericValuegetFromPrimaryKeyCache(GenericPK primaryKey)
    
 StringgetGroupHelperName(String groupName)
    
 ListgetModelEntitiesByGroup(String groupName)
    
 ModelEntitygetModelEntity(String entityName)
    
 MapgetModelEntityMapByGroup(String groupName)
    
 ModelGroupReadergetModelGroupReader()
    
 ModelReadergetModelReader()
    
 ListgetMultiRelation(GenericValue value, String relationNameOne, String relationNameTwo, List orderBy)
    
 ListgetMultiRelation(GenericValue value, String relationNameOne, String relationNameTwo)
    
 LonggetNextSeqId(String seqName)
    
 UtilCachegetPrimaryKeyCache()
    
 ListgetRelated(String relationName, GenericValue value)
    
 ListgetRelated(String relationName, Map byAndFields, List orderBy, GenericValue value)
    
 ListgetRelatedByAnd(String relationName, Map byAndFields, GenericValue value)
    
 ListgetRelatedCache(String relationName, GenericValue value)
    
 GenericPKgetRelatedDummyPK(String relationName, Map byAndFields, GenericValue value)
    
 GenericValuegetRelatedOne(String relationName, GenericValue value)
    
 GenericValuegetRelatedOneCache(String relationName, GenericValue value)
    
 ListgetRelatedOrderBy(String relationName, List orderBy, GenericValue value)
    
 GenericPKmakePK(String entityName, Map fields)
    
 GenericValuemakeValidValue(String entityName, Map fields)
    
 GenericValuemakeValue(String entityName, Map fields)
    
 voidputAllInPrimaryKeyCache(List values)
    
 voidputInAllCache(String entityName, List values)
    
 voidputInAllCache(ModelEntity entity, List values)
    
 voidputInAndCache(String entityName, Map fields, List values)
    
 voidputInAndCache(ModelEntity entity, Map fields, List values)
    
 voidputInPrimaryKeyCache(GenericPK primaryKey, GenericValue value)
    
 voidrefresh(GenericValue value)
    
 voidrefresh(GenericValue value, boolean doCacheClear)
    
 voidrefreshSequencer()
    
 intremoveAll(List dummyPKs)
    
 intremoveAll(List dummyPKs, boolean doCacheClear)
    
 intremoveByAnd(String entityName, Map fields)
    
 intremoveByAnd(String entityName, Map fields, boolean doCacheClear)
    
 intremoveByPrimaryKey(GenericPK primaryKey)
    
 intremoveByPrimaryKey(GenericPK primaryKey, boolean doCacheClear)
    
 intremoveRelated(String relationName, GenericValue value)
    
 intremoveRelated(String relationName, GenericValue value, boolean doCacheClear)
    
 intremoveValue(GenericValue value)
    
 intremoveValue(GenericValue value, boolean doCacheClear)
    
 voidsetSequencer(SequenceUtil sequencer)
    
 intstore(GenericValue value)
    
 intstore(GenericValue value, boolean doCacheClear)
    
 intstoreAll(List values)
    
 intstoreAll(List values, boolean doCacheClear)
    



Method Detail
clearAllCacheLinesByDummyPK
void clearAllCacheLinesByDummyPK(Collection dummyPKs)(Code)



clearAllCacheLinesByValue
void clearAllCacheLinesByValue(Collection values)(Code)



clearAllCaches
void clearAllCaches()(Code)



clearAllCaches
void clearAllCaches(boolean distribute)(Code)



clearCacheLine
void clearCacheLine(String entityName, Map fields)(Code)



clearCacheLine
void clearCacheLine(GenericPK primaryKey)(Code)



clearCacheLine
void clearCacheLine(GenericPK primaryKey, boolean distribute)(Code)



clearCacheLine
void clearCacheLine(GenericValue value)(Code)



clearCacheLine
void clearCacheLine(GenericValue value, boolean distribute)(Code)



clearCacheLineFlexible
void clearCacheLineFlexible(GenericEntity dummyPK)(Code)



clearCacheLineFlexible
void clearCacheLineFlexible(GenericEntity dummyPK, boolean distribute)(Code)



create
GenericValue create(String entityName, Map fields) throws GenericEntityException(Code)



create
GenericValue create(GenericValue value) throws GenericEntityException(Code)



create
GenericValue create(GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



create
GenericValue create(GenericPK primaryKey) throws GenericEntityException(Code)



create
GenericValue create(GenericPK primaryKey, boolean doCacheClear) throws GenericEntityException(Code)



createOrStore
GenericValue createOrStore(GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



createOrStore
GenericValue createOrStore(GenericValue value) throws GenericEntityException(Code)



findAll
List findAll(String entityName) throws GenericEntityException(Code)



findAll
List findAll(String entityName, List orderBy) throws GenericEntityException(Code)



findAllByPrimaryKeys
List findAllByPrimaryKeys(Collection primaryKeys) throws GenericEntityException(Code)



findAllByPrimaryKeysCache
List findAllByPrimaryKeysCache(Collection primaryKeys) throws GenericEntityException(Code)



findAllCache
List findAllCache(String entityName) throws GenericEntityException(Code)



findAllCache
List findAllCache(String entityName, List orderBy) throws GenericEntityException(Code)



findByAnd
List findByAnd(String entityName, Map fields) throws GenericEntityException(Code)



findByAnd
List findByAnd(String entityName, Map fields, List orderBy) throws GenericEntityException(Code)



findByAnd
List findByAnd(ModelEntity modelEntity, Map fields, List orderBy) throws GenericEntityException(Code)



findByAnd
List findByAnd(String entityName, List expressions) throws GenericEntityException(Code)



findByAnd
List findByAnd(String entityName, List expressions, List orderBy) throws GenericEntityException(Code)



findByAndCache
List findByAndCache(String entityName, Map fields) throws GenericEntityException(Code)



findByAndCache
List findByAndCache(String entityName, Map fields, List orderBy) throws GenericEntityException(Code)



findByCondition
List findByCondition(String entityName, EntityCondition entityCondition, Collection fieldsToSelect, List orderBy) throws GenericEntityException(Code)



findByLike
List findByLike(String entityName, Map fields) throws GenericEntityException(Code)



findByLike
List findByLike(String entityName, Map fields, List orderBy) throws GenericEntityException(Code)



findByOr
List findByOr(String entityName, Map fields) throws GenericEntityException(Code)



findByOr
List findByOr(String entityName, Map fields, List orderBy) throws GenericEntityException(Code)



findByOr
List findByOr(String entityName, List expressions) throws GenericEntityException(Code)



findByOr
List findByOr(String entityName, List expressions, List orderBy) throws GenericEntityException(Code)



findByPrimaryKey
GenericValue findByPrimaryKey(GenericPK primaryKey) throws GenericEntityException(Code)



findByPrimaryKey
GenericValue findByPrimaryKey(String entityName, Map fields) throws GenericEntityException(Code)



findByPrimaryKeyCache
GenericValue findByPrimaryKeyCache(GenericPK primaryKey) throws GenericEntityException(Code)



findByPrimaryKeyCache
GenericValue findByPrimaryKeyCache(String entityName, Map fields) throws GenericEntityException(Code)



findByPrimaryKeyPartial
GenericValue findByPrimaryKeyPartial(GenericPK primaryKey, Set keys) throws GenericEntityException(Code)



findListIteratorByCondition
EntityListIterator findListIteratorByCondition(String entityName, EntityCondition entityCondition, Collection fieldsToSelect, List orderBy) throws GenericEntityException(Code)



findListIteratorByCondition
EntityListIterator findListIteratorByCondition(String entityName, EntityCondition whereEntityCondition, EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, EntityFindOptions findOptions) throws GenericEntityException(Code)



getAllCache
UtilCache getAllCache()(Code)



getAndCache
UtilCache getAndCache()(Code)



getDelegatorName
String getDelegatorName()(Code)



getEntityFieldType
ModelFieldType getEntityFieldType(ModelEntity entity, String type) throws GenericEntityException(Code)



getEntityFieldTypeNames
Collection getEntityFieldTypeNames(ModelEntity entity) throws GenericEntityException(Code)



getEntityGroupName
String getEntityGroupName(String entityName)(Code)



getEntityHelper
GenericHelper getEntityHelper(String entityName) throws GenericEntityException(Code)



getEntityHelper
GenericHelper getEntityHelper(ModelEntity entity) throws GenericEntityException(Code)



getEntityHelperName
String getEntityHelperName(String entityName)(Code)



getEntityHelperName
String getEntityHelperName(ModelEntity entity)(Code)



getFieldNameSetsCopy
Set getFieldNameSetsCopy(String entityName)(Code)



getFromAllCache
List getFromAllCache(String entityName)(Code)



getFromAndCache
List getFromAndCache(String entityName, Map fields)(Code)



getFromAndCache
List getFromAndCache(ModelEntity entity, Map fields)(Code)



getFromPrimaryKeyCache
GenericValue getFromPrimaryKeyCache(GenericPK primaryKey)(Code)



getGroupHelperName
String getGroupHelperName(String groupName)(Code)



getModelEntitiesByGroup
List getModelEntitiesByGroup(String groupName)(Code)



getModelEntity
ModelEntity getModelEntity(String entityName)(Code)



getModelEntityMapByGroup
Map getModelEntityMapByGroup(String groupName)(Code)



getModelGroupReader
ModelGroupReader getModelGroupReader()(Code)



getModelReader
ModelReader getModelReader()(Code)



getMultiRelation
List getMultiRelation(GenericValue value, String relationNameOne, String relationNameTwo, List orderBy) throws GenericEntityException(Code)



getMultiRelation
List getMultiRelation(GenericValue value, String relationNameOne, String relationNameTwo) throws GenericEntityException(Code)



getNextSeqId
Long getNextSeqId(String seqName)(Code)



getPrimaryKeyCache
UtilCache getPrimaryKeyCache()(Code)



getRelated
List getRelated(String relationName, GenericValue value) throws GenericEntityException(Code)



getRelated
List getRelated(String relationName, Map byAndFields, List orderBy, GenericValue value) throws GenericEntityException(Code)



getRelatedByAnd
List getRelatedByAnd(String relationName, Map byAndFields, GenericValue value) throws GenericEntityException(Code)



getRelatedCache
List getRelatedCache(String relationName, GenericValue value) throws GenericEntityException(Code)



getRelatedDummyPK
GenericPK getRelatedDummyPK(String relationName, Map byAndFields, GenericValue value) throws GenericEntityException(Code)



getRelatedOne
GenericValue getRelatedOne(String relationName, GenericValue value) throws GenericEntityException(Code)



getRelatedOneCache
GenericValue getRelatedOneCache(String relationName, GenericValue value) throws GenericEntityException(Code)



getRelatedOrderBy
List getRelatedOrderBy(String relationName, List orderBy, GenericValue value) throws GenericEntityException(Code)



makePK
GenericPK makePK(String entityName, Map fields)(Code)



makeValidValue
GenericValue makeValidValue(String entityName, Map fields)(Code)



makeValue
GenericValue makeValue(String entityName, Map fields)(Code)



putAllInPrimaryKeyCache
void putAllInPrimaryKeyCache(List values)(Code)



putInAllCache
void putInAllCache(String entityName, List values)(Code)



putInAllCache
void putInAllCache(ModelEntity entity, List values)(Code)



putInAndCache
void putInAndCache(String entityName, Map fields, List values)(Code)



putInAndCache
void putInAndCache(ModelEntity entity, Map fields, List values)(Code)



putInPrimaryKeyCache
void putInPrimaryKeyCache(GenericPK primaryKey, GenericValue value)(Code)



refresh
void refresh(GenericValue value) throws GenericEntityException(Code)



refresh
void refresh(GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



refreshSequencer
void refreshSequencer()(Code)



removeAll
int removeAll(List dummyPKs) throws GenericEntityException(Code)



removeAll
int removeAll(List dummyPKs, boolean doCacheClear) throws GenericEntityException(Code)



removeByAnd
int removeByAnd(String entityName, Map fields) throws GenericEntityException(Code)



removeByAnd
int removeByAnd(String entityName, Map fields, boolean doCacheClear) throws GenericEntityException(Code)



removeByPrimaryKey
int removeByPrimaryKey(GenericPK primaryKey) throws GenericEntityException(Code)



removeByPrimaryKey
int removeByPrimaryKey(GenericPK primaryKey, boolean doCacheClear) throws GenericEntityException(Code)



removeRelated
int removeRelated(String relationName, GenericValue value) throws GenericEntityException(Code)



removeRelated
int removeRelated(String relationName, GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



removeValue
int removeValue(GenericValue value) throws GenericEntityException(Code)



removeValue
int removeValue(GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



setSequencer
void setSequencer(SequenceUtil sequencer)(Code)



store
int store(GenericValue value) throws GenericEntityException(Code)



store
int store(GenericValue value, boolean doCacheClear) throws GenericEntityException(Code)



storeAll
int storeAll(List values) throws GenericEntityException(Code)



storeAll
int storeAll(List values, boolean doCacheClear) throws GenericEntityException(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.