Java Doc for HasAssignmentsImpl.java in  » Project-Management » OpenProj » com » projity » pm » assignment » 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 » Project Management » OpenProj » com.projity.pm.assignment 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.projity.pm.assignment.HasAssignmentsImpl

HasAssignmentsImpl
public class HasAssignmentsImpl implements HasAssignments,HasTimeDistributedData,Serializable,Cloneable(Code)
Implementation of class which contains assignments


Field Summary
transient  AssociationListassignments
    
 booleaneffortDriven
    
 intschedulingRule
    

Constructor Summary
public  HasAssignmentsImpl()
    
public  HasAssignmentsImpl(Collection details)
    

Method Summary
public  doubleactualCost(long start, long end)
    
public  doubleactualFixedCost(long start, long end)
    
public  longactualWork(long start, long end)
    
public  doubleacwp(long start, long end)
    
public  voidaddAssignment(Assignment assignment)
    
public  doublebac(long start, long end)
    
public  doublebaselineCost(long start, long end)
    
public  longbaselineWork(long start, long end)
    
public  doublebcwp(long start, long end)
    
public  doublebcws(long start, long end)
    
public  voidbuildReverseQuery(ReverseQuery reverseQuery)
    
public  longcalcActiveAssignmentDuration(WorkCalendar workCalendar)
     Compute the sum of active assignment durations.
public  voidcalcDataBetween(Object type, TimeIteratorGenerator generator, CalculatedValues values)
    
public  CollectionchildrenToRollup()
    
public  Objectclone()
    
public  ObjectcloneWithResource(Resource resource)
    
public  HasAssignmentscloneWithSchedule(TaskSchedule currentSchedule)
    
public  ObjectcloneWithTask(Task task)
    
public  doublecost(long start, long end)
    
public  HasAssignmentsdeepCloneWithTask(Task task)
    
public static  ListextractOppositeList(List list, boolean leftObject)
    
public  AssignmentfindAssignment(Resource resource)
    
public  AssignmentfindAssignment(Task task)
    
public  doublefixedCost(long start, long end)
    
public static  ClosureforAllAssignments(Closure visitor, Predicate filter)
    
public static  ClosureforAllAssignments(Closure visitor)
    
public  voidforEachInterval(Closure visitor, Object type, WorkCalendar workCalendar)
    
public  voidforEachWorkingInterval(Closure visitor, boolean mergeWorking, WorkCalendar workCalendar)
    
public  AssociationListgetAssignments()
    
public  longgetEarliestAssignmentStart()
    
public  intgetSchedulingType()
    
public  booleanhasActiveAssignment(long start, long end)
    
public  booleanhasLaborAssignment()
    
public  voidinvalidateAssignmentCalendars()
    
public  booleanisEffortDriven()
    
public  booleanisLabor()
    
public  booleanisReadOnlyEffortDriven(FieldContext fieldContext)
    
public  longremainingWork(long start, long end)
    
public  voidremoveAssignment(Assignment assignment)
    
public  voidsetEffortDriven(boolean effortDriven)
    
public  voidsetSchedulingType(int schedulingType)
    
public  voidupdateAssignment(Assignment modified)
    
public  longwork(long start, long end)
    

Field Detail
assignments
transient AssociationList assignments(Code)



effortDriven
boolean effortDriven(Code)



schedulingRule
int schedulingRule(Code)




Constructor Detail
HasAssignmentsImpl
public HasAssignmentsImpl()(Code)



HasAssignmentsImpl
public HasAssignmentsImpl(Collection details)(Code)




Method Detail
actualCost
public double actualCost(long start, long end)(Code)



actualFixedCost
public double actualFixedCost(long start, long end)(Code)



actualWork
public long actualWork(long start, long end)(Code)



acwp
public double acwp(long start, long end)(Code)



addAssignment
public void addAssignment(Assignment assignment)(Code)



bac
public double bac(long start, long end)(Code)



baselineCost
public double baselineCost(long start, long end)(Code)



baselineWork
public long baselineWork(long start, long end)(Code)



bcwp
public double bcwp(long start, long end)(Code)



bcws
public double bcws(long start, long end)(Code)



buildReverseQuery
public void buildReverseQuery(ReverseQuery reverseQuery)(Code)



calcActiveAssignmentDuration
public long calcActiveAssignmentDuration(WorkCalendar workCalendar)(Code)
Compute the sum of active assignment durations. If there are multiple assignments, then the calendar time of the union of active periods is used, otherwise, if just one assignment (which could be the default assignment), use the assignment duration
Parameters:
  workCalendar -



calcDataBetween
public void calcDataBetween(Object type, TimeIteratorGenerator generator, CalculatedValues values)(Code)



childrenToRollup
public Collection childrenToRollup()(Code)



clone
public Object clone()(Code)



cloneWithResource
public Object cloneWithResource(Resource resource)(Code)



cloneWithSchedule
public HasAssignments cloneWithSchedule(TaskSchedule currentSchedule)(Code)

Parameters:
  schedule -



cloneWithTask
public Object cloneWithTask(Task task)(Code)



cost
public double cost(long start, long end)(Code)



deepCloneWithTask
public HasAssignments deepCloneWithTask(Task task)(Code)



extractOppositeList
public static List extractOppositeList(List list, boolean leftObject)(Code)



findAssignment
public Assignment findAssignment(Resource resource)(Code)
Finds an assignment given a resource



findAssignment
public Assignment findAssignment(Task task)(Code)
Finds an assignment given a task



fixedCost
public double fixedCost(long start, long end)(Code)



forAllAssignments
public static Closure forAllAssignments(Closure visitor, Predicate filter)(Code)



forAllAssignments
public static Closure forAllAssignments(Closure visitor)(Code)



forEachInterval
public void forEachInterval(Closure visitor, Object type, WorkCalendar workCalendar)(Code)



forEachWorkingInterval
public void forEachWorkingInterval(Closure visitor, boolean mergeWorking, WorkCalendar workCalendar)(Code)



getAssignments
public AssociationList getAssignments()(Code)



getEarliestAssignmentStart
public long getEarliestAssignmentStart()(Code)



getSchedulingType
public int getSchedulingType()(Code)
Returns the schedulingRule.



hasActiveAssignment
public boolean hasActiveAssignment(long start, long end)(Code)



hasLaborAssignment
public boolean hasLaborAssignment()(Code)



invalidateAssignmentCalendars
public void invalidateAssignmentCalendars()(Code)



isEffortDriven
public boolean isEffortDriven()(Code)
Returns the effortDriven.



isLabor
public boolean isLabor()(Code)



isReadOnlyEffortDriven
public boolean isReadOnlyEffortDriven(FieldContext fieldContext)(Code)



remainingWork
public long remainingWork(long start, long end)(Code)



removeAssignment
public void removeAssignment(Assignment assignment)(Code)



setEffortDriven
public void setEffortDriven(boolean effortDriven)(Code)

Parameters:
  effortDriven - The effortDriven to set.



setSchedulingType
public void setSchedulingType(int schedulingType)(Code)

Parameters:
  schedulingType - The schedulingRule to set.



updateAssignment
public void updateAssignment(Assignment modified)(Code)



work
public long work(long start, long end)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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