com.atlassian.core.ofbiz.test.mock
Class MockSequenceUtil

java.lang.Object
  extended by org.ofbiz.core.entity.SequenceUtil
      extended by com.atlassian.core.ofbiz.test.mock.MockSequenceUtil

public class MockSequenceUtil
extends org.ofbiz.core.entity.SequenceUtil

This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.

Since:
4.3

Field Summary
 
Fields inherited from class org.ofbiz.core.entity.SequenceUtil
module
 
Constructor Summary
MockSequenceUtil(String helperName, org.ofbiz.core.entity.model.ModelEntity seqEntity, String nameFieldName, String idFieldName)
           
 
Method Summary
 Long getNextSeqId(String seqName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockSequenceUtil

public MockSequenceUtil(String helperName,
                        org.ofbiz.core.entity.model.ModelEntity seqEntity,
                        String nameFieldName,
                        String idFieldName)
Method Detail

getNextSeqId

public Long getNextSeqId(String seqName)
Overrides:
getNextSeqId in class org.ofbiz.core.entity.SequenceUtil


Copyright © 2002-2012 Atlassian. All Rights Reserved.