com.atlassian.jira.ofbiz
Interface OfBizDelegator

All Known Implementing Classes:
DefaultOfBizDelegator

public interface OfBizDelegator

A wrapper around DelegatorInterface that does not throw GenericEntityException.


Field Summary
static java.lang.String ISSUE_LINK
           
static java.lang.String ISSUE_LINK_TYPE
           
static java.lang.String VERSION
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue createValue(java.lang.String entity, java.util.Map params)
           
 java.util.List findAll(java.lang.String s)
           
 java.util.List findAll(java.lang.String s, java.util.List sortOrder)
           
 java.util.List findByAnd(java.lang.String s, java.util.Map map)
           
 java.util.List findByAnd(java.lang.String s, java.util.Map map, java.util.List orderClause)
           
 org.ofbiz.core.entity.GenericValue findByPrimaryKey(java.lang.String s, java.util.Map map)
           
 java.util.List getRelated(java.lang.String relationName, org.ofbiz.core.entity.GenericValue gv)
           
 void removeAll(java.util.List genericValues)
           
 int removeByAnd(java.lang.String s, java.util.Map map)
           
 int removeValue(org.ofbiz.core.entity.GenericValue value)
           
 void store(org.ofbiz.core.entity.GenericValue gv)
           
 void storeAll(java.util.List genericValues)
           
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

ISSUE_LINK

public static final java.lang.String ISSUE_LINK
See Also:
Constant Field Values

ISSUE_LINK_TYPE

public static final java.lang.String ISSUE_LINK_TYPE
See Also:
Constant Field Values
Method Detail

findByAnd

public java.util.List findByAnd(java.lang.String s,
                                java.util.Map map)
                         throws DataAccessException
Throws:
DataAccessException

findByAnd

public java.util.List findByAnd(java.lang.String s,
                                java.util.Map map,
                                java.util.List orderClause)
                         throws DataAccessException
Throws:
DataAccessException

removeAll

public void removeAll(java.util.List genericValues)
               throws DataAccessException
Throws:
DataAccessException

removeByAnd

public int removeByAnd(java.lang.String s,
                       java.util.Map map)
                throws DataAccessException
Throws:
DataAccessException

removeValue

public int removeValue(org.ofbiz.core.entity.GenericValue value)
                throws DataAccessException
Throws:
DataAccessException

storeAll

public void storeAll(java.util.List genericValues)
              throws DataAccessException
Throws:
DataAccessException

findAll

public java.util.List findAll(java.lang.String s)
                       throws DataAccessException
Throws:
DataAccessException

findAll

public java.util.List findAll(java.lang.String s,
                              java.util.List sortOrder)
                       throws DataAccessException
Throws:
DataAccessException

store

public void store(org.ofbiz.core.entity.GenericValue gv)
           throws DataAccessException
Throws:
DataAccessException

createValue

public org.ofbiz.core.entity.GenericValue createValue(java.lang.String entity,
                                                      java.util.Map params)
                                               throws DataAccessException
Throws:
DataAccessException

findByPrimaryKey

public org.ofbiz.core.entity.GenericValue findByPrimaryKey(java.lang.String s,
                                                           java.util.Map map)

getRelated

public java.util.List getRelated(java.lang.String relationName,
                                 org.ofbiz.core.entity.GenericValue gv)


Copyright © 2002-2005 Atlassian. All Rights Reserved.